Home
last modified time | relevance | path

Searched defs:whenElapsed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_info.h44 std::chrono::steady_clock::time_point whenElapsed; variable
/ohos5.0/base/time/time_service/services/timer/src/
H A Dbatch.cpp47 bool Batch::CanHold(std::chrono::steady_clock::time_point whenElapsed, in CanHold()
H A Dtimer_manager.cpp426 std::chrono::steady_clock::time_point whenElapsed, in SetHandlerLocked()
575 auto whenElapsed = ConvertToElapsed(timer->when, timer->type); in ReAddTimerLocked() local
843 int64_t TimerManager::AttemptCoalesceLocked(std::chrono::steady_clock::time_point whenElapsed, in AttemptCoalesceLocked()
1063 auto whenElapsed = ConvertToElapsed(timer->origWhen, timer->type); in ReCalcuOriWhenElapsed() local