Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7034 enum class ConnectivityType { V4, V6, V4V6 }; enum in ResolverMultinetworkTest
7047 ScopedNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedNetwork()
7062 Result<DnsServerPair> addIpv4Dns() { return addDns(ConnectivityType::V4); } in addIpv4Dns()
7063 Result<DnsServerPair> addIpv6Dns() { return addDns(ConnectivityType::V6); } in addIpv6Dns()
7106 const ConnectivityType mConnectivityType;
7115 Result<DnsServerPair> addDns(ConnectivityType connectivity);
7121 : ScopedNetwork(netId, ConnectivityType::V4V6, nullptr, nullptr, networkName) {} in ScopedPhysicalNetwork()
7122 ScopedPhysicalNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedPhysicalNetwork()
7150 ScopedVirtualNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedVirtualNetwork()
7226 ScopedPhysicalNetwork CreateScopedPhysicalNetwork(ConnectivityType type, in CreateScopedPhysicalNetwork()
[all …]