Searched defs:pcall (Results 1 - 1 of 1) sorted by relevance

/external/dbus/test/
H A Dtest-service.c26 check_hello_from_self_reply (DBusPendingCall *pcall, argument
50 reply = dbus_pending_call_steal_reply (pcall);
117 dbus_pending_call_unref (pcall);
127 DBusPendingCall *pcall; local
164 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1))
168 if (!dbus_pending_call_set_notify (pcall, check_hello_from_self_reply, (void *)message, NULL))

Completed in 113 milliseconds