Home
last modified time | relevance | path

Searched refs:bus_transaction_send_from_driver (Results 1 – 6 of 6) sorted by relevance

/dports/devel/dbus/dbus-1.12.20/bus/
H A Ddriver.c297 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_lost()
340 if (!bus_transaction_send_from_driver (transaction, connection, message)) in bus_driver_send_service_acquired()
538 if (!bus_transaction_send_from_driver (transaction, connection, welcome)) in bus_driver_send_welcome_message()
631 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_services()
724 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_list_activatable_services()
787 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_acquire_service()
848 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_release_service()
913 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_service_exists()
987 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_send_ack_reply()
1490 if (! bus_transaction_send_from_driver (transaction, connection, reply)) in bus_driver_handle_get_service_owner()
[all …]
H A Dstats.c103 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_stats_handle_get_stats()
207 if (!bus_transaction_send_from_driver (transaction, caller_connection, in bus_stats_handle_get_connection_stats()
322 if (!bus_transaction_send_from_driver (transaction, caller_connection, in bus_stats_handle_get_all_match_rules()
H A Dconnection.h145 dbus_bool_t bus_transaction_send_from_driver (BusTransaction *transaction,
H A Dconnection.c1770 if (!bus_transaction_send_from_driver (transaction, pending->will_get_reply, in bus_pending_reply_send_no_reply()
2332 bus_transaction_send_from_driver (BusTransaction *transaction, in bus_transaction_send_from_driver() function
2635 if (!bus_transaction_send_from_driver (transaction, connection, reply)) in bus_transaction_send_error_reply()
H A Dactivation.c1203 if (!bus_transaction_send_from_driver (transaction, entry->connection, message)) in bus_activation_service_created()
1842 retval = bus_transaction_send_from_driver (transaction, connection, message); in bus_activation_activate_service()
/dports/devel/dbus/dbus-1.12.20/
H A DChangeLog.pre-1-08993 * bus/connection.c (bus_transaction_send_from_driver): set the
9141 * bus/connection.c (bus_transaction_send_from_driver): set bus
10991 * bus/connection.c (bus_transaction_send_from_driver): new