Searched refs:alarmValue (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 219 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 251 alarms[InterfaceKey(sensorPath, interface)][property] = alarmValue; in checkThresholds() 256 if (alarmValue) in checkThresholds() 258 if (alarmValue && _powerState->isPowerOn()) in checkThresholds() 261 createEventLog(sensorPath, interface, property, alarmValue); in checkThresholds() 276 const std::string& alarmProperty, bool alarmValue) in createEventLog() argument [all …]
|
H A D | shutdown_alarm_monitor.cpp | 428 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 D | shutdown_alarm_monitor.hpp | 160 void createEventLog(const AlarmKey& alarmKey, bool alarmValue,
|
H A D | threshold_alarm_logger.hpp | 145 const std::string& alarmProperty, bool alarmValue);
|