Home
last modified time | relevance | path

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

/external/dbus/test/name-test/
Dtest-pending-call-dispatch.c32 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()
Dtest-threads-init.c30 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()
Dtest-pending-call-timeout.c29 dbus_connection_send_with_reply (conn, method, &pending, timeout_milliseconds); in _method_call()
/external/dbus/test/
Ddbus-daemon.c288 if (!dbus_connection_send_with_reply (f->left_conn, m, &pc, in test_echo()
Dtest-service.c168 if (!dbus_connection_send_with_reply (connection, self_message, &pcall, -1)) in handle_run_hello_from_self()
/external/dbus/dbus/
Ddbus-connection.h228 dbus_bool_t dbus_connection_send_with_reply (DBusConnection *connec…
Ddbus-connection.c3355 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/
Dbus.cc665 const bool success = dbus_connection_send_with_reply( in SendWithReply()
/external/dbus/
DNEWS.pre-1-0105 - dbus_connection_send_with_reply returns TRUE and a NULL pending call
DChangeLog.pre-1-2265 * dbus/dbus-connection.c (dbus_connection_send_with_reply):
DChangeLog.pre-1-01426 * 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