Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp191 return dbus_methods; in get_methods()
262 dbus_methods.emplace(method->name, method); in register_method()
267 dbus_methods.emplace(name, in register_method()
276 dbus_methods.emplace( in register_method()
292 auto method = dbus_methods.find(method_name); in call()
293 if (method != dbus_methods.end()) { in call()
301 dbus_methods; member in dbus::DbusInterface