Home
last modified time | relevance | path

Searched refs:HandleMethodCall (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object_test_helpers.h27 static void HandleMethodCall(DBusInterface* itf, in HandleMethodCall() function
30 itf->HandleMethodCall(method_call, sender); in HandleMethodCall()
67 DBusInterfaceTestHelper::HandleMethodCall( in CallMethod()
Ddbus_object.cc70 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAsync()
101 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this)); in ExportAndBlock()
133 void DBusInterface::HandleMethodCall(dbus::MethodCall* method_call, in HandleMethodCall() function in brillo::dbus_utils::DBusInterface
Ddbus_object.h447 void HandleMethodCall(dbus::MethodCall* method_call, ResponseSender sender);