Home
last modified time | relevance | path

Searched full:thresholdtype (Results 1 – 4 of 4) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dthreshold_operations.hpp9 template <typename ThresholdType>
10 static void initialize(ThresholdType* thresholdPtr) in initialize()
20 template <typename ThresholdType>
21 static typename ThresholdType::ThresholdDetail&
22 getDetails(ThresholdType* thresholdPtr, in getDetails()
32 template <typename ThresholdType>
33 static void updateSensors(ThresholdType* thresholdPtr, Sensors newSensors) in updateSensors()
35 typename ThresholdType::SensorDetails newSensorDetails; in updateSensors()
36 typename ThresholdType::SensorDetails oldSensorDetails = in updateSensors()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DThreshold.interface.yaml12 implementation. map{thresholdType,map{thresholdBound,thresholdValue}}
19 set{struct{thresholdType,thresholdBound}}
28 - name: ThresholdType
/openbmc/phosphor-health-monitor/
H A Dhealth_metric_config.cpp92 warning("Invalid ThresholdType: {TYPE}", "TYPE", key); in from_json()
/openbmc/docs/designs/
H A Dtelemetry.md348 | ThresholdType | enum | Numeric trigger type: <br> "UpperCritical" - reading is above normal r…