Searched refs:dbus_connection_send_with_reply (Results 1 - 6 of 6) sorted by relevance
/external/dbus/test/name-test/ |
H A D | test-pending-call-dispatch.c | 32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); 41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1);
|
H A D | test-pending-call-timeout.c | 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds);
|
H A D | test-threads-init.c | 30 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 D | dbus-connection.h | 230 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connection,
|
H A D | dbus-connection.c | 3337 dbus_connection_send_with_reply (DBusConnection *connection, function 3498 if (!dbus_connection_send_with_reply (connection, message,
|
/external/dbus/test/ |
H A D | test-service.c | 168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1))
|
Completed in 134 milliseconds