Searched refs:upperWarning (Results 1 – 6 of 6) sorted by relevance
| /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()
|
| H A D | test_trigger.cpp | 319 numeric::typeToString(numeric::Type::upperWarning), 10, in TEST_F()
|
| /openbmc/telemetry/src/types/ |
| H A D | trigger_types.hpp | 69 upperWarning, enumerator 89 Type::upperWarning),
|
| /openbmc/telemetry/src/ |
| H A D | trigger_actions.cpp | 46 case ::numeric::Type::upperWarning: in getRedfishMessageId() 61 case ::numeric::Type::upperWarning: in getRedfishMessageId()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | trigger.hpp | 321 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 D | Sensors.vue | 195 label: i18n.global.t('pageSensors.table.upperWarning'),
|