Searched refs:dbus_connection_send_with_reply (Results 1 – 11 of 11) sorted by relevance
/external/dbus/test/name-test/ |
D | test-pending-call-dispatch.c | 32 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration() 41 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1); in _run_iteration()
|
D | test-threads-init.c | 30 dbus_connection_send_with_reply (conn, method, &echo_pending, -1); in _run_iteration() 39 dbus_connection_send_with_reply (conn, method, &dbus_pending, -1); in _run_iteration()
|
D | test-pending-call-timeout.c | 29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); in _method_call()
|
/external/dbus/test/ |
D | dbus-daemon.c | 288 if (!dbus_connection_send_with_reply (f->left_conn, m, &pc, in test_echo()
|
D | test-service.c | 168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1)) in handle_run_hello_from_self()
|
/external/dbus/dbus/ |
D | dbus-connection.h | 228 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connec…
|
D | dbus-connection.c | 3355 dbus_connection_send_with_reply (DBusConnection *connection, in dbus_connection_send_with_reply() function 3518 if (!dbus_connection_send_with_reply (connection, message, in dbus_connection_send_with_reply_and_block()
|
/external/libchrome/dbus/ |
D | bus.cc | 665 const bool success = dbus_connection_send_with_reply( in SendWithReply()
|
/external/dbus/ |
D | NEWS.pre-1-0 | 105 - dbus_connection_send_with_reply returns TRUE and a NULL pending call
|
D | ChangeLog.pre-1-2 | 265 * dbus/dbus-connection.c (dbus_connection_send_with_reply):
|
D | ChangeLog.pre-1-0 | 1426 * dbus-connection.c (dbus_connection_send_with_reply): return TRUE 5375 * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove 5497 * dbus/dbus-connection.c (dbus_connection_send_with_reply): 6237 (dbus_connection_send_with_reply): Update the dispatch status and 8708 * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
|