OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dbus_pending
(Results
1 - 2
of
2
) sorted by null
/external/dbus/test/name-test/
test-pending-call-dispatch.c
20
DBusPendingCall *
dbus_pending
;
local
41
dbus_connection_send_with_reply (conn, method, &
dbus_pending
, -1);
45
dbus_pending_call_block (
dbus_pending
);
70
dbus_pending_call_unref (
dbus_pending
);
test-threads-init.c
18
DBusPendingCall *
dbus_pending
;
local
39
dbus_connection_send_with_reply (conn, method, &
dbus_pending
, -1);
43
dbus_pending_call_block (
dbus_pending
);
68
dbus_pending_call_unref (
dbus_pending
);
Completed in 254 milliseconds