Searched refs:m_eTimerType (Results 1 – 2 of 2) sorted by relevance
578 , m_eTimerType (E_DONT_START_TIMER )656 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in dispatch()962 m_eTimerType = AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL; in changesOccurred()967 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in changesOccurred()1096 m_eTimerType = AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL; in implts_readAutoSaveConfig()1101 m_eTimerType = AutoRecovery::E_DONT_START_TIMER; in implts_readAutoSaveConfig()1571 (m_eTimerType == AutoRecovery::E_DONT_START_TIMER) in implts_updateTimer()1576 if (m_eTimerType == AutoRecovery::E_NORMAL_AUTOSAVE_INTERVALL) in implts_updateTimer()1585 if (m_eTimerType == AutoRecovery::E_POLL_FOR_USER_IDLE) in implts_updateTimer()1594 if (m_eTimerType == AutoRecovery::E_POLL_TILL_AUTOSAVE_IS_ALLOWED) in implts_updateTimer()[all …]
383 ETimerType m_eTimerType; member in framework::AutoRecovery