Lines Matching defs:interval
204 bool TimerProxy::AdjustTimer(bool isAdjust, uint32_t interval,
209 TIME_HILOGD(TIME_MODULE_SERVICE, "adjust timer state: %{public}d, interval: %{public}d", isAdjust, interval);
210 auto callback = [this, isAdjust, interval, now] (std::shared_ptr<TimerInfo> timer) {
215 return isAdjust ? UpdateAdjustWhenElapsed(now, interval, timer) : RestoreAdjustWhenElapsed(timer);
225 uint32_t interval, std::shared_ptr<TimerInfo> &timer)
236 return timer->AdjustTimer(now, interval);
611 auto interval = std::chrono::duration_cast<std::chrono::nanoseconds>(itProxyUids->second - now);
612 itTimerInfo->second->UpdateWhenElapsedFromNow(now, interval);
647 auto interval = std::chrono::duration_cast<std::chrono::nanoseconds>(itProxyPids->second - now);
648 itTimerInfo->second->UpdateWhenElapsedFromNow(now, interval);