Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Ddiscrete_threshold.cpp8 DiscreteThreshold::DiscreteThreshold( in DiscreteThreshold() function in DiscreteThreshold
27 void DiscreteThreshold::initialize() in initialize()
32 void DiscreteThreshold::updateSensors(Sensors newSensors) in updateSensors()
37 DiscreteThreshold::ThresholdDetail&
38 DiscreteThreshold::getDetails(const interfaces::Sensor& sensor) in getDetails()
43 std::shared_ptr<DiscreteThreshold::ThresholdDetail>
44 DiscreteThreshold::makeDetails(const std::string& sensorName) in makeDetails()
49 void DiscreteThreshold::sensorUpdated(interfaces::Sensor& sensor, in sensorUpdated()
67 void DiscreteThreshold::startTimer(DiscreteThreshold::ThresholdDetail& details, in startTimer()
96 void DiscreteThreshold::commit(const std::string& sensorName, double value) in commit()
[all …]
H A Ddiscrete_threshold.hpp19 class DiscreteThreshold : class
22 public std::enable_shared_from_this<DiscreteThreshold>
25 DiscreteThreshold(
32 DiscreteThreshold(const DiscreteThreshold&) = delete;
33 DiscreteThreshold(DiscreteThreshold&&) = delete;
H A Dtrigger_factory.cpp171 thresholds.emplace_back(std::make_shared<DiscreteThreshold>( in makeDiscreteThreshold()
/openbmc/telemetry/tests/src/
H A Dtest_discrete_threshold.cpp25 std::shared_ptr<DiscreteThreshold> sut;
30 std::shared_ptr<DiscreteThreshold>
38 return std::make_shared<DiscreteThreshold>( in makeThreshold()