Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp38 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmProperties{ variable
152 auto propertyName = alarmProperties.at(shutdownType).at(alarmType); in checkAlarms()
193 const auto& lowAlarmName = alarmProperties.at(*type).at(AlarmType::low); in propertiesChanged()
205 const auto& highAlarmName = alarmProperties.at(*type).at(AlarmType::high); in propertiesChanged()
247 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in startTimer()
335 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in stopTimer()
382 const auto& propertyName = alarmProperties.at(shutdownType).at(alarmType); in timerExpired()
H A Dthreshold_alarm_logger.cpp195 auto alarmProperties = thresholdData.find(interface); in checkProperties() local
196 if (alarmProperties == thresholdData.end()) in checkProperties()
203 if (alarmProperties->second.find(propertyName) != in checkProperties()
204 alarmProperties->second.end()) in checkProperties()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp102 alarmProperties{ variable
865 auto interfaceProperty = alarmProperties.find(interface); in getSensorThreshold()
866 if (interfaceProperty == alarmProperties.end()) in getSensorThreshold()