Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_test.cc123 itf1->AddSimpleMethodHandler( in SetUp()
125 itf1->AddSimpleMethodHandler( in SetUp()
129 itf1->AddSimpleMethodHandler( in SetUp()
132 itf2->AddSimpleMethodHandler(kTestMethod_StrLen, StrLen); in SetUp()
137 itf3->AddSimpleMethodHandler(kTestMethod_NoOp, noop_callback); in SetUp()
461 itf1->AddSimpleMethodHandler( in TEST_F()
Ddbus_object.h126 inline void AddSimpleMethodHandler( in AddSimpleMethodHandler() function
136 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
145 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
154 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
Dexported_object_manager.cc29 itf->AddSimpleMethodHandler(dbus::kObjectManagerGetManagedObjects, in RegisterAsync()
Ddbus_object.cc26 prop_interface->AddSimpleMethodHandler(dbus::kPropertiesGetAll, in SetupDefaultPropertyHandlers()