Home
last modified time | relevance | path

Searched refs:bus_test_run_clients_loop (Results 1 – 3 of 3) sorted by relevance

/external/dbus/bus/
Dtest.h48 void bus_test_run_clients_loop (dbus_bool_t block);
Ddispatch.c427 bus_test_run_clients_loop (FALSE); in block_connection_until_message_from_bus()
440 bus_test_run_clients_loop (FALSE); in spin_connection_until_authenticated()
786 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_hello_message()
996 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_double_hello_message()
1095 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_connection_unix_user()
1232 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_connection_unix_process_id()
1386 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_add_match_all()
2158 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_send_exit_to_service()
2164 bus_test_run_clients_loop (FALSE); in check_send_exit_to_service()
3633 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_services()
Dtest.c233 bus_test_run_clients_loop (dbus_bool_t block_once) in bus_test_run_clients_loop() function