Searched refs:method_call (Results 1 – 3 of 3) sorted by relevance
72 void BluetoothAdapter::Enable(MethodCall* method_call, in Enable() argument76 response_sender.Run(Response::FromMethodCall(method_call)); in Enable()79 void BluetoothAdapter::Disable(MethodCall* method_call, in Disable() argument83 response_sender.Run(Response::FromMethodCall(method_call)); in Disable()87 MethodCall* method_call, ExportedObject::ResponseSender response_sender) { in Introspect() argument94 method_call, "Can't read XML bindings from disk.", "")); in Introspect()96 std::unique_ptr<Response> response(Response::FromMethodCall(method_call)); in Introspect()
41 void Enable(MethodCall* method_call,44 void Disable(MethodCall* method_call,47 void Introspect(MethodCall* method_call,
352 const string& method_call = return_type->ReadFromParcelMethod(); in DefineClientTransaction() local356 method_call.c_str()), in DefineClientTransaction()