Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h54 ELAPSED_REALTIME_WAKEUP = 2, enumerator
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp49 … wakeup {_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
H A Dtimer_manager.cpp793 … SetLocked(ELAPSED_REALTIME_WAKEUP, firstWakeup->GetStart().time_since_epoch(), bootTime); in RescheduleKernelTimerLocked()
/ohos5.0/base/time/time_service/services/
H A Dtime_system_ability.cpp300 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME_WAKEUP; in ParseTimerPara()
341 timerOptions->type == ITimerManager::TimerType::ELAPSED_REALTIME_WAKEUP) { in CreateTimer()