Home
last modified time | relevance | path

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

/third_party/glib/gio/tests/
Dgdbus-server-auth.c37 INTEROP_FLAGS_TCP = (1 << 3), enumerator
232 if (flags & (INTEROP_FLAGS_ANONYMOUS | INTEROP_FLAGS_SHA1 | INTEROP_FLAGS_TCP)) in assert_expected_uid_pid()
283 if (flags & INTEROP_FLAGS_TCP) in do_test_server_auth()
316 (flags & INTEROP_FLAGS_TCP) ? "true" : "false"); in do_test_server_auth()
498 do_test_server_auth (INTEROP_FLAGS_TCP); in test_server_auth_tcp()
510 do_test_server_auth (INTEROP_FLAGS_ANONYMOUS | INTEROP_FLAGS_TCP); in test_server_auth_anonymous_tcp()
534 do_test_server_auth (INTEROP_FLAGS_SHA1 | INTEROP_FLAGS_TCP); in test_server_auth_sha1_tcp()