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.h46 void bus_test_run_clients_loop (dbus_bool_t block);
Ddispatch.c459 bus_test_run_clients_loop (FALSE); in block_connection_until_message_from_bus()
472 bus_test_run_clients_loop (FALSE); in spin_connection_until_authenticated()
817 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_hello_message()
1027 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_double_hello_message()
1126 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_connection_unix_user()
1263 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_connection_unix_process_id()
1432 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_add_match_all()
2204 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_send_exit_to_service()
2210 bus_test_run_clients_loop (FALSE); in check_send_exit_to_service()
4088 bus_test_run_clients_loop (SEND_PENDING (connection)); in check_get_services()
[all …]
Dtest.c203 bus_test_run_clients_loop (dbus_bool_t block_once) in bus_test_run_clients_loop() function