Home
last modified time | relevance | path

Searched refs:controlInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp97 controlInterface->signal_property("Target"); in PwmSensor()
111 controlInterface->signal_property("Target"); in PwmSensor()
121 controlInterface = objectServer.add_interface( in PwmSensor()
124 controlInterface->register_property( in PwmSensor()
153 controlInterface->signal_property("Target"); in PwmSensor()
160 controlInterface->initialize(); in PwmSensor()
194 objectServer.remove_interface(controlInterface); in ~PwmSensor()
H A DPwmSensor.hpp25 std::shared_ptr<sdbusplus::asio::dbus_interface> controlInterface; member in PwmSensor