HomeSort by relevance Sort by last modified time
    Searched refs:AddSimpleMethodHandler (Results 1 - 4 of 4) sorted by null

  /external/libbrillo/brillo/dbus/
dbus_object_unittest.cc 119 itf1->AddSimpleMethodHandler(
121 itf1->AddSimpleMethodHandler(
125 itf1->AddSimpleMethodHandler(
128 itf2->AddSimpleMethodHandler(kTestMethod_StrLen, StrLen);
133 itf3->AddSimpleMethodHandler(kTestMethod_NoOp, noop_callback);
382 itf1->AddSimpleMethodHandler(
dbus_object.h 23 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(
133 inline void AddSimpleMethodHandler(const std::string& method_name,
142 inline void AddSimpleMethodHandler(const std::string& method_name,
151 inline void AddSimpleMethodHandler(const std::string& method_name,
exported_object_manager.cc 29 itf->AddSimpleMethodHandler(dbus::kObjectManagerGetManagedObjects,
dbus_object.cc 195 prop_interface->AddSimpleMethodHandler(
230 prop_interface->AddSimpleMethodHandler(

Completed in 162 milliseconds