Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dnumeric_threshold.hpp51 struct ThresholdDetail struct in NumericThreshold
58 ThresholdDetail(const std::string& sensorNameIn, in ThresholdDetail() argument
63 ThresholdDetail(const ThresholdDetail&) = delete;
64 ThresholdDetail(ThresholdDetail&&) = delete;
76 std::shared_ptr<ThresholdDetail>>;
81 void startTimer(ThresholdDetail&, double);
83 ThresholdDetail& getDetails(const interfaces::Sensor& sensor);
84 std::shared_ptr<ThresholdDetail> makeDetails(const std::string& sensorName);
H A Ddiscrete_threshold.hpp52 struct ThresholdDetail struct in DiscreteThreshold
57 ThresholdDetail(const std::string& sensorNameIn, in ThresholdDetail() function
62 ThresholdDetail(const ThresholdDetail&) = delete;
63 ThresholdDetail(ThresholdDetail&&) = delete;
75 std::shared_ptr<ThresholdDetail>>;
80 void startTimer(ThresholdDetail&, double);
82 ThresholdDetail& getDetails(const interfaces::Sensor& sensor);
83 std::shared_ptr<ThresholdDetail> makeDetails(const std::string& sensorName);
H A Ddiscrete_threshold.cpp38 DiscreteThreshold::ThresholdDetail&
44 std::shared_ptr<DiscreteThreshold::ThresholdDetail>
47 return std::make_shared<ThresholdDetail>(sensorName, ioc); in makeDetails()
68 void DiscreteThreshold::startTimer(DiscreteThreshold::ThresholdDetail& details, in startTimer()
H A Dnumeric_threshold.cpp33 NumericThreshold::ThresholdDetail&
39 std::shared_ptr<NumericThreshold::ThresholdDetail>
42 return std::make_shared<ThresholdDetail>(sensorName, ioc); in makeDetails()
92 void NumericThreshold::startTimer(NumericThreshold::ThresholdDetail& details, in startTimer()
/openbmc/telemetry/src/utils/
H A Dthreshold_operations.hpp21 static typename ThresholdType::ThresholdDetail&