Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp148 for (auto& [alarmKey, timer] : alarms) in checkAlarms()
169 checkAlarm(value, alarmKey); in checkAlarms()
220 auto alarm = alarms.find(alarmKey); in checkAlarm()
232 startTimer(alarmKey); in checkAlarm()
239 stopTimer(alarmKey); in checkAlarm()
251 auto alarm = alarms.find(alarmKey); in startTimer()
270 createEventLog(alarmKey, true, value); in startTimer()
329 timestamps.add(alarmKey, now); in startTimer()
340 auto alarm = alarms.find(alarmKey); in stopTimer()
357 timestamps.erase(alarmKey); in stopTimer()
[all …]
H A Dshutdown_alarm_monitor.hpp95 void checkAlarm(bool value, const AlarmKey& alarmKey);
115 void startTimer(const AlarmKey& alarmKey);
122 void stopTimer(const AlarmKey& alarmKey);
129 void timerExpired(const AlarmKey& alarmKey);
160 void createEventLog(const AlarmKey& alarmKey, bool alarmValue,