Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Don_change_threshold.hpp16 class OnChangeThreshold : class
19 public std::enable_shared_from_this<OnChangeThreshold>
22 OnChangeThreshold(
26 OnChangeThreshold(const OnChangeThreshold&) = delete;
27 OnChangeThreshold(OnChangeThreshold&&) = delete;
H A Don_change_threshold.cpp5 OnChangeThreshold::OnChangeThreshold( in OnChangeThreshold() function in OnChangeThreshold
13 void OnChangeThreshold::initialize() in initialize()
22 void OnChangeThreshold::updateSensors(Sensors newSensors) in updateSensors()
54 void OnChangeThreshold::sensorUpdated(interfaces::Sensor& sensor, in sensorUpdated()
66 void OnChangeThreshold::commit(const std::string& sensorName, double value) in commit()
75 LabeledThresholdParam OnChangeThreshold::getThresholdParam() const in getThresholdParam()
H A Dtrigger_factory.cpp212 thresholds.emplace_back(std::make_shared<OnChangeThreshold>( in makeOnChangeThreshold()
/openbmc/telemetry/tests/src/
H A Dtest_on_change_threshold.cpp24 std::shared_ptr<OnChangeThreshold> sut;
40 sut = std::make_shared<OnChangeThreshold>( in SetUp()