Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_info.cpp70 auto oldWhenElapsed = whenElapsed; in UpdateWhenElapsedFromNow() local
83 return (oldWhenElapsed != whenElapsed) || (oldMaxWhenElapsed != maxWhenElapsed); in UpdateWhenElapsedFromNow()
88 auto oldWhenElapsed = whenElapsed; in AdjustTimer() local
109 whenElapsed.time_since_epoch() - oldWhenElapsed.time_since_epoch()); in AdjustTimer()
111 return (oldWhenElapsed != whenElapsed) || (oldMaxWhenElapsed != maxWhenElapsed); in AdjustTimer()
116 auto oldWhenElapsed = whenElapsed; in RestoreAdjustTimer() local
121 whenElapsed.time_since_epoch() - oldWhenElapsed.time_since_epoch()); in RestoreAdjustTimer()
123 return (oldWhenElapsed != whenElapsed) || (oldMaxWhenElapsed != maxWhenElapsed); in RestoreAdjustTimer()