Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp205 const auto& highAlarmName = alarmProperties.at(*type).at(AlarmType::high); in propertiesChanged() local
206 if (properties.count(highAlarmName) > 0) in propertiesChanged()
214 checkAlarm(std::get<bool>(properties.at(highAlarmName)), alarmKey); in propertiesChanged()