Searched refs:lowerWarning (Results 1 – 6 of 6) sorted by relevance
/openbmc/telemetry/src/types/ |
H A D | trigger_types.hpp | 72 lowerWarning, enumerator 91 Type::lowerWarning),
|
/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/bmcweb/redfish-core/lib/ |
H A D | trigger.hpp | 331 std::optional<nlohmann::json::object_t> lowerWarning; member 336 return upperCritical || upperWarning || lowerWarning || lowerCritical; in any() 364 if (numericThresholds.lowerWarning) in parseNumericThresholds() 367 res, *numericThresholds.lowerWarning, in parseNumericThresholds() 628 "NumericThresholds/LowerWarning", thresholds.lowerWarning, // in parsePostTriggerParams()
|
/openbmc/telemetry/src/ |
H A D | trigger_actions.cpp | 80 case ::numeric::Type::lowerWarning: in getRedfishMessageId() 95 case ::numeric::Type::lowerWarning: in getRedfishMessageId()
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 179 label: i18n.global.t('pageSensors.table.lowerWarning'),
|