Lines Matching defs:alarm
438 auto alarm = std::make_shared<TimerInfo>(id, type, when, whenElapsed, windowLength, maxWhen, in SetHandlerLocked() local
521 void TimerManager::SetHandlerLocked(std::shared_ptr<TimerInfo> alarm, bool rebatching, bool isRebat… in SetHandlerLocked()
702 bool TimerManager::ProcTriggerTimer(std::shared_ptr<TimerInfo> &alarm, in ProcTriggerTimer()
753 auto alarm = batch->Get(i); in TriggerTimersLocked() local
765 auto alarm = *iter; in TriggerTimersLocked() local
822 void TimerManager::InsertAndBatchTimerLocked(std::shared_ptr<TimerInfo> alarm) in InsertAndBatchTimerLocked()
996 void TimerManager::UpdateTimersState(std::shared_ptr<TimerInfo> &alarm) in UpdateTimersState()
1008 [this] (std::shared_ptr<TimerInfo> &alarm) { UpdateTimersState(alarm); }); in ProxyTimer()
1050 [this] (std::shared_ptr<TimerInfo> &alarm) { UpdateTimersState(alarm); })) { in ProxyTimer()
1095 [this] (std::shared_ptr<TimerInfo> &alarm) { UpdateTimersState(alarm); }); in ResetAllProxy()
1098 bool TimerManager::CheckAllowWhileIdle(const std::shared_ptr<TimerInfo> &alarm) in CheckAllowWhileIdle()
1132 bool TimerManager::AdjustDeliveryTimeBasedOnDeviceIdle(const std::shared_ptr<TimerInfo> &alarm) in AdjustDeliveryTimeBasedOnDeviceIdle()
1182 auto alarm = batch->Get(i); in AdjustTimersBasedOnDeviceIdle() local