Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7118 class ScopedPhysicalNetwork : public ScopedNetwork { class in ResolverMultinetworkTest
7120 ScopedPhysicalNetwork(unsigned netId, const char* networkName) in ScopedPhysicalNetwork() function in ResolverMultinetworkTest::ScopedPhysicalNetwork
7122 ScopedPhysicalNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedPhysicalNetwork() function in ResolverMultinetworkTest::ScopedPhysicalNetwork
7226 ScopedPhysicalNetwork CreateScopedPhysicalNetwork(ConnectivityType type, in CreateScopedPhysicalNetwork()
7444 ScopedPhysicalNetwork network = CreateScopedPhysicalNetwork(type); in TEST_F()
7482 auto network = std::make_unique<ScopedPhysicalNetwork>(getFreeNetId(), ConnectivityType::V4V6, in TEST_F()
7520 ScopedPhysicalNetwork network1 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F()
7521 ScopedPhysicalNetwork network2 = CreateScopedPhysicalNetwork(ConnectivityType::V4V6); in TEST_F()
7576 ScopedPhysicalNetwork underlyingNetwork = CreateScopedPhysicalNetwork(type, "Underlying"); in TEST_F()
7605 ScopedPhysicalNetwork defaultNetwork{NETID_UNSET, "Default"}; in TEST_F()
[all …]