Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp219 std::optional<MetricType> metricType; member
249 if (metricType == "Discrete") in getMetricType()
253 if (metricType == "Numeric") in getMetricType()
451 if (ctx.metricType) in parseTriggerThresholds()
459 if (*ctx.metricType == MetricType::Numeric && discreteTriggers) in parseTriggerThresholds()
474 (ctx.metricType && *ctx.metricType == MetricType::Discrete)) in parseTriggerThresholds()
592 std::optional<std::string> metricType; in parsePostTriggerParams() local
603 "MetricType", metricType, in parsePostTriggerParams()
622 if (metricType) in parsePostTriggerParams()
624 ctx.metricType = getMetricType(*metricType); in parsePostTriggerParams()
[all …]