Searched refs:numericThresholds (Results 1 – 2 of 2) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | trigger.hpp | 219 std::vector<NumericThresholdParams> numericThresholds; member 332 crow::Response& res, NumericThresholds& numericThresholds, Context& ctx) in parseNumericThresholds() argument 335 if (numericThresholds.upperCritical) in parseNumericThresholds() 338 res, *numericThresholds.upperCritical, in parseNumericThresholds() 345 if (numericThresholds.upperWarning) in parseNumericThresholds() 348 res, *numericThresholds.upperWarning, in parseNumericThresholds() 355 if (numericThresholds.lowerWarning) in parseNumericThresholds() 358 res, *numericThresholds.lowerWarning, in parseNumericThresholds() 365 if (numericThresholds.lowerCritical) in parseNumericThresholds() 368 res, *numericThresholds.lowerCritical, in parseNumericThresholds() [all …]
|
| /openbmc/telemetry/src/ |
| H A D | trigger_manager.cpp | 35 numericThresholds, in TriggerManager() 39 if (!numericThresholds.empty()) in TriggerManager() 43 numericThresholds); in TriggerManager()
|