Home
last modified time | relevance | path

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

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