Searched refs:method_call (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/chromeos/dbus/
H A Dshill_manager_client.cc42 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
44 helper_->CallDictionaryValueMethod(&method_call, callback);
49 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
51 helper_->CallDictionaryValueMethod(&method_call, callback);
58 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
60 dbus::MessageWriter writer(&method_call); variable
63 helper_->CallVoidMethodWithErrorCallback(&method_call,
71 dbus::MethodCall method_call(shill::kFlimflamManagerInterface,
73 dbus::MessageWriter writer(&method_call); variable
75 helper_->CallVoidMethodWithErrorCallback(&method_call,
86 dbus::MessageWriter writer(&method_call); variable
99 dbus::MessageWriter writer(&method_call); variable
112 dbus::MessageWriter writer(&method_call); variable
126 dbus::MessageWriter writer(&method_call); variable
140 dbus::MessageWriter writer(&method_call); variable
152 dbus::MessageWriter writer(&method_call); variable
171 dbus::MessageWriter writer(&method_call); variable
191 dbus::MessageWriter writer(&method_call); variable
224 dbus::MessageWriter writer(&method_call); variable
241 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dcryptohome_client.cc61 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
63 CallBoolMethod(&method_call, callback);
68 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
70 return CallBoolMethodAndBlock(&method_call, success);
77 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
79 dbus::MessageWriter writer(&method_call); variable
82 proxy_->CallMethod(&method_call, kTpmDBusTimeoutMs ,
93 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface,
95 dbus::MessageWriter writer(&method_call); variable
99 proxy_->CallMethod(&method_call, kTpmDBusTimeoutM
110 dbus::MessageWriter writer(&method_call); variable
134 dbus::MessageWriter writer(&method_call); variable
147 dbus::MessageWriter writer(&method_call); variable
169 dbus::MessageWriter writer(&method_call); variable
189 dbus::MessageWriter writer(&method_call); variable
215 dbus::MessageWriter writer(&method_call); variable
344 dbus::MessageWriter writer(&method_call); variable
360 dbus::MessageWriter writer(&method_call); variable
382 dbus::MessageWriter writer(&method_call); variable
447 dbus::MessageWriter writer(&method_call); variable
463 dbus::MessageWriter writer(&method_call); variable
484 dbus::MessageWriter writer(&method_call); variable
505 dbus::MessageWriter writer(&method_call); variable
528 dbus::MessageWriter writer(&method_call); variable
545 dbus::MessageWriter writer(&method_call); variable
565 dbus::MessageWriter writer(&method_call); variable
585 dbus::MessageWriter writer(&method_call); variable
609 dbus::MessageWriter writer(&method_call); variable
638 dbus::MessageWriter writer(&method_call); variable
660 dbus::MessageWriter writer(&method_call); variable
681 dbus::MessageWriter writer(&method_call); variable
700 dbus::MessageWriter writer(&method_call); variable
715 dbus::MessageWriter writer(&method_call); variable
736 dbus::MessageWriter writer(&method_call); variable
756 dbus::MessageWriter writer(&method_call); variable
776 dbus::MessageWriter writer(&method_call); variable
796 dbus::MessageWriter writer(&method_call); variable
815 dbus::MessageWriter writer(&method_call); variable
833 dbus::MessageWriter writer(&method_call); variable
849 dbus::MessageWriter writer(&method_call); variable
865 dbus::MessageWriter writer(&method_call); variable
932 CallVoidMethod(dbus::MethodCall* method_call, const VoidDBusMethodCallback& callback) argument
950 CallBoolMethodAndBlock(dbus::MethodCall* method_call, bool* result) argument
961 CallBoolMethod(dbus::MethodCall* method_call, const BoolDBusMethodCallback& callback) argument
[all...]
H A Dshill_device_client.cc59 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface,
61 GetHelper(device_path)->CallDictionaryValueMethod(&method_call, callback);
66 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface,
68 GetHelper(device_path)->CallVoidMethod(&method_call, callback);
76 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface,
78 dbus::MessageWriter writer(&method_call); variable
81 GetHelper(device_path)->CallVoidMethodWithErrorCallback(&method_call,
89 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface,
91 dbus::MessageWriter writer(&method_call); variable
93 GetHelper(device_path)->CallVoidMethod(&method_call, callbac
102 dbus::MessageWriter writer(&method_call); variable
114 dbus::MessageWriter writer(&method_call); variable
127 dbus::MessageWriter writer(&method_call); variable
140 dbus::MessageWriter writer(&method_call); variable
154 dbus::MessageWriter writer(&method_call); variable
167 dbus::MessageWriter writer(&method_call); variable
179 dbus::MessageWriter writer(&method_call); variable
202 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dbluetooth_agent_service_provider.cc127 void Release(dbus::MethodCall* method_call, argument
134 response_sender.Run(dbus::Response::FromMethodCall(method_call));
139 void RequestPinCode(dbus::MethodCall* method_call, argument
144 dbus::MessageReader reader(method_call);
148 << method_call->ToString();
155 method_call,
164 void DisplayPinCode(dbus::MethodCall* method_call, argument
169 dbus::MessageReader reader(method_call);
175 << method_call->ToString();
181 response_sender.Run(dbus::Response::FromMethodCall(method_call));
186 RequestPasskey(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
211 DisplayPasskey(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
236 RequestConfirmation( dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
263 RequestAuthorization( dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
289 AuthorizeService(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
315 Cancel(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
334 OnPinCode(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, Delegate::Status status, const std::string& pincode) argument
369 OnPasskey(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, Delegate::Status status, uint32 passkey) argument
404 OnConfirmation(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, Delegate::Status status) argument
[all...]
H A Dshill_service_client.cc86 dbus::MethodCall method_call(shill::kFlimflamServiceInterface,
89 &method_call,
100 dbus::MethodCall method_call(shill::kFlimflamServiceInterface,
102 dbus::MessageWriter writer(&method_call); variable
105 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
114 dbus::MethodCall method_call(shill::kFlimflamServiceInterface,
116 dbus::MessageWriter writer(&method_call); variable
118 GetHelper(service_path)->CallVoidMethodWithErrorCallback(&method_call,
127 dbus::MethodCall method_call(shill::kFlimflamServiceInterface,
129 dbus::MessageWriter writer(&method_call); variable
143 dbus::MessageWriter writer(&method_call); variable
187 dbus::MessageWriter writer(&method_call); variable
200 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dbluetooth_agent_manager_client.cc34 dbus::MethodCall method_call(
38 dbus::MessageWriter writer(&method_call); variable
43 &method_call,
55 dbus::MethodCall method_call(
59 dbus::MessageWriter writer(&method_call); variable
63 &method_call,
77 dbus::MethodCall method_call(
81 dbus::MessageWriter writer(&method_call); variable
85 &method_call,
H A Dcras_audio_client.cc45 dbus::MethodCall method_call(cras::kCrasControlInterface,
48 &method_call,
56 dbus::MethodCall method_call(cras::kCrasControlInterface,
59 &method_call,
68 dbus::MethodCall method_call(cras::kCrasControlInterface,
70 dbus::MessageWriter writer(&method_call); variable
74 &method_call,
80 dbus::MethodCall method_call(cras::kCrasControlInterface,
82 dbus::MessageWriter writer(&method_call); variable
85 &method_call,
93 dbus::MessageWriter writer(&method_call); variable
105 dbus::MessageWriter writer(&method_call); variable
116 dbus::MessageWriter writer(&method_call); variable
127 dbus::MessageWriter writer(&method_call); variable
138 dbus::MessageWriter writer(&method_call); variable
149 dbus::MessageWriter writer(&method_call); variable
160 dbus::MessageWriter writer(&method_call); variable
170 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dpermission_broker_client.cc30 dbus::MethodCall method_call(kPermissionBrokerInterface,
32 dbus::MessageWriter writer(&method_call); variable
35 proxy_->CallMethod(&method_call,
45 dbus::MethodCall method_call(kPermissionBrokerInterface, kRequestUsbAccess);
46 dbus::MessageWriter writer(&method_call); variable
50 proxy_->CallMethod(&method_call,
H A Dblocking_method_caller_unittest.cc93 dbus::Response* CreateMockProxyResponse(dbus::MethodCall* method_call, argument
95 if (method_call->GetInterface() == "org.chromium.TestInterface" &&
96 method_call->GetMember() == "Echo") {
97 dbus::MessageReader reader(method_call);
107 LOG(ERROR) << "Unexpected method call: " << method_call->ToString();
120 dbus::MethodCall method_call("org.chromium.TestInterface", "Echo");
121 dbus::MessageWriter writer(&method_call);
127 blocking_method_caller.CallMethodAndBlock(&method_call));
H A Deasy_unlock_client.cc50 dbus::MethodCall method_call(
53 dbus::MessageWriter writer(&method_call); variable
58 proxy_->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
66 dbus::MethodCall method_call(
69 proxy_->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
79 dbus::MethodCall method_call(
82 dbus::MessageWriter writer(&method_call); variable
93 proxy_->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
103 dbus::MethodCall method_call(
106 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dbluetooth_profile_service_provider.cc87 void Release(dbus::MethodCall* method_call, argument
94 response_sender.Run(dbus::Response::FromMethodCall(method_call));
99 void NewConnection(dbus::MethodCall* method_call, argument
104 dbus::MessageReader reader(method_call);
112 << method_call->ToString();
123 << method_call->ToString();
135 method_call,
144 dbus::MethodCall* method_call,
149 dbus::MessageReader reader(method_call);
153 << method_call
143 RequestDisconnection( dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
168 Cancel(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
187 OnConfirmation(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, Delegate::Status status) argument
[all...]
H A Dbluetooth_gatt_characteristic_service_provider.cc132 void Get(dbus::MethodCall* method_call, argument
138 dbus::MessageReader reader(method_call);
147 method_call, kErrorInvalidArgs, "Expected 'ss'.");
157 method_call, kErrorInvalidArgs,
169 method_call, response_sender),
172 method_call, response_sender));
177 dbus::Response::FromMethodCall(method_call);
193 method_call, kErrorInvalidArgs,
203 void Set(dbus::MethodCall* method_call, argument
209 dbus::MessageReader reader(method_call);
282 GetAll(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
333 OnGetAll(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, const std::vector<uint8>& value) argument
377 OnGet(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, const std::vector<uint8>& value) argument
395 OnSet(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
403 OnFailure(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
[all...]
H A Dbluetooth_gatt_descriptor_service_provider.cc129 void Get(dbus::MethodCall* method_call, argument
135 dbus::MessageReader reader(method_call);
144 method_call, kErrorInvalidArgs, "Expected 'ss'.");
154 method_call, kErrorInvalidArgs,
166 method_call, response_sender),
169 method_call, response_sender));
174 dbus::Response::FromMethodCall(method_call);
190 method_call, kErrorInvalidArgs,
200 void Set(dbus::MethodCall* method_call, argument
206 dbus::MessageReader reader(method_call);
279 GetAll(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
330 OnGetAll(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, const std::vector<uint8>& value) argument
374 OnGet(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender, const std::vector<uint8>& value) argument
392 OnSet(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
400 OnFailure(dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
[all...]
H A Dblocking_method_caller.cc24 dbus::MethodCall* method_call) {
26 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT);
43 dbus::MethodCall* method_call) {
59 method_call));
20 CallMethodAndBlockInternal( scoped_ptr<dbus::Response>* response, base::ScopedClosureRunner* signaler, dbus::ObjectProxy* proxy, dbus::MethodCall* method_call) argument
42 CallMethodAndBlock( dbus::MethodCall* method_call) argument
H A Ddebug_daemon_client.cc69 dbus::MethodCall method_call(debugd::kDebugdInterface,
71 dbus::MessageWriter writer(&method_call); variable
74 &method_call,
83 dbus::MethodCall method_call(debugd::kDebugdInterface,
85 dbus::MessageWriter writer(&method_call); variable
99 &method_call,
108 dbus::MethodCall method_call(debugd::kDebugdInterface,
111 &method_call,
120 dbus::MethodCall method_call(debugd::kDebugdInterface,
123 &method_call,
158 dbus::MessageWriter writer(&method_call); variable
208 dbus::MessageWriter writer(&method_call); variable
252 dbus::MessageWriter writer(&method_call); variable
268 dbus::MessageWriter writer(&method_call); variable
[all...]
H A Dnfc_property_set.cc40 dbus::MethodCall method_call(
42 object_proxy()->CallMethod(&method_call,
65 dbus::MethodCall method_call(
67 dbus::MessageWriter writer(&method_call);
70 object_proxy()->CallMethod(&method_call,
/external/chromium_org/dbus/
H A Dmock_object_proxy.h29 Response*(MethodCall* method_call,
33 MethodCall* method_call,
37 MockCallMethodAndBlockWithErrorDetails(method_call, timeout_ms, error));
39 MOCK_METHOD2(MockCallMethodAndBlock, Response*(MethodCall* method_call,
41 virtual scoped_ptr<Response> CallMethodAndBlock(MethodCall* method_call,
43 return scoped_ptr<Response>(MockCallMethodAndBlock(method_call,
46 MOCK_METHOD3(CallMethod, void(MethodCall* method_call,
49 MOCK_METHOD4(CallMethodWithErrorCallback, void(MethodCall* method_call,
H A Dend_to_end_sync_unittest.cc59 MethodCall method_call("org.chromium.TestInterface", "Echo");
60 MessageWriter writer(&method_call);
66 object_proxy_->CallMethodAndBlock(&method_call, timeout_ms));
80 MethodCall method_call("org.chromium.TestInterface", "DelayedEcho");
81 MessageWriter writer(&method_call);
87 object_proxy_->CallMethodAndBlock(&method_call, timeout_ms));
93 MethodCall method_call("org.chromium.TestInterface", "Nonexistent");
97 object_proxy_->CallMethodAndBlock(&method_call, timeout_ms));
102 MethodCall method_call("org.chromium.TestInterface", "BrokenMethod");
106 object_proxy_->CallMethodAndBlock(&method_call, timeout_m
[all...]
H A Dend_to_end_async_unittest.cc157 void CallMethod(MethodCall* method_call, argument
159 object_proxy_->CallMethod(method_call,
167 void CallMethodWithErrorCallback(MethodCall* method_call, argument
170 method_call,
284 MethodCall method_call("org.chromium.TestInterface", "Echo");
285 MessageWriter writer(&method_call);
290 CallMethod(&method_call, timeout_ms);
301 MethodCall method_call("org.chromium.TestInterface", "Echo");
302 MessageWriter writer(&method_call);
307 CallMethodWithErrorCallback(&method_call, timeout_m
[all...]
H A Dmock_unittest.cc94 Response* CreateMockProxyResponse(MethodCall* method_call, argument
96 if (method_call->GetInterface() == "org.chromium.TestInterface" &&
97 method_call->GetMember() == "Echo") {
98 MessageReader reader(method_call);
108 LOG(ERROR) << "Unexpected method call: " << method_call->ToString();
113 MethodCall* method_call, int timeout_ms, ScopedDBusError* error) {
121 MethodCall* method_call,
124 Response* response = CreateMockProxyResponse(method_call, timeout_ms);
151 MethodCall method_call("org.chromium.TestInterface", "Echo");
152 MessageWriter writer(&method_call);
112 CreateMockProxyResponseWithErrorDetails( MethodCall* method_call, int timeout_ms, ScopedDBusError* error) argument
120 HandleMockProxyResponseWithMessageLoop( MethodCall* method_call, int timeout_ms, ObjectProxy::ResponseCallback response_callback) argument
[all...]
H A Dtest_service.h116 void Echo(MethodCall* method_call,
121 void SlowEcho(MethodCall* method_call,
126 void AsyncEcho(MethodCall* method_call,
130 void BrokenMethod(MethodCall* method_call,
134 void GetAllProperties(MethodCall* method_call,
138 void GetProperty(MethodCall* method_call,
142 void SetProperty(MethodCall* method_call,
146 void PerformAction(MethodCall* method_call,
150 void GetManagedObjects(MethodCall* method_call,
182 MethodCall* method_call,
[all...]
H A Dexported_object.cc186 scoped_ptr<MethodCall> method_call(
188 const std::string interface = method_call->GetInterface();
189 const std::string member = method_call->GetMember();
193 LOG(WARNING) << "Interface is missing: " << method_call->ToString();
203 LOG(WARNING) << "Unknown method: " << method_call->ToString();
214 base::Passed(&method_call),
218 MethodCall* method = method_call.get();
223 base::Passed(&method_call)));
232 scoped_ptr<MethodCall> method_call,
235 MethodCall* method = method_call
231 RunMethod(MethodCallCallback method_call_callback, scoped_ptr<MethodCall> method_call, base::TimeTicks start_time) argument
243 SendResponse(base::TimeTicks start_time, scoped_ptr<MethodCall> method_call, scoped_ptr<Response> response) argument
260 OnMethodCompleted(scoped_ptr<MethodCall> method_call, scoped_ptr<Response> response, base::TimeTicks start_time) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dprinter_service_provider_unittest.cc37 dbus::MethodCall method_call(kLibCrosServiceInterface, kPrinterAdded);
38 dbus::MessageWriter writer(&method_call);
46 scoped_ptr<dbus::Response> response(test_helper_.CallMethod(&method_call));
H A Ddisplay_power_service_provider.cc51 dbus::MethodCall* method_call,
53 dbus::MessageReader reader(method_call);
70 response_sender.Run(dbus::Response::FromMethodCall(method_call));
74 dbus::MethodCall* method_call,
76 dbus::MessageReader reader(method_call);
84 response_sender.Run(dbus::Response::FromMethodCall(method_call));
50 SetDisplayPower( dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
73 SetDisplaySoftwareDimming( dbus::MethodCall* method_call, dbus::ExportedObject::ResponseSender response_sender) argument
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux_unittest.cc119 dbus::MethodCall* method_call,
121 if (method_call->GetInterface() == "org.freedesktop.NetworkManager" &&
122 method_call->GetMember() == "GetDevices") {
134 LOG(ERROR) << "Unexpected method call: " << method_call->ToString();
139 dbus::Response* CreateDeviceProxyResponse(dbus::MethodCall* method_call, argument
141 if (method_call->GetInterface() == DBUS_INTERFACE_PROPERTIES &&
142 method_call->GetMember() == "Get") {
143 dbus::MessageReader reader(method_call);
156 } else if (method_call->GetInterface() ==
158 method_call
118 CreateNetworkManagerProxyResponse( dbus::MethodCall* method_call, Unused) argument
175 CreateAccessPointProxyResponse(dbus::MethodCall* method_call, Unused) argument
[all...]

Completed in 940 milliseconds

1234