Home | History | Annotate | Download | only in dbus

Lines Matching full:method_call

199   scoped_ptr<MethodCall> method_call(
201 const std::string interface = method_call->GetInterface();
202 const std::string member = method_call->GetMember();
206 LOG(WARNING) << "Interface is missing: " << method_call->ToString();
216 LOG(WARNING) << "Unknown method: " << method_call->ToString();
227 base::Passed(&method_call),
231 MethodCall* method = method_call.get();
236 base::Passed(&method_call)));
245 scoped_ptr<MethodCall> method_call,
248 MethodCall* method = method_call.get();
253 base::Passed(&method_call)));
257 scoped_ptr<MethodCall> method_call,
259 DCHECK(method_call);
265 base::Passed(&method_call),
269 OnMethodCompleted(std::move(method_call), std::move(response), start_time);
273 void ExportedObject::OnMethodCompleted(scoped_ptr<MethodCall> method_call,
292 method_call.get(),
294 "error occurred in " + method_call->GetMember()));