Lines Matching refs:timer
148 for (auto& [alarmKey, timer] : alarms) in checkAlarms()
227 auto& timer = alarm->second; in checkAlarm() local
230 if (!timer) in checkAlarm()
237 if (timer) in checkAlarm()
319 auto& timer = alarm->second; in startTimer() local
321 timer = std::make_unique< in startTimer()
325 timer->restartOnce(shutdownDelay); in startTimer()
353 auto& timer = alarm->second; in stopTimer() local
354 timer->setEnabled(false); in stopTimer()
355 timer.reset(); in stopTimer()
417 auto& timer = alarm.second; in powerStateChanged() local
418 if (timer) in powerStateChanged()
420 timer->setEnabled(false); in powerStateChanged()
421 timer.reset(); in powerStateChanged()