Searched refs:dbus_connection_send_with_reply_and_block (Results 1 – 6 of 6) sorted by relevance
/external/dbus/dbus/ |
D | dbus-bus.c | 698 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, error); in dbus_bus_register() 888 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_get_unix_user() 960 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_get_id() 1137 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_request_name() 1221 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_release_name() 1302 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, error); in dbus_bus_name_has_owner() 1372 reply = dbus_connection_send_with_reply_and_block (connection, msg, in dbus_bus_start_service_by_name() 1412 reply = dbus_connection_send_with_reply_and_block (connection, msg, in send_no_return_values()
|
D | dbus-connection.h | 235 DBusMessage * dbus_connection_send_with_reply_and_block (DBusConnection *connec…
|
D | dbus-connection.c | 3471 dbus_connection_send_with_reply_and_block (DBusConnection *connection, in dbus_connection_send_with_reply_and_block() function
|
/external/dbus/test/name-test/ |
D | test-privserver-client.c | 54 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error))) in open_shutdown_private_connection()
|
/external/dbus/tools/ |
D | dbus-send.c | 516 reply = dbus_connection_send_with_reply_and_block (connection, in main()
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 445 (dbus_connection_send_with_reply_and_block): fix to handle closed 5478 back from dbus_connection_send_with_reply_and_block() so add a 6030 (dbus_connection_send_with_reply_and_block): port to work in terms 9878 (dbus_connection_send_with_reply_and_block): factor out internals; 11239 (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction 12135 (dbus_connection_send_with_reply_and_block): 12182 (dbus_connection_send_with_reply_and_block): 12465 (dbus_connection_send_with_reply_and_block): use DBusError
|