OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_call
(Results
1 - 7
of
7
) sorted by null
/external/libchrome/dbus/
object_proxy.cc
224
for (auto*
pending_call
: pending_calls_) {
225
dbus_pending_call_cancel(
pending_call
);
226
dbus_pending_call_unref(
pending_call
);
272
DBusPendingCall*
pending_call
= NULL;
local
274
bus_->SendWithReply(request_message, &
pending_call
, timeout_ms);
284
pending_call
,
289
pending_calls_.insert(
pending_call
);
295
void ObjectProxy::OnPendingCallIsComplete(DBusPendingCall*
pending_call
,
301
DBusMessage* response_message = dbus_pending_call_steal_reply(
pending_call
);
311
pending_calls_.erase(
pending_call
);
[
all
...]
object_proxy.h
223
void OnPendingCallIsComplete(DBusPendingCall*
pending_call
,
235
static void OnPendingCallIsCompleteThunk(DBusPendingCall*
pending_call
,
mock_bus.h
48
DBusPendingCall**
pending_call
,
bus.h
456
// |
pending_call
| at a later time.
460
DBusPendingCall**
pending_call
,
bus.cc
660
DBusPendingCall**
pending_call
,
666
connection_, request,
pending_call
, timeout_ms);
[
all
...]
/external/dbus/test/internals/
refs.c
480
DBusPendingCall *
pending_call
;
local
483
pending_call
= _dbus_pending_call_new_unlocked (f->connection,
485
g_assert (
pending_call
!= NULL);
488
public_api.thing =
pending_call
;
489
internal_api.thing =
pending_call
;
490
unref_and_unlock_api.thing =
pending_call
;
492
if (!dbus_pending_call_set_data (
pending_call
, pending_call_slot, f,
550
dbus_pending_call_unref (
pending_call
);
/external/dbus/dbus/
dbus-pending-call.c
84
_dbus_pending_call_trace_ref (DBusPendingCall *
pending_call
,
91
_dbus_trace_ref ("DBusPendingCall",
pending_call
, old_refcount,
251
* @param pending the
pending_call
266
* @param pending the
pending_call
282
* @param pending the
pending_call
296
* @param pending the
pending_call
310
* @param pending the
pending_call
326
* @param pending the
pending_call
341
* @param pending the
pending_call
355
* @param pending the
pending_call
[
all
...]
Completed in 1059 milliseconds