Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp40 {{AlarmType::low, "HardShutdownAlarmLow"},
41 {AlarmType::high, "HardShutdownAlarmHigh"}}},
43 {{AlarmType::low, "SoftShutdownAlarmLow"},
44 {AlarmType::high, "SoftShutdownAlarmHigh"}}}};
54 {{AlarmType::high,
56 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error."
59 {{AlarmType::high,
61 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error."
64 const std::map<ShutdownType, std::map<AlarmType, std::string>>
196 AlarmKey alarmKey{sensorPath, *type, AlarmType::low}; in propertiesChanged()
[all …]
H A Dtypes.hpp26 enum class AlarmType enum
32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>;
H A Dalarm_timestamps.hpp196 static_cast<int>(std::get<AlarmType>(key)), in save()
238 static_cast<AlarmType>(alarmType)}, in load()
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp83 enum class AlarmType enum
101 const std::unordered_map<std::string, std::map<AlarmType, Property>>
104 {{AlarmType::low, Property{"HardShutdownAlarmLow", "LNR"}},
105 {AlarmType::high, Property{"HardShutdownAlarmHigh", "UNR"}}}},
108 {{AlarmType::low, Property{"SoftShutdownAlarmLow", "LNR"}},
109 {AlarmType::high, Property{"SoftShutdownAlarmHigh", "UNR"}}}},
112 {{AlarmType::low, Property{"CriticalAlarmLow", "LCR"}},
113 {AlarmType::high, Property{"CriticalAlarmHigh", "UCR"}}}},
116 {{AlarmType::low, Property{"WarningAlarmLow", "LNC"}},
117 {AlarmType::high, Property{"WarningAlarmHigh", "UNC"}}}},
[all …]