Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-bus.c692 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, error); in dbus_bus_register()
885 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_get_unix_user()
957 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_get_id()
1134 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_request_name()
1218 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, in dbus_bus_release_name()
1299 reply = dbus_connection_send_with_reply_and_block (connection, message, -1, error); in dbus_bus_name_has_owner()
1369 reply = dbus_connection_send_with_reply_and_block (connection, msg, in dbus_bus_start_service_by_name()
1409 reply = dbus_connection_send_with_reply_and_block (connection, msg, in send_no_return_values()
Ddbus-connection.h233 DBusMessage * dbus_connection_send_with_reply_and_block (DBusConnection *connec…
Ddbus-connection.c3491 dbus_connection_send_with_reply_and_block (DBusConnection *connection, in dbus_connection_send_with_reply_and_block() function
/external/avahi/avahi-client/
Dentrygroup.c69 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in retrieve_state()
138 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) || in avahi_entry_group_new()
204 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in entry_group_simple_method_call()
316 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_is_empty()
463 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_add_service_strlst()
577 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_add_service_subtype()
687 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_update_service_txt_strlst()
774 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_add_address()
859 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_entry_group_add_record()
Dclient.c318 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in get_server_state()
364 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in check_version()
383 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in check_version()
567 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in avahi_client_new()
694 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in avahi_client_get_string_reply_and_block()
814 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_client_simple_method_call()
866 reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error); in avahi_client_get_local_service_cookie()
926 reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error); in avahi_client_set_host_name()
Dbrowser.c180 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) || in avahi_domain_browser_new()
420 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) || in avahi_service_type_browser_new()
642 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) || in avahi_service_browser_new()
859 if (!(reply = dbus_connection_send_with_reply_and_block (client->bus, message, -1, &error)) || in avahi_record_browser_new()
Dresolver.c271 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_service_resolver_new()
493 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_host_name_resolver_new()
709 if (!(reply = dbus_connection_send_with_reply_and_block(client->bus, message, -1, &error)) || in avahi_address_resolver_new()
/external/dbus/test/name-test/
Dtest-privserver-client.c100 if (!(reply = dbus_connection_send_with_reply_and_block (session, msg, -1, &error))) in open_shutdown_private_connection()
/external/dbus/tools/
Ddbus-send.c514 reply = dbus_connection_send_with_reply_and_block (connection, in main()
/external/libchrome/dbus/
Dbus.cc655 return dbus_connection_send_with_reply_and_block( in SendWithReplyAndBlock()
/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