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.hpp332 if (numericThresholds.upperCritical) in parseNumericThresholds()
335 res, *numericThresholds.upperCritical, in parseNumericThresholds()
342 if (numericThresholds.upperWarning) in parseNumericThresholds()
345 res, *numericThresholds.upperWarning, in parseNumericThresholds()
352 if (numericThresholds.lowerWarning) in parseNumericThresholds()
355 res, *numericThresholds.lowerWarning, in parseNumericThresholds()
362 if (numericThresholds.lowerCritical) in parseNumericThresholds()
437 if (discreteTriggers && numericThresholds.any()) in parseTriggerThresholds()
448 if (numericThresholds.any()) in parseTriggerThresholds()
508 else if (numericThresholds.any()) in parseTriggerThresholds()
[all …]