Lines Matching refs:timeout_ms
135 int timeout_ms, in CallMethodAndBlockWithErrorDetails() argument
149 bus_->SendWithReplyAndBlock(request_message, timeout_ms, error->get()); in CallMethodAndBlockWithErrorDetails()
174 int timeout_ms) { in CallMethodAndBlock() argument
176 return CallMethodAndBlockWithErrorDetails(method_call, timeout_ms, &error); in CallMethodAndBlock()
180 int timeout_ms, in CallMethod() argument
186 CallMethodWithErrorResponse(method_call, timeout_ms, in CallMethod()
192 int timeout_ms, in CallMethodWithErrorResponse() argument
224 base::BindOnce(&ObjectProxy::StartAsyncMethodCall, this, timeout_ms, in CallMethodWithErrorResponse()
230 int timeout_ms, in CallMethodWithErrorCallback() argument
244 CallMethodWithErrorResponse(method_call, timeout_ms, in CallMethodWithErrorCallback()
311 void ObjectProxy::StartAsyncMethodCall(int timeout_ms, in StartAsyncMethodCall() argument
330 bus_->SendWithReply(request_message, &dbus_pending_call, timeout_ms); in StartAsyncMethodCall()