Home
last modified time | relevance | path

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

/openbmc/telemetry/src/
H A Dtrigger.cpp51 dbusIface.register_property_rw( in __anon5e4599b80402()
71 dbusIface.register_property_rw( in __anon5e4599b80402()
87 dbusIface.register_property_rw( in __anon5e4599b80402()
104 dbusIface.register_property_rw( in __anon5e4599b80402()
128 dbusIface.register_property_rw( in __anon5e4599b80402()
H A Dreport.cpp195 dbusIface->register_property_rw<bool>( in makeReportInterface()
260 dbusIface->register_property_rw<bool>( in makeReportInterface()
285 dbusIface->register_property_rw( in makeReportInterface()
317 dbusIface->register_property_rw<std::vector<std::string>>( in makeReportInterface()
342 dbusIface->register_property_rw("ReportUpdates", std::string(), in makeReportInterface()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp449 bool register_property_rw( in register_property_rw() function in sdbusplus::asio::dbus_interface
484 bool register_property_rw(const std::string& name, in register_property_rw() function in sdbusplus::asio::dbus_interface
489 return register_property_rw(name, PropertyType{}, flags, in register_property_rw()
508 return register_property_rw( in register_property()
521 return register_property_rw( in register_property()
536 return register_property_rw( in register_property()
/openbmc/sdbusplus/example/
H A Dregister-property.cpp30 demo.register_property_rw<std::string>( in Application()
H A Dget-all-properties.cpp32 demo_->register_property_rw<std::string>( in Application()