Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp279 auto previousStartTime = timestamps.get().find(alarmKey); in startTimer() local
280 if (previousStartTime != timestamps.get().end()) in startTimer()
282 const uint64_t& original = previousStartTime->second; in startTimer()