Home
last modified time | relevance | path

Searched defs:register_method (Results 1 – 2 of 2) sorted by relevance

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp261 void register_method(std::shared_ptr<DbusMethod> method) { in register_method() function in dbus::DbusInterface
266 void register_method(const std::string& name, Handler method) { in register_method() function in dbus::DbusInterface
272 void register_method(const std::string& name, in register_method() function in dbus::DbusInterface
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dobject_server.hpp601 bool register_method(const std::string& name, CallbackType&& handler, in register_method() function in sdbusplus::asio::dbus_interface