Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/include/
Dtimer_manager_interface.h50 ELAPSED_REALTIME_WAKEUP = 2, enumerator
/base/time/time_service/services/timer/src/
Dtimer_info.cpp47 … wakeup {_type == ITimerManager::ELAPSED_REALTIME_WAKEUP || _type == ITimerManager::RTC_WAKEUP},
Dtimer_manager.cpp542 SetLocked(ELAPSED_REALTIME_WAKEUP, firstWakeup->GetStart().time_since_epoch()); in RescheduleKernelTimerLocked()
/base/time/time_service/services/
Dtime_system_ability.cpp226 paras.timerType = ITimerManager::TimerType::ELAPSED_REALTIME_WAKEUP; in ParseTimerPara()