Home
last modified time | relevance | path

Searched refs:pending_call (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/dbus/
Dobject_proxy.cc227 for (auto* pending_call : pending_calls_) { in Detach() local
228 dbus_pending_call_cancel(pending_call); in Detach()
229 dbus_pending_call_unref(pending_call); in Detach()
275 DBusPendingCall* pending_call = NULL; in StartAsyncMethodCall() local
277 bus_->SendWithReply(request_message, &pending_call, timeout_ms); in StartAsyncMethodCall()
287 pending_call, in StartAsyncMethodCall()
292 pending_calls_.insert(pending_call); in StartAsyncMethodCall()
298 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete() argument
304 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call); in OnPendingCallIsComplete()
314 pending_calls_.erase(pending_call); in OnPendingCallIsComplete()
[all …]
Dobject_proxy.h224 void OnPendingCallIsComplete(DBusPendingCall* pending_call,
236 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
Dmock_bus.h57 DBusPendingCall** pending_call,
Dbus.h460 DBusPendingCall** pending_call,
Dbus.cc662 DBusPendingCall** pending_call, in SendWithReply() argument
668 connection_, request, pending_call, timeout_ms); in SendWithReply()