Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp7047 ScopedNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedNetwork() argument
7051 mNetdSrv(netdSrv), in ScopedNetwork()
7122 ScopedPhysicalNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedPhysicalNetwork() argument
7124 : ScopedNetwork(netId, type, netdSrv, dnsResolvSrv, name) {} in ScopedPhysicalNetwork()
7150 ScopedVirtualNetwork(unsigned netId, ConnectivityType type, INetd* netdSrv, in ScopedVirtualNetwork() argument
7152 : ScopedNetwork(netId, type, netdSrv, dnsResolvSrv, name), mIsSecure(isSecure) { in ScopedVirtualNetwork()