Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp97 controlInterface->signal_property("Target"); in PwmSensor()
111 controlInterface->signal_property("Target"); in PwmSensor()
112 sensorInterface->signal_property("Value"); in PwmSensor()
141 sensorInterface->signal_property("Value"); in PwmSensor()
153 controlInterface->signal_property("Target"); in PwmSensor()
154 sensorInterface->signal_property("Value"); in PwmSensor()
/openbmc/telemetry/src/
H A Dreport.cpp60 reportIface->signal_property("Persistency"); in Report()
98 reportIface->signal_property("Triggers"); in Report()
238 reportIface->signal_property("ReportingType"); in makeReportInterface()
244 reportIface->signal_property("Interval"); in makeReportInterface()
458 reportIface->signal_property("Enabled"); in updateReadings()
471 reportIface->signal_property("Readings"); in updateReadings()
/openbmc/telemetry/tests/src/stubs/
H A Ddbus_sensor_object.cpp31 sensorIface->signal_property(property.value()); in setValue()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp560 signal_property(name); in set_property()
673 func->interface_.signal_property(func->name_); in set_handler()
797 signal_property(element.name_); in initialize()
808 bool signal_property(const std::string& name) in signal_property() function in sdbusplus::asio::dbus_interface
/openbmc/sdbusplus/example/
H A Dregister-property.cpp141 demo_->signal_property(propertyGoodbyesName); in syncChangeGoodbyes()