Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_manager.cpp628 system_clock::time_point expectedClockTime; in TimerLooper() local
631 expectedClockTime = lastTimeChangeClockTime + in TimerLooper()
635 || nowRtc < expectedClockTime in TimerLooper()
636 || nowRtc > (expectedClockTime + milliseconds(ONE_THOUSAND))) { in TimerLooper()