Home
last modified time | relevance | path

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

/base/time/time_service/services/timer/src/
Dtimer_manager.cpp428 auto nowRtc = std::chrono::system_clock::now(); in TimerLooper() local
441 || nowRtc < (expectedClockTime - milliseconds(ONE_THOUSAND)) in TimerLooper()
442 || nowRtc > (expectedClockTime + milliseconds(ONE_THOUSAND))) { in TimerLooper()
444 lastTimeChangeClockTime_ = nowRtc; in TimerLooper()