Searched refs:ScopedNetwork (Results 1 – 1 of 1) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_integration_test.cpp | 7045 class ScopedNetwork { class in ResolverMultinetworkTest 7047 ScopedNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedNetwork() function in ResolverMultinetworkTest::ScopedNetwork 7056 virtual ~ScopedNetwork() { in ~ScopedNetwork() 7118 class ScopedPhysicalNetwork : public ScopedNetwork { 7121 : ScopedNetwork(netId, ConnectivityType::V4V6, nullptr, nullptr, networkName) {} in ScopedPhysicalNetwork() 7124 : ScopedNetwork(netId, type, netdSrv, dnsResolvSrv, name) {} in ScopedPhysicalNetwork() 7148 class ScopedVirtualNetwork : public ScopedNetwork { 7152 : ScopedNetwork(netId, type, netdSrv, dnsResolvSrv, name), mIsSecure(isSecure) { in ScopedVirtualNetwork() 7247 Result<std::shared_ptr<test::DNSResponder>> setupDns(ConnectivityType type, ScopedNetwork* nw, 7283 Result<void> ResolverMultinetworkTest::ScopedNetwork::init() { in init() [all …]
|