Searched refs:upperWarning (Results 1 – 5 of 5) sorted by relevance
/openbmc/telemetry/src/types/ |
H A D | trigger_types.hpp | 73 upperWarning, enumerator 93 Type::upperWarning),
|
/openbmc/telemetry/tests/src/ |
H A D | test_trigger_actions.cpp | 28 std::make_tuple(::numeric::Type::upperWarning, 88.5, in getCorrectParams() 30 std::make_tuple(::numeric::Type::upperWarning, 90, TriggerValue(88.5)), in getCorrectParams()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 330 std::optional<nlohmann::json::object_t> upperWarning; member 336 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any() 354 if (numericThresholds.upperWarning) in parseNumericThresholds() 357 res, *numericThresholds.upperWarning, in parseNumericThresholds() 630 "NumericThresholds/UpperWarning", thresholds.upperWarning, // in parsePostTriggerParams()
|
/openbmc/telemetry/src/ |
H A D | trigger_actions.cpp | 78 case ::numeric::Type::upperWarning: in getRedfishMessageId() 93 case ::numeric::Type::upperWarning: in getRedfishMessageId()
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 190 label: i18n.global.t('pageSensors.table.upperWarning'),
|