Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7221 enum class ConnectivityType { V4, V6, V4V6, NONE }; enum in ResolverMultinetworkTest
7234 ScopedNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedNetwork()
7249 Result<DnsServerPair> addIpv4Dns() { return addDns(ConnectivityType::V4); } in addIpv4Dns()
7250 Result<DnsServerPair> addIpv6Dns() { return addDns(ConnectivityType::V6); } in addIpv6Dns()
7293 const ConnectivityType mConnectivityType;
7302 Result<DnsServerPair> addDns(ConnectivityType connectivity);
7308 : ScopedNetwork(netId, ConnectivityType::V4V6, nullptr, nullptr, networkName) {} in ScopedPhysicalNetwork()
7309 ScopedPhysicalNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedPhysicalNetwork()
7337 ScopedVirtualNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedVirtualNetwork()
7413 ScopedPhysicalNetwork CreateScopedPhysicalNetwork(ConnectivityType type, in CreateScopedPhysicalNetwork()
[all …]