Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp292 uint64_t remainingTime = 0; in startTimer() local
297 remainingTime = static_cast<uint64_t>(shutdownDelay.count()) - in startTimer()
301 shutdownDelay = std::chrono::milliseconds{remainingTime}; in startTimer()