Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-bus.c698 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()
Ddbus-connection.h235 DBusMessage * dbus_connection_send_with_reply_and_block (DBusConnection *connec…
Ddbus-connection.c3471 dbus_connection_send_with_reply_and_block (DBusConnection *connection, in dbus_connection_send_with_reply_and_block() function
/external/dbus/test/name-test/
Dtest-privserver-client.c54 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error))) in open_shutdown_private_connection()
/external/dbus/tools/
Ddbus-send.c516 reply = dbus_connection_send_with_reply_and_block (connection, in main()
/external/dbus/
DChangeLog.pre-1-0445 (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