Home
last modified time | relevance | path

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

/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp24 class DbusMethod { class
26 DbusMethod(const std::string& name, std::shared_ptr<dbus::connection>& conn) in DbusMethod() function in dbus::DbusMethod
86 class LambdaDbusMethod : public DbusMethod {
93 : DbusMethod(name, conn), h(std::move(h)) { in LambdaDbusMethod()
105 : DbusMethod(name, conn), h(std::move(h)) { in LambdaDbusMethod()
189 virtual boost::container::flat_map<std::string, std::shared_ptr<DbusMethod>>
261 void register_method(std::shared_ptr<DbusMethod> method) { in register_method()
300 boost::container::flat_map<std::string, std::shared_ptr<DbusMethod>>