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.cpp196 AlarmKey alarmKey{sensorPath, *type, AlarmType::low}; in propertiesChanged() local
208 AlarmKey alarmKey{sensorPath, *type, AlarmType::high}; in propertiesChanged() local
218 void ShutdownAlarmMonitor::checkAlarm(bool value, const AlarmKey& alarmKey) in checkAlarm()
244 void ShutdownAlarmMonitor::startTimer(const AlarmKey& alarmKey) in startTimer()
332 void ShutdownAlarmMonitor::stopTimer(const AlarmKey& alarmKey) in stopTimer()
379 void ShutdownAlarmMonitor::timerExpired(const AlarmKey& alarmKey) in timerExpired()
428 const AlarmKey& alarmKey, bool alarmValue, in createEventLog()