Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/include/
H A Dtimer_proxy.h84 bool RestoreAdjustWhenElapsed(std::shared_ptr<TimerInfo> &timer);
/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_proxy.cpp223 … return isAdjust ? UpdateAdjustWhenElapsed(now, interval, timer) : RestoreAdjustWhenElapsed(timer); in AdjustTimer()
247 bool TimerProxy::RestoreAdjustWhenElapsed(std::shared_ptr<TimerInfo> &timer) in RestoreAdjustWhenElapsed() function in OHOS::MiscServices::TimerProxy