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

  /external/libbrillo/brillo/dbus/
dbus_object_test_helpers.h 23 // Helper friend class to call DBusInterface::HandleMethodCall() since it is
27 static void HandleMethodCall(DBusInterface* itf,
30 itf->HandleMethodCall(method_call, sender);
67 DBusInterfaceTestHelper::HandleMethodCall(
dbus_object.cc 48 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this));
79 base::Bind(&DBusInterface::HandleMethodCall, base::Unretained(this));
111 void DBusInterface::HandleMethodCall(dbus::MethodCall* method_call,
dbus_object.h 444 void HandleMethodCall(dbus::MethodCall* method_call, ResponseSender sender);

Completed in 1448 milliseconds