Searched refs:TEST_CONNECTION (Results 1 - 2 of 2) sorted by relevance

/external/dbus/cmake/
H A Dconfig.h.cmake32 #define TEST_CONNECTION "@TEST_CONNECTION@"
/external/dbus/bus/
H A 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);
4504 foo = dbus_connection_open_private (TEST_CONNECTION, &error);
4522 bar = dbus_connection_open_private (TEST_CONNECTION, &error);
4537 baz = dbus_connection_open_private (TEST_CONNECTION, &error);
4653 foo = dbus_connection_open_private (TEST_CONNECTION, &error);
4736 foo = dbus_connection_open_private (TEST_CONNECTION, &error);
4786 foo = dbus_connection_open_private (TEST_CONNECTION,
[all...]

Completed in 74 milliseconds