Searched refs:dbus_connection_send_with_reply (Results 1 - 6 of 6) sorted by relevance

/external/dbus/test/name-test/
H A Dtest-pending-call-dispatch.c32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
H A Dtest-pending-call-timeout.c29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds);
H A Dtest-threads-init.c30 dbus_connection_send_with_reply (conn, method, &echo_pending, -1);
39 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
/external/dbus/dbus/
H A Ddbus-connection.h230 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connection,
H A Ddbus-connection.c3337 dbus_connection_send_with_reply (DBusConnection *connection, function
3498 if (!dbus_connection_send_with_reply (connection, message,
/external/dbus/test/
H A Dtest-service.c168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1))

Completed in 134 milliseconds