Home
last modified time | relevance | path

Searched refs:numericThresholds (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp219 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 Dtrigger_manager.cpp35 numericThresholds, in TriggerManager()
39 if (!numericThresholds.empty()) in TriggerManager()
43 numericThresholds); in TriggerManager()