Home | History | Annotate | Download | only in dbus

Lines Matching refs:method_call

194   scoped_ptr<MethodCall> method_call(
196 const std::string interface = method_call->GetInterface();
197 const std::string member = method_call->GetMember();
201 LOG(WARNING) << "Interface is missing: " << method_call->ToString();
211 LOG(WARNING) << "Unknown method: " << method_call->ToString();
222 base::Passed(&method_call),
226 MethodCall* method = method_call.get();
231 base::Passed(&method_call)));
240 scoped_ptr<MethodCall> method_call,
243 MethodCall* method = method_call.get();
248 base::Passed(&method_call)));
252 scoped_ptr<MethodCall> method_call,
254 DCHECK(method_call);
260 base::Passed(&method_call),
264 OnMethodCompleted(method_call.Pass(), response.Pass(), start_time);
268 void ExportedObject::OnMethodCompleted(scoped_ptr<MethodCall> method_call,
287 method_call.get(),
289 "error occurred in " + method_call->GetMember()));