Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp4638 bool asyncHandshake; in TEST_F() member
4654 SCOPED_TRACE(fmt::format("testConfig: [{}, {}]", config.asyncHandshake, config.maxRetries)); in TEST_F()
4671 ScopedSystemProperties sp3(kDotAsyncHandshakeFlag, config.asyncHandshake ? "1" : "0"); in TEST_F()
4737 bool asyncHandshake; in TEST_F() member
4770 ScopedSystemProperties sp3(kDotAsyncHandshakeFlag, config.asyncHandshake ? "1" : "0"); in TEST_F()
4823 if (dnsMode == "STRICT" && config.asyncHandshake && in TEST_F()