Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp6052 enum class ConnectivityType { V4, V6, V4V6 }; enum in ResolverMultinetworkTest
6270 if (mConnectivityType == ConnectivityType::V4 || mConnectivityType == ConnectivityType::V4V6) { in init()
6279 if (mConnectivityType == ConnectivityType::V6 || mConnectivityType == ConnectivityType::V4V6) { in init()
6304 ConnectivityType type) { in addDns()
6384 ConnectivityType::V4, in TEST_F()
6385 ConnectivityType::V6, in TEST_F()
6386 ConnectivityType::V4V6, in TEST_F()
6413 if (type == ConnectivityType::V6 || type == ConnectivityType::V4V6) { in TEST_F()
6417 if (type == ConnectivityType::V4 || type == ConnectivityType::V4V6) { in TEST_F()
6516 {ConnectivityType::V4, {ipv4_addr}}, in TEST_F()
[all …]