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()
72 dbusIface.register_property_rw( in __anon5e4599b80402()
89 dbusIface.register_property_rw( in __anon5e4599b80402()
107 dbusIface.register_property_rw( in __anon5e4599b80402()
132 dbusIface.register_property_rw( in __anon5e4599b80402()
H A Dreport.cpp196 dbusIface->register_property_rw<bool>( in makeReportInterface()
262 dbusIface->register_property_rw<bool>( in makeReportInterface()
288 dbusIface->register_property_rw( in makeReportInterface()
320 dbusIface->register_property_rw<std::vector<std::string>>( in makeReportInterface()
346 dbusIface->register_property_rw( in makeReportInterface()
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp457 bool register_property_rw(const std::string& name, in register_property_rw() function in sdbusplus::asio::dbus_interface
493 bool register_property_rw(const std::string& name, in register_property_rw() function in sdbusplus::asio::dbus_interface
498 return register_property_rw(name, PropertyType{}, flags, in register_property_rw()
517 return register_property_rw(name, property, in register_property()
530 return register_property_rw(name, property, in register_property()
545 return register_property_rw(name, property, in register_property()
/openbmc/sdbusplus/example/
H A Dregister-property.cpp31 demo.register_property_rw<std::string>( in Application()
H A Dget-all-properties.cpp33 demo_->register_property_rw<std::string>( in Application()