Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp5209 enum class ConnectivityType { V4, V6, V4V6 }; enumerator
5298 if (mConnectivityType == ConnectivityType::V4 || mConnectivityType == ConnectivityType::V4V6) { in init()
5307 if (mConnectivityType == ConnectivityType::V6 || mConnectivityType == ConnectivityType::V4V6) { in init()
5375 ConnectivityType::V4V6, in TEST_F()
5412 if (type == ConnectivityType::V6 || type == ConnectivityType::V4V6) { in TEST_F()
5416 if (type == ConnectivityType::V4 || type == ConnectivityType::V4V6) { in TEST_F()
5430 std::make_unique<ScopedNetwork>(getFreeNetId(), ConnectivityType::V4V6, in TEST_F()
5471 ScopedNetwork network1 = CreateScopedNetwork(ConnectivityType::V4V6); in TEST_F()
5472 ScopedNetwork network2 = CreateScopedNetwork(ConnectivityType::V4V6); in TEST_F()