Lines Matching defs:timer
521 auto whichAlarms = [id](const TimerInfo &timer) { in RemoveLocked()
539 …[id](const std::shared_ptr<TimerInfo> &timer) { return timer->id == id; }), pendingDelayTimers_.en… in RemoveLocked()
632 void TimerManager::ReAddTimerLocked(std::shared_ptr<TimerInfo> timer, in ReAddTimerLocked()
958 void TimerManager::NotifyWantAgentRetry(std::shared_ptr<TimerInfo> timer) in NotifyWantAgentRetry()
974 int32_t TimerManager::CheckUserIdForNotify(const std::shared_ptr<TimerInfo> &timer) in CheckUserIdForNotify()
1005 …auto wakeupNums = std::count_if(triggerList.begin(), triggerList.end(), [](auto timer) {return tim… in DeliverTimersLocked()
1009 for (const auto &timer : triggerList) { in DeliverTimersLocked() local
1080 bool TimerManager::NotifyWantAgent(const std::shared_ptr<TimerInfo> &timer) in NotifyWantAgent()
1169 auto timer = batch->Get(i); in AdjustTimer() local
1210 bool TimerManager::AdjustSingleTimer(std::shared_ptr<TimerInfo> timer) in AdjustSingleTimer()
1221 bool TimerManager::AdjustSingleTimerLocked(std::shared_ptr<TimerInfo> timer) in AdjustSingleTimerLocked()
1485 const std::shared_ptr<TimerInfo> &timer, std::chrono::steady_clock::time_point nowElapsed) in HandleRepeatTimer()