Home
last modified time | relevance | path

Searched refs:upperWarning (Results 1 – 6 of 6) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp28 std::make_tuple(::numeric::Type::upperWarning, 88.5, in getCorrectParams()
30 std::make_tuple(::numeric::Type::upperWarning, 90, TriggerValue(88.5)), in getCorrectParams()
H A Dtest_trigger.cpp319 numeric::typeToString(numeric::Type::upperWarning), 10, in TEST_F()
/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp69 upperWarning, enumerator
89 Type::upperWarning),
/openbmc/telemetry/src/
H A Dtrigger_actions.cpp46 case ::numeric::Type::upperWarning: in getRedfishMessageId()
61 case ::numeric::Type::upperWarning: in getRedfishMessageId()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp321 std::optional<nlohmann::json::object_t> upperWarning; member
327 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any()
345 if (numericThresholds.upperWarning) in parseNumericThresholds()
348 res, *numericThresholds.upperWarning, in parseNumericThresholds()
621 "NumericThresholds/UpperWarning", thresholds.upperWarning, // in parsePostTriggerParams()
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue195 label: i18n.global.t('pageSensors.table.upperWarning'),