Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object_unittest.cc125 itf1->AddSimpleMethodHandler( in SetUp()
127 itf1->AddSimpleMethodHandler( in SetUp()
131 itf1->AddSimpleMethodHandler( in SetUp()
134 itf2->AddSimpleMethodHandler(kTestMethod_StrLen, StrLen); in SetUp()
139 itf3->AddSimpleMethodHandler(kTestMethod_NoOp, noop_callback); in SetUp()
417 itf1->AddSimpleMethodHandler( in TEST_F()
Ddbus_object.h123 inline void AddSimpleMethodHandler( in AddSimpleMethodHandler() function
133 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
142 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
151 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() function
Dexported_object_manager.cc29 itf->AddSimpleMethodHandler(dbus::kObjectManagerGetManagedObjects, in RegisterAsync()
Ddbus_object.cc23 prop_interface->AddSimpleMethodHandler(dbus::kPropertiesGetAll, in SetupDefaultPropertyHandlers()