Lines Matching defs:timer
586 auto whichAlarms = [id](const TimerInfo &timer) { in RemoveLocked()
606 [id](const std::shared_ptr<TimerInfo> &timer) { in RemoveLocked()
684 void TimerManager::ReAddTimerLocked(std::shared_ptr<TimerInfo> timer, in ReAddTimerLocked()
961 void TimerManager::NotifyWantAgentRetry(std::shared_ptr<TimerInfo> timer) in NotifyWantAgentRetry()
977 int32_t TimerManager::CheckUserIdForNotify(const std::shared_ptr<TimerInfo> &timer) in CheckUserIdForNotify()
1008 …auto wakeupNums = std::count_if(triggerList.begin(), triggerList.end(), [](auto timer) {return tim… in DeliverTimersLocked()
1012 for (const auto &timer : triggerList) { in DeliverTimersLocked() local
1083 bool TimerManager::NotifyWantAgent(const std::shared_ptr<TimerInfo> &timer) in NotifyWantAgent()
1171 auto timer = batch->Get(i); in AdjustTimer() local
1206 void TimerManager::ReCalcuOriWhenElapsed(std::shared_ptr<TimerInfo> timer, in ReCalcuOriWhenElapsed()
1231 bool TimerManager::AdjustSingleTimer(std::shared_ptr<TimerInfo> timer) in AdjustSingleTimer()
1242 bool TimerManager::AdjustSingleTimerLocked(std::shared_ptr<TimerInfo> timer) in AdjustSingleTimerLocked()
1517 const std::shared_ptr<TimerInfo> &timer, std::chrono::steady_clock::time_point nowElapsed) in HandleRepeatTimer()