Home
last modified time | relevance | path

Searched refs:RTC_WAKEUP (Results 1 - 4 of 4) sorted by relevance

/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp49 wakeup {_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
75 if (type == ITimerManager::RTC || type == ITimerManager::RTC_WAKEUP) { in UpdateWhenElapsedFromNow()
H A Dtimer_manager.cpp522 if (type == RTC || type == RTC_WAKEUP) { in ConvertToElapsed()
1073 if (alarm->type == RTC || alarm->type == RTC_WAKEUP) {
1283 NEED_RECOVER_ON_REBOOT.end() && (type == RTC || type == RTC_WAKEUP));
/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h52 RTC_WAKEUP = 0, enumerator
/base/time/time_service/services/
H A Dtime_system_ability.cpp331 paras.timerType = ITimerManager::TimerType::RTC_WAKEUP; in ParseTimerPara()
367 if (timerOptions->type == ITimerManager::TimerType::RTC_WAKEUP || in CreateTimer()

Completed in 5 milliseconds