Searched refs:pending_call (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/dbus/ |
D | object_proxy.cc | 224 for (auto* pending_call : pending_calls_) { in Detach() local 225 dbus_pending_call_cancel(pending_call); in Detach() 226 dbus_pending_call_unref(pending_call); in Detach() 272 DBusPendingCall* pending_call = NULL; in StartAsyncMethodCall() local 274 bus_->SendWithReply(request_message, &pending_call, timeout_ms); in StartAsyncMethodCall() 284 pending_call, in StartAsyncMethodCall() 289 pending_calls_.insert(pending_call); in StartAsyncMethodCall() 295 void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall* pending_call, in OnPendingCallIsComplete() argument 301 DBusMessage* response_message = dbus_pending_call_steal_reply(pending_call); in OnPendingCallIsComplete() 311 pending_calls_.erase(pending_call); in OnPendingCallIsComplete() [all …]
|
D | object_proxy.h | 223 void OnPendingCallIsComplete(DBusPendingCall* pending_call, 235 static void OnPendingCallIsCompleteThunk(DBusPendingCall* pending_call,
|
D | mock_bus.h | 48 DBusPendingCall** pending_call,
|
D | bus.h | 460 DBusPendingCall** pending_call,
|
D | bus.cc | 660 DBusPendingCall** pending_call, in SendWithReply() argument 666 connection_, request, pending_call, timeout_ms); in SendWithReply()
|
/external/dbus/test/internals/ |
D | refs.c | 480 DBusPendingCall *pending_call; in test_pending_call() local 483 pending_call = _dbus_pending_call_new_unlocked (f->connection, in test_pending_call() 485 g_assert (pending_call != NULL); in test_pending_call() 488 public_api.thing = pending_call; in test_pending_call() 489 internal_api.thing = pending_call; in test_pending_call() 490 unref_and_unlock_api.thing = pending_call; in test_pending_call() 492 if (!dbus_pending_call_set_data (pending_call, pending_call_slot, f, in test_pending_call() 550 dbus_pending_call_unref (pending_call); in test_pending_call()
|
/external/dbus/dbus/ |
D | dbus-pending-call.c | 84 _dbus_pending_call_trace_ref (DBusPendingCall *pending_call, in _dbus_pending_call_trace_ref() argument 91 _dbus_trace_ref ("DBusPendingCall", pending_call, old_refcount, in _dbus_pending_call_trace_ref()
|