Searched defs:AddSimpleMethodHandler (Results 1 - 1 of 1) sorted by relevance

/external/libbrillo/brillo/dbus/
H A Ddbus_object.h23 my_interface->AddSimpleMethodHandler("Method1", this,
92 // of the overload of AddSimpleMethodHandler()/AddMethodHandler() and
94 // There are three overloads for DBusInterface::AddSimpleMethodHandler() and
99 // The signature of the handler for AddSimpleMethodHandler must be one of:
123 inline void AddSimpleMethodHandler( function in class:brillo::dbus_utils::final
133 inline void AddSimpleMethodHandler(const std::string& method_name, function in class:brillo::dbus_utils::final
142 inline void AddSimpleMethodHandler(const std::string& method_name, function in class:brillo::dbus_utils::final
151 inline void AddSimpleMethodHandler(const std::string& method_name, function in class:brillo::dbus_utils::final

Completed in 1532 milliseconds