Home
last modified time | relevance | path

Searched defs:TEST_NETID (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/netd/server/
H A DRouteControllerTest.cpp105 static constexpr int TEST_NETID = 30; in TEST_F() local
H A DSockDiagTest.cpp328 constexpr static int TEST_NETID = 42; // One of the OEM netIds. member in android::net::SockDiagMicroBenchmarkTest
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_test_utils.h84 constexpr int TEST_NETID = 30; variable
H A Ddnsresolver_binder_test.cpp64 constexpr int TEST_NETID = 30; variable
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DDnsManagerTest.java94 static final int TEST_NETID = 100; field in DnsManagerTest
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
H A DNetworkWatchlistServiceTests.java58 private static final int TEST_NETID = 100; field in NetworkWatchlistServiceTests
/aosp12/packages/modules/DnsResolver/tests/dns_responder/
H A Ddns_responder_client_ndk.cpp26 #define TEST_NETID 30 macro
/aosp12/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivityTest.java115 private static final int TEST_NETID = 1234; field in CaptivePortalLoginActivityTest
/aosp12/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/
H A DNetworkMonitorTest.java257 private static final int TEST_NETID = 4242; field in NetworkMonitorTest