Searched refs:ConnectivityType (Results 1 – 1 of 1) sorted by relevance
5209 enum class ConnectivityType { V4, V6, V4V6 }; enum in ResolverMultinetworkTest5219 ScopedNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedNetwork()5231 Result<DnsServerPair> addIpv4Dns() { return addDns(ConnectivityType::V4); } in addIpv4Dns()5232 Result<DnsServerPair> addIpv6Dns() { return addDns(ConnectivityType::V6); } in addIpv6Dns()5237 Result<DnsServerPair> addDns(ConnectivityType connectivity);5246 const ConnectivityType mConnectivityType;5264 ScopedNetwork CreateScopedNetwork(ConnectivityType type);5277 ConnectivityType type) { in CreateScopedNetwork()5298 if (mConnectivityType == ConnectivityType::V4 || mConnectivityType == ConnectivityType::V4V6) { in init()5307 if (mConnectivityType == ConnectivityType::V6 || mConnectivityType == ConnectivityType::V4V6) { in init()[all …]