Home
last modified time | relevance | path

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

/ohos5.0/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.cpp592 if (type == RTC || type == RTC_WAKEUP) { in ConvertToElapsed()
1143 if (alarm->type == RTC || alarm->type == RTC_WAKEUP) { in AdjustDeliveryTimeBasedOnDeviceIdle()
1334 NEED_RECOVER_ON_REBOOT.end() && (type == RTC || type == RTC_WAKEUP)); in CheckNeedRecoverOnReboot()
/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h52 RTC_WAKEUP = 0, enumerator
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp304 paras.timerType = ITimerManager::TimerType::RTC_WAKEUP; in ParseTimerPara()
340 if (timerOptions->type == ITimerManager::TimerType::RTC_WAKEUP || in CreateTimer()