Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp192 AlarmKey alarmKey{sensorPath, *type, AlarmType::low}; in propertiesChanged() local
204 AlarmKey alarmKey{sensorPath, *type, AlarmType::high}; in propertiesChanged() local
214 void ShutdownAlarmMonitor::checkAlarm(bool value, const AlarmKey& alarmKey) in checkAlarm()
240 void ShutdownAlarmMonitor::startTimer(const AlarmKey& alarmKey) in startTimer()
326 void ShutdownAlarmMonitor::stopTimer(const AlarmKey& alarmKey) in stopTimer()
370 void ShutdownAlarmMonitor::timerExpired(const AlarmKey& alarmKey) in timerExpired()
417 const AlarmKey& alarmKey, bool alarmValue, in createEventLog()