OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:echo_pending
(Results
1 - 2
of
2
) sorted by null
/external/dbus/test/name-test/
test-pending-call-dispatch.c
19
DBusPendingCall *
echo_pending
;
local
32
dbus_connection_send_with_reply (conn, method, &
echo_pending
, -1);
50
dbus_pending_call_block (
echo_pending
);
55
reply = dbus_pending_call_steal_reply (
echo_pending
);
71
dbus_pending_call_unref (
echo_pending
);
test-threads-init.c
17
DBusPendingCall *
echo_pending
;
local
30
dbus_connection_send_with_reply (conn, method, &
echo_pending
, -1);
48
dbus_pending_call_block (
echo_pending
);
53
reply = dbus_pending_call_steal_reply (
echo_pending
);
69
dbus_pending_call_unref (
echo_pending
);
Completed in 64 milliseconds