Home
last modified time | relevance | path

Searched refs:will_send_reply (Results 1 – 2 of 2) sorted by relevance

/external/dbus/bus/
Dconnection.c47 DBusConnection *will_send_reply; member
1476 pending->will_send_reply, in bus_pending_reply_free()
1541 pending->will_send_reply, in bus_pending_reply_expired()
1593 pending->will_send_reply, in bus_connection_drop_pending_replies()
1601 else if (pending->will_send_reply == connection) in bus_connection_drop_pending_replies()
1608 pending->will_send_reply, in bus_connection_drop_pending_replies()
1612 pending->will_send_reply = NULL; in bus_connection_drop_pending_replies()
1666 DBusConnection *will_send_reply, in bus_connections_expect_reply() argument
1677 _dbus_assert (will_send_reply != NULL); in bus_connections_expect_reply()
1693 pending->will_send_reply == will_send_reply) in bus_connections_expect_reply()
[all …]
Dconnection.h63 DBusConnection *will_send_reply,