Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp29 ThresholdOperations::initialize(this); in initialize()
34 ThresholdOperations::updateSensors(this, std::move(newSensors)); in updateSensors()
40 return ThresholdOperations::getDetails(this, sensor); in getDetails()
H A Dnumeric_threshold.cpp24 ThresholdOperations::initialize(this); in initialize()
29 ThresholdOperations::updateSensors(this, std::move(newSensors)); in updateSensors()
35 return ThresholdOperations::getDetails(this, sensor); in getDetails()
H A Dnumeric_threshold.hpp84 friend ThresholdOperations;
H A Ddiscrete_threshold.hpp83 friend ThresholdOperations;
/openbmc/telemetry/src/utils/
H A Dthreshold_operations.hpp7 struct ThresholdOperations struct