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()
110 controlInterface->signal_property("Target"); in PwmSensor()
111 sensorInterface->signal_property("Value"); in PwmSensor()
140 sensorInterface->signal_property("Value"); in PwmSensor()
152 controlInterface->signal_property("Target"); in PwmSensor()
153 sensorInterface->signal_property("Value"); in PwmSensor()
/openbmc/telemetry/src/
H A Dreport.cpp61 reportIface->signal_property("Persistency"); in Report()
99 reportIface->signal_property("Triggers"); in Report()
240 reportIface->signal_property("ReportingType"); in makeReportInterface()
246 reportIface->signal_property("Interval"); in makeReportInterface()
464 reportIface->signal_property("Enabled"); in updateReadings()
477 reportIface->signal_property("Readings"); in updateReadings()
/openbmc/telemetry/tests/src/stubs/
H A Ddbus_sensor_object.cpp32 sensorIface->signal_property(property.value()); in setValue()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp569 signal_property(name); in set_property()
682 func->interface_.signal_property(func->name_); in set_handler()
806 signal_property(element.name_); in initialize()
817 bool signal_property(const std::string& name) in signal_property() function in sdbusplus::asio::dbus_interface
/openbmc/sdbusplus/example/
H A Dregister-property.cpp139 demo_->signal_property(propertyGoodbyesName); in syncChangeGoodbyes()