Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp219 auto alarmValue = std::get<bool>(propertyValue); in checkProperties() local
220 if (alarmValue != alarms[key][propertyName]) in checkProperties()
222 alarms[key][propertyName] = alarmValue; in checkProperties()
228 alarmValue); in checkProperties()
249 auto alarmValue = SDBusPlus::getProperty<bool>( in checkThresholds() local
256 if (alarmValue) in checkThresholds()
258 if (alarmValue && _powerState->isPowerOn()) in checkThresholds()
276 const std::string& alarmProperty, bool alarmValue) in createEventLog() argument
334 auto errorData = properties->second.find(alarmValue); in createEventLog()
439 if (alarmValue) in checkThresholds()
[all …]
H A Dshutdown_alarm_monitor.hpp160 void createEventLog(const AlarmKey& alarmKey, bool alarmValue,
H A Dshutdown_alarm_monitor.cpp428 const AlarmKey& alarmKey, bool alarmValue, in createEventLog() argument
437 (alarmValue) ? alarmEventLogs.at(shutdownType).at(alarmType) in createEventLog()
448 else if (!alarmValue) in createEventLog()
H A Dthreshold_alarm_logger.hpp145 const std::string& alarmProperty, bool alarmValue);