/external/chromium_org/chromeos/dbus/ |
shill_profile_client.cc | 98 dbus::MethodCall method_call(shill::kFlimflamProfileInterface, 109 dbus::MethodCall method_call(shill::kFlimflamProfileInterface, 122 dbus::MethodCall method_call(shill::kFlimflamProfileInterface,
|
cras_audio_client.cc | 45 dbus::MethodCall method_call(cras::kCrasControlInterface, 56 dbus::MethodCall method_call(cras::kCrasControlInterface, 68 dbus::MethodCall method_call(cras::kCrasControlInterface, 80 dbus::MethodCall method_call(cras::kCrasControlInterface, 91 dbus::MethodCall method_call(cras::kCrasControlInterface, 103 dbus::MethodCall method_call(cras::kCrasControlInterface, 114 dbus::MethodCall method_call(cras::kCrasControlInterface, 125 dbus::MethodCall method_call(cras::kCrasControlInterface,
|
nfc_property_set.cc | 40 dbus::MethodCall method_call( 65 dbus::MethodCall method_call(
|
permission_broker_client.cc | 30 dbus::MethodCall method_call(kPermissionBrokerInterface, 45 dbus::MethodCall method_call(kPermissionBrokerInterface, kRequestUsbAccess);
|
blocking_method_caller.h | 31 scoped_ptr<dbus::Response> CallMethodAndBlock(dbus::MethodCall* method_call);
|
bluetooth_profile_service_provider.cc | 87 void Release(dbus::MethodCall* method_call, 99 void NewConnection(dbus::MethodCall* method_call, 144 dbus::MethodCall* method_call, 168 void Cancel(dbus::MethodCall* method_call, 187 void OnConfirmation(dbus::MethodCall* method_call,
|
debug_daemon_client.cc | 170 dbus::MethodCall method_call(debugd::kDebugdInterface, 184 dbus::MethodCall method_call(debugd::kDebugdInterface, 209 dbus::MethodCall method_call(debugd::kDebugdInterface, 221 dbus::MethodCall method_call(debugd::kDebugdInterface, 233 dbus::MethodCall method_call(debugd::kDebugdInterface, 245 dbus::MethodCall method_call(debugd::kDebugdInterface, 257 dbus::MethodCall method_call(debugd::kDebugdInterface, 271 dbus::MethodCall method_call(debugd::kDebugdInterface, 283 dbus::MethodCall method_call(debugd::kDebugdInterface, 295 dbus::MethodCall method_call(debugd::kDebugdInterface [all...] |
shill_client_helper.cc | 269 dbus::MethodCall* method_call, 280 dbus::MethodCall* method_call, 291 dbus::MethodCall* method_call, 308 dbus::MethodCall* method_call, 319 dbus::MethodCall* method_call, 334 dbus::MethodCall* method_call, 350 dbus::MethodCall* method_call, 366 dbus::MethodCall* method_call, 382 dbus::MethodCall* method_call,
|
bluetooth_device_client.cc | 118 dbus::MethodCall method_call( 143 dbus::MethodCall method_call( 168 dbus::MethodCall method_call( 198 dbus::MethodCall method_call( 225 dbus::MethodCall method_call( 251 dbus::MethodCall method_call(
|
blocking_method_caller_unittest.cc | 93 dbus::Response* CreateMockProxyResponse(dbus::MethodCall* method_call, 120 dbus::MethodCall method_call("org.chromium.TestInterface", "Echo");
|
/external/chromium_org/dbus/ |
end_to_end_async_unittest.cc | 153 void CallMethod(MethodCall* method_call, 163 void CallMethodWithErrorCallback(MethodCall* method_call, 276 MethodCall method_call("org.chromium.TestInterface", "Echo"); 293 MethodCall method_call("org.chromium.TestInterface", "Echo"); 313 MethodCall method_call("org.chromium.TestInterface", "Echo"); 335 MethodCall method_call("org.chromium.TestInterface", "Echo"); 355 MethodCall method_call("org.chromium.TestInterface", "Echo"); 375 MethodCall method_call("org.chromium.TestInterface", "Echo"); 393 MethodCall method_call("org.chromium.TestInterface", "SlowEcho"); 410 MethodCall method_call("org.chromium.TestInterface", "SlowEcho") [all...] |
mock_unittest.cc | 87 Response* CreateMockProxyResponse(MethodCall* method_call, 108 MethodCall* method_call, 138 MethodCall method_call("org.chromium.TestInterface", "Echo"); 167 MethodCall method_call("org.chromium.TestInterface", "Echo");
|
message.h | 43 // sub classes such as MethodCall and Response instead. 142 class CHROME_DBUS_EXPORT MethodCall : public Message { 151 // MethodCall method_call(DBUS_INTERFACE_INTROSPECTABLE, "Get"); 154 MethodCall(const std::string& interface_name, 157 // Returns a newly created MethodCall from the given raw message of the 160 static MethodCall* FromRawMessage(DBusMessage* raw_message); 165 MethodCall(); 167 DISALLOW_COPY_AND_ASSIGN(MethodCall); 210 static scoped_ptr<Response> FromMethodCall(MethodCall* method_call); 237 MethodCall* method_call [all...] |
test_service.cc | 268 void TestService::Echo(MethodCall* method_call, 283 void TestService::SlowEcho(MethodCall* method_call, 289 void TestService::AsyncEcho(MethodCall* method_call, 300 void TestService::BrokenMethod(MethodCall* method_call, 307 MethodCall* method_call, 324 void TestService::GetProperty(MethodCall* method_call, 397 void TestService::SetProperty(MethodCall* method_call, 429 MethodCall* method_call, 449 MethodCall* method_call,
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
display_power_service_provider.cc | 51 dbus::MethodCall* method_call, 74 dbus::MethodCall* method_call,
|
printer_service_provider.h | 15 class MethodCall; 69 void PrinterAdded(dbus::MethodCall* method_call,
|
liveness_service_provider.cc | 39 dbus::MethodCall* method_call,
|
printer_service_provider_unittest.cc | 37 dbus::MethodCall method_call(kLibCrosServiceInterface, kPrinterAdded);
|
service_provider_test_helper.cc | 64 AllOf(ResultOf(std::mem_fun(&dbus::MethodCall::GetInterface), 66 ResultOf(std::mem_fun(&dbus::MethodCall::GetMember), 103 dbus::MethodCall* method_call) { 121 dbus::MethodCall* method_call,
|
service_provider_test_helper.h | 55 scoped_ptr<dbus::Response> CallMethod(dbus::MethodCall* method_call); 70 dbus::MethodCall* method_call,
|
/art/test/003-omnibus-opcodes/ |
expected.txt | 64 MethodCall ctor
|
/dalvik/tests/003-omnibus-opcodes/ |
expected.txt | 63 MethodCall ctor
|
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 159 ifs->expression = new MethodCall(new StringLiteralExpression(method->name.data), "equals", 171 MethodCall* realCall = new MethodCall(this->targetExpression, method->name.data); 271 new MethodCall(SUPER_VALUE, "process", 4, 280 s->statements->Add(new ReturnStatement(new MethodCall(this->resultData, "serialize"))); 371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView")); 408 ctor->statements->Add(new MethodCall("super", 2, broker, listener)); 490 ctor->statements->Add(new MethodCall("super", 3, container, broker, place)); 588 c->statements->Add(new MethodCall(new LiteralExpression("this"), name, 1, this->resultParam)); 730 proxyMethod->statements->Add(new MethodCall(new FieldVariable(THIS_VALUE, "_broker") [all...] |
/art/test/003-omnibus-opcodes/src/ |
Main.java | 49 MethodCall.run();
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Main.java | 58 MethodCall.run();
|