Home
last modified time | relevance | path

Searched refs:SensorListener (Results 1 – 11 of 11) sorted by relevance

/openbmc/telemetry/src/interfaces/
H A Dsensor.hpp16 class SensorListener;
48 virtual void registerForUpdates(const std::weak_ptr<SensorListener>&) = 0;
50 unregisterFromUpdates(const std::weak_ptr<SensorListener>&) = 0;
H A Dsensor_listener.hpp13 class SensorListener class
16 virtual ~SensorListener() = default;
/openbmc/telemetry/src/
H A Dsensor.hpp34 const std::weak_ptr<interfaces::SensorListener>& weakListener) override;
36 const std::weak_ptr<interfaces::SensorListener>& weakListener) override;
58 std::vector<std::weak_ptr<interfaces::SensorListener>> listeners;
H A Dsensor.cpp68 const std::weak_ptr<interfaces::SensorListener>& weakListener) in registerForUpdates()
91 const std::weak_ptr<interfaces::SensorListener>& weakListener) in unregisterFromUpdates()
H A Don_change_threshold.hpp18 public interfaces::SensorListener,
H A Dmetric.hpp13 public interfaces::SensorListener,
H A Dnumeric_threshold.hpp21 public interfaces::SensorListener,
H A Ddiscrete_threshold.hpp21 public interfaces::SensorListener,
/openbmc/telemetry/tests/src/mocks/
H A Dsensor_mock.hpp47 (const std::weak_ptr<interfaces::SensorListener>&), (override));
49 (const std::weak_ptr<interfaces::SensorListener>&), (override));
H A Dsensor_listener_mock.hpp7 class SensorListenerMock : public interfaces::SensorListener
/openbmc/telemetry/tests/src/
H A Dtest_sensor.cpp32 registerForUpdates(std::shared_ptr<interfaces::SensorListener> listener) in registerForUpdates()
39 std::shared_ptr<interfaces::SensorListener> listener) in unregisterFromUpdates()