Searched refs:DbusMethod (Results 1 – 1 of 1) sorted by relevance
24 class DbusMethod { class26 DbusMethod(const std::string& name, std::shared_ptr<dbus::connection>& conn) in DbusMethod() function in dbus::DbusMethod86 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>>