Home
last modified time | relevance | path

Searched refs:IDLE_UNTIL (Results 1 - 3 of 3) sorted by relevance

/base/time/time_service/services/timer/include/
H A Dtimer_manager_interface.h46 IDLE_UNTIL = 1 << 4, enumerator
/base/time/time_service/services/
H A Dtime_system_ability.cpp336 paras.flag += ITimerManager::TimerFlag::IDLE_UNTIL; in ParseTimerPara()
378 if ((static_cast<uint32_t>(paras.flag) & static_cast<uint32_t>(ITimerManager::TimerFlag::IDLE_UNTIL)) > 0 && in CreateTimer()
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp468 if (!isRebatched && alarm->flags & static_cast<uint32_t>(IDLE_UNTIL)) { in SetHandlerLocked()

Completed in 6 milliseconds