Lines Matching defs:timer
469 auto whichAlarms = [id](const TimerInfo &timer) { in RemoveLocked()
489 [id](const std::shared_ptr<TimerInfo> &timer) { in RemoveLocked()
568 void TimerManager::ReAddTimerLocked(std::shared_ptr<TimerInfo> timer, in ReAddTimerLocked()
857 void TimerManager::NotifyWantAgentRetry(std::shared_ptr<TimerInfo> timer) in NotifyWantAgentRetry()
871 int32_t TimerManager::CheckUserIdForNotify(const std::shared_ptr<TimerInfo> &timer) in CheckUserIdForNotify()
896 …auto wakeupNums = std::count_if(triggerList.begin(), triggerList.end(), [](auto timer) {return tim… in DeliverTimersLocked()
897 for (const auto &timer : triggerList) { in DeliverTimersLocked() local
942 bool TimerManager::NotifyWantAgent(const std::shared_ptr<TimerInfo> &timer) in NotifyWantAgent()
1030 auto timer = batch->Get(i); in AdjustTimer() local
1057 void TimerManager::ReCalcuOriWhenElapsed(std::shared_ptr<TimerInfo> timer, in ReCalcuOriWhenElapsed()
1082 bool TimerManager::AdjustSingleTimer(std::shared_ptr<TimerInfo> timer) in AdjustSingleTimer()
1315 const std::shared_ptr<TimerInfo> &timer, std::chrono::steady_clock::time_point nowElapsed) in HandleRepeatTimer()