Home
last modified time | relevance | path

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

/openbmc/telemetry/src/types/
H A Dtrigger_types.hpp73 upperWarning, enumerator
93 Type::upperWarning),
/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()
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp330 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 Dtrigger_actions.cpp78 case ::numeric::Type::upperWarning: in getRedfishMessageId()
93 case ::numeric::Type::upperWarning: in getRedfishMessageId()
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/
H A DSensors.vue190 label: i18n.global.t('pageSensors.table.upperWarning'),