Home
last modified time | relevance | path

Searched defs:nowElapsed (Results 1 - 2 of 2) sorted by relevance

/base/time/time_service/test/unittest/service_test/src/
H A Dtime_proxy_test.cpp93 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; in HWTEST_F() local
136 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; in HWTEST_F() local
175 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; in HWTEST_F() local
217 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; in HWTEST_F() local
264 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; in HWTEST_F() local
302 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; HWTEST_F() local
371 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; HWTEST_F() local
500 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; HWTEST_F() local
584 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; HWTEST_F() local
691 auto nowElapsed = timerManagerHandler_->GetBootTimeNs().time_since_epoch().count() / NANO_TO_MILESECOND; HWTEST_F() local
[all...]
/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp323 auto nowElapsed = GetBootTimeNs(); in SetHandler() local
488 auto nowElapsed = GetBootTimeNs(); in ReBatchAllTimers() local
552 auto nowElapsed = GetBootTimeNs(); in TimerLooper() local
498 ReAddTimerLocked(std::shared_ptr<TimerInfo> timer, std::chrono::steady_clock::time_point nowElapsed) ReAddTimerLocked() argument
632 ProcTriggerTimer(std::shared_ptr<TimerInfo> &alarm, const std::chrono::steady_clock::time_point &nowElapsed) ProcTriggerTimer() argument
661 TriggerTimersLocked(std::vector<std::shared_ptr<TimerInfo>> &triggerList, std::chrono::steady_clock::time_point nowElapsed) TriggerTimersLocked() argument
987 ReCalcuOriWhenElapsed(std::shared_ptr<TimerInfo> timer, std::chrono::steady_clock::time_point nowElapsed) ReCalcuOriWhenElapsed() argument
[all...]

Completed in 3 milliseconds