Home
last modified time | relevance | path

Searched refs:shutdownDelay (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp248 std::chrono::milliseconds shutdownDelay{shutdownDelays.at(shutdownType)}; in startTimer() local
295 if (elapsedTime < static_cast<uint64_t>(shutdownDelay.count())) in startTimer()
297 remainingTime = static_cast<uint64_t>(shutdownDelay.count()) - in startTimer()
301 shutdownDelay = std::chrono::milliseconds{remainingTime}; in startTimer()
316 shutdownDelay.count(), propertyName, sensorPath, *value) in startTimer()
325 timer->restartOnce(shutdownDelay); in startTimer()