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.cpp35 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmProperties{
37 {{AlarmType::low, "HardShutdownAlarmLow"},
38 {AlarmType::high, "HardShutdownAlarmHigh"}}},
40 {{AlarmType::low, "SoftShutdownAlarmLow"},
41 {AlarmType::high, "SoftShutdownAlarmHigh"}}}};
49 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmEventLogs{
51 {{AlarmType::high,
53 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error."
56 {{AlarmType::high,
58 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error."
[all …]
H A Dtypes.hpp26 enum class AlarmType enum
32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>;
H A Dalarm_timestamps.hpp195 static_cast<int>(std::get<AlarmType>(key)), in save()
237 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 …]