Searched refs:ErrorData (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 50 using ErrorData = std::tuple<ErrorName, ErrorStatus, Entry::Level>; typedef 55 const std::map<InterfaceName, std::map<PropertyName, std::map<bool, ErrorData>>> 60 {{true, ErrorData{"WarningHigh", "", Entry::Level::Warning}}, 62 ErrorData{"WarningHigh", "Clear", Entry::Level::Informational}}}}, 64 {{true, ErrorData{"WarningLow", "", Entry::Level::Warning}}, 66 ErrorData{"WarningLow", "Clear", Entry::Level::Informational}}}}}}, 70 {{true, ErrorData{"CriticalHigh", "", Entry::Level::Critical}}, 72 ErrorData{"CriticalHigh", "Clear", Entry::Level::Informational}}}}, 74 {{true, ErrorData{"CriticalLow", "", Entry::Level::Critical}}, 75 {false, ErrorData{"CriticalLow", "Clear", [all …]
|