| /external/chromium_org/dbus/ |
| test_service.h | 21 class MethodCall; 116 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 [all...] |
| mock_object_proxy.h | 28 MOCK_METHOD2(MockCallMethodAndBlock, Response*(MethodCall* method_call, 30 virtual scoped_ptr<Response> CallMethodAndBlock(MethodCall* method_call, 35 MOCK_METHOD3(CallMethod, void(MethodCall* method_call, 38 MOCK_METHOD4(CallMethodWithErrorCallback, void(MethodCall* method_call,
|
| exported_object.h | 25 class MethodCall; 51 typedef base::Callback<void (MethodCall* method_call, ResponseSender sender)> 140 scoped_ptr<MethodCall> method_call, 147 scoped_ptr<MethodCall> method_call, 152 void OnMethodCompleted(scoped_ptr<MethodCall> method_call,
|
| end_to_end_sync_unittest.cc | 59 MethodCall method_call("org.chromium.TestInterface", "Echo"); 80 MethodCall method_call("org.chromium.TestInterface", "DelayedEcho"); 93 MethodCall method_call("org.chromium.TestInterface", "Nonexistent"); 102 MethodCall method_call("org.chromium.TestInterface", "BrokenMethod"); 118 MethodCall method_call("org.chromium.TestInterface", "Echo"); 134 MethodCall method_call("org.chromium.TestInterface", "Echo");
|
| 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...] |
| exported_object.cc | 192 // reference so we can use it in MethodCall. 194 scoped_ptr<MethodCall> method_call( 195 MethodCall::FromRawMessage(raw_message)); 226 MethodCall* method = method_call.get(); 240 scoped_ptr<MethodCall> method_call, 243 MethodCall* method = method_call.get(); 252 scoped_ptr<MethodCall> method_call, 268 void ExportedObject::OnMethodCompleted(scoped_ptr<MethodCall> method_call,
|
| 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...] |
| /external/chromium_org/chrome/browser/chromeos/dbus/ |
| display_power_service_provider.h | 18 class MethodCall; 45 void SetDisplayPower(dbus::MethodCall* method_call, 48 dbus::MethodCall* method_call,
|
| liveness_service_provider.h | 18 class MethodCall; 54 void CheckLiveness(dbus::MethodCall* method_call,
|
| screen_lock_service_provider.h | 18 class MethodCall; 43 void LockScreen(dbus::MethodCall* method_call,
|
| printer_service_provider.h | 15 class MethodCall; 69 void PrinterAdded(dbus::MethodCall* method_call,
|
| proxy_resolution_service_provider.h | 20 class MethodCall; 106 void ResolveProxyHandler(dbus::MethodCall* method_call, 113 dbus::MethodCall* method_call,
|
| service_provider_test_helper.h | 55 scoped_ptr<dbus::Response> CallMethod(dbus::MethodCall* method_call); 70 dbus::MethodCall* method_call,
|
| /external/chromium_org/chromeos/dbus/ |
| shill_client_helper.h | 31 class MethodCall; 96 void CallVoidMethod(dbus::MethodCall* method_call, 100 void CallObjectPathMethod(dbus::MethodCall* method_call, 105 dbus::MethodCall* method_call, 110 void CallDictionaryValueMethod(dbus::MethodCall* method_call, 114 void CallVoidMethodWithErrorCallback(dbus::MethodCall* method_call, 120 dbus::MethodCall* method_call, 125 void CallStringMethodWithErrorCallback(dbus::MethodCall* method_call, 132 dbus::MethodCall* method_call, 138 dbus::MethodCall* method_call [all...] |
| shill_manager_client.cc | 41 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 48 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 57 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 70 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 83 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 96 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 109 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 123 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 137 dbus::MethodCall method_call(shill::kFlimflamManagerInterface, 149 dbus::MethodCall method_call(shill::kFlimflamManagerInterface [all...] |
| blocking_method_caller.h | 31 scoped_ptr<dbus::Response> CallMethodAndBlock(dbus::MethodCall* method_call);
|
| cryptohome_client.cc | 61 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 68 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 77 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 93 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 108 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 120 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 132 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 145 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 167 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface, 187 dbus::MethodCall method_call(cryptohome::kCryptohomeInterface [all...] |
| shill_device_client.cc | 59 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 66 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 76 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 89 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 100 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 112 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 125 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 138 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 152 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface, 165 dbus::MethodCall method_call(shill::kFlimflamDeviceInterface [all...] |
| shill_service_client.cc | 86 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 100 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 114 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 127 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 141 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 154 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 163 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 173 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 185 dbus::MethodCall method_call(shill::kFlimflamServiceInterface, 198 dbus::MethodCall method_call(shill::kFlimflamServiceInterface [all...] |
| blocking_method_caller.cc | 24 dbus::MethodCall* method_call) { 43 dbus::MethodCall* method_call) {
|
| /art/test/003-omnibus-opcodes/src/ |
| MethodCall.java | 20 public class MethodCall extends MethodCallBase { 21 MethodCall() { 23 System.out.println(" MethodCall ctor"); 54 MethodCall inst = new MethodCall();
|
| /frameworks/base/tools/aidl/ |
| Type.cpp | 347 addTo->Add(new MethodCall(parcel, m_marshallParcel, 1, v)); 353 addTo->Add(new Assignment(v, new MethodCall(parcel, m_unmarshallParcel))); 365 addTo->Add(new MethodCall(parcel, m_writeArrayParcel, 1, v)); 372 addTo->Add(new Assignment(v, new MethodCall(parcel, m_createArrayParcel))); 378 addTo->Add(new MethodCall(parcel, m_readArrayParcel, 1, v)); 385 addTo->Add(new MethodCall(data, m_marshallRpc, 2, k, v)); 392 addTo->Add(new Assignment(v, new MethodCall(data, m_unmarshallRpc, 1, k))); 405 addTo->Add(new MethodCall(parcel, "writeInt", 1, 414 "!=", new MethodCall(parcel, "readInt")))); 426 addTo->Add(new MethodCall(parcel, "writeBooleanArray", 1, v)) [all...] |
| generate_java_binder.cpp | 47 MethodCall* attach = new MethodCall(THIS_VALUE, "attachInterface", 83 MethodCall* superCall = new MethodCall(SUPER_VALUE, "onTransact", 4, 116 MethodCall* queryLocalInterface = new MethodCall(obj, "queryLocalInterface"); 202 addTo->Add(new VariableDeclaration(len, new MethodCall(parcel, "readInt"))); 295 MethodCall* realCall = new MethodCall(THIS_VALUE, method->name.data); 298 c->statements->Add(new MethodCall(stubClass->transact_data [all...] |
| /external/javassist/src/main/javassist/expr/ |
| ConstructorCall.java | 31 public class ConstructorCall extends MethodCall {
|
| /external/littlemock/src/com/google/testing/littlemock/ |
| LittleMock.java | 154 private MethodCall mLastCall; 156 public void checkOrder(List<MethodCall> calls, String fieldName) { 157 MethodCall lastTrial = null; 158 for (MethodCall trial : calls) { 168 private String formatFailedVerifyOrderMessage(MethodCall lastCall, MethodCall thisCall, 209 List<MethodCall> mMethodCalls = getHandlerFrom(mock).mRecordedCalls; 226 List<MethodCall> unverifiedCalls = new ArrayList<MethodCall>(); 227 for (MethodCall method : handlerFrom.mRecordedCalls) [all...] |