Home
last modified time | relevance | path

Searched refs:bus_transaction_add_cancel_hook (Results 1 – 5 of 5) sorted by relevance

/external/dbus/bus/
Dconnection.h136 dbus_bool_t bus_transaction_add_cancel_hook (BusTransaction *transaction,
Dservices.c793 if (!bus_transaction_add_cancel_hook (transaction, cancel_ownership, d, in add_cancel_ownership_to_transaction()
1015 !bus_transaction_add_cancel_hook (transaction, restore_ownership, d, in add_restore_ownership_to_transaction()
Dconnection.c1760 if (!bus_transaction_add_cancel_hook (transaction, in bus_connections_expect_reply()
1878 if (!bus_transaction_add_cancel_hook (transaction, in bus_connections_check_reply()
2289 bus_transaction_add_cancel_hook (BusTransaction *transaction, in bus_transaction_add_cancel_hook() function
Dactivation.c1069 !bus_transaction_add_cancel_hook (transaction, restore_pending, d, in add_restore_pending_to_transaction()
1497 if (!bus_transaction_add_cancel_hook (transaction, cancel_pending, in add_cancel_pending_to_transaction()
/external/dbus/
DChangeLog.pre-1-011122 * bus/connection.c (bus_transaction_add_cancel_hook): new function