Home | History | Annotate | Download | only in dbus

Lines Matching refs:method_call

87   Response* CreateMockProxyResponse(MethodCall* method_call,
89 if (method_call->GetInterface() == "org.chromium.TestInterface" &&
90 method_call->GetMember() == "Echo") {
91 MessageReader reader(method_call);
101 LOG(ERROR) << "Unexpected method call: " << method_call->ToString();
108 MethodCall* method_call,
111 Response* response = CreateMockProxyResponse(method_call, timeout_ms);
138 MethodCall method_call("org.chromium.TestInterface", "Echo");
139 MessageWriter writer(&method_call);
144 proxy->CallMethodAndBlock(&method_call,
167 MethodCall method_call("org.chromium.TestInterface", "Echo");
168 MessageWriter writer(&method_call);
172 proxy->CallMethod(&method_call,