Searched refs:AlarmType (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | shutdown_alarm_monitor.cpp | 38 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmProperties{ 40 {{AlarmType::low, "HardShutdownAlarmLow"}, 41 {AlarmType::high, "HardShutdownAlarmHigh"}}}, 43 {{AlarmType::low, "SoftShutdownAlarmLow"}, 44 {AlarmType::high, "SoftShutdownAlarmHigh"}}}}; 52 const std::map<ShutdownType, std::map<AlarmType, std::string>> alarmEventLogs{ 54 {{AlarmType::high, 56 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error." 59 {{AlarmType::high, 61 {AlarmType::low, "xyz.openbmc_project.Sensor.Threshold.Error." [all …]
|
H A D | types.hpp | 26 enum class AlarmType enum 32 using AlarmKey = std::tuple<std::string, ShutdownType, AlarmType>;
|
H A D | alarm_timestamps.hpp | 196 static_cast<int>(std::get<AlarmType>(key)), in save() 238 static_cast<AlarmType>(alarmType)}, in load()
|
/openbmc/fb-ipmi-oem/src/ |
H A D | storagecommands.cpp | 83 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 …]
|