Searched refs:lowerWarning (Results 1 – 6 of 6) sorted by relevance
| /openbmc/telemetry/tests/src/ |
| H A D | test_trigger_actions.cpp | 31 std::make_tuple(::numeric::Type::lowerWarning, 88.6, in getCorrectParams() 33 std::make_tuple(::numeric::Type::lowerWarning, 90, TriggerValue(88.6))); in getCorrectParams()
|
| H A D | test_numeric_threshold.cpp | 31 numeric::Type type = numeric::Type::lowerWarning) in makeThreshold()
|
| /openbmc/telemetry/src/types/ |
| H A D | trigger_types.hpp | 68 lowerWarning, enumerator 87 Type::lowerWarning),
|
| /openbmc/telemetry/src/ |
| H A D | trigger_actions.cpp | 48 case ::numeric::Type::lowerWarning: in getRedfishMessageId() 63 case ::numeric::Type::lowerWarning: in getRedfishMessageId()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | trigger.hpp | 322 std::optional<nlohmann::json::object_t> lowerWarning; member 327 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any() 355 if (numericThresholds.lowerWarning) in parseNumericThresholds() 358 res, *numericThresholds.lowerWarning, in parseNumericThresholds() 619 "NumericThresholds/LowerWarning", thresholds.lowerWarning, // in parsePostTriggerParams()
|
| /openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
| H A D | Sensors.vue | 182 label: i18n.global.t('pageSensors.table.lowerWarning'),
|