Home
last modified time | relevance | path

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

/external/dbus/cmake/
Dconfig.h.cmake32 #define TEST_CONNECTION "@TEST_CONNECTION@"
DCMakeLists.txt466 set (TEST_CONNECTION "${TEST_LISTEN}") variable
470 set (TEST_CONNECTION "${TEST_LISTEN}") variable
/external/dbus/bus/
Ddispatch.c44 #ifndef TEST_CONNECTION
50 #define TEST_CONNECTION "debug-pipe:name=test-server" macro
52 #define TEST_CONNECTION "tcp:host=localhost,port=1234" macro
1535 connection = dbus_connection_open_private (TEST_CONNECTION, &error); in check_hello_connection()
4504 foo = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_dispatch_test_conf()
4522 bar = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_dispatch_test_conf()
4537 baz = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_dispatch_test_conf()
4653 foo = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_dispatch_test_conf_fail()
4736 foo = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_dispatch_sha1_test()
4786 foo = dbus_connection_open_private (TEST_CONNECTION, &error); in bus_unix_fds_passing_test()
[all …]