Lines Matching full:discrete
210 Discrete, enumerator
261 if (metricType == "Discrete") in getMetricType()
263 return MetricType::Discrete; in getMetricType()
472 if (*ctx.metricType == MetricType::Discrete && numericThresholds.any()) in parseTriggerThresholds()
493 (ctx.metricType && *ctx.metricType == MetricType::Discrete)) in parseTriggerThresholds()
845 const bool* discrete = nullptr; in fillTrigger() local
854 dbus_utils::UnpackErrorPrinter(), properties, "Name", name, "Discrete", in fillTrigger()
855 discrete, "Sensors", sensors, "Reports", reports, "TriggerActions", in fillTrigger()
897 if (discrete != nullptr) in fillTrigger()
899 if (*discrete) in fillTrigger()
906 BMCWEB_LOG_ERROR("Property Thresholds is invalid for discrete " in fillTrigger()
915 json["MetricType"] = metric_definition::MetricType::Discrete; in fillTrigger()