Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp329 if (numericThresholds.upperCritical) in parseNumericThresholds()
332 res, *numericThresholds.upperCritical, in parseNumericThresholds()
339 if (numericThresholds.upperWarning) in parseNumericThresholds()
342 res, *numericThresholds.upperWarning, in parseNumericThresholds()
349 if (numericThresholds.lowerWarning) in parseNumericThresholds()
352 res, *numericThresholds.lowerWarning, in parseNumericThresholds()
359 if (numericThresholds.lowerCritical) in parseNumericThresholds()
430 if (discreteTriggers && numericThresholds.any()) in parseTriggerThresholds()
441 if (numericThresholds.any()) in parseTriggerThresholds()
501 else if (numericThresholds.any()) in parseTriggerThresholds()
[all …]