Home
last modified time | relevance | path

Searched defs:cookieTagMap (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/bpf/netd/
DBpfBaseTest.cpp57 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local
75 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local
/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DSkDestroyListenerTest.java72 final Map<CookieTagMapKey, CookieTagMapValue> cookieTagMap = parseBpfRawMap(dump); in countTaggedSocket() local
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java180 IBpfMap<CookieTagMapKey, CookieTagMapValue> cookieTagMap) { in setCookieTagMapForTest()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java3025 Map<CookieTagMapKey, CookieTagMapValue> cookieTagMap = parseBpfRawMap( in testDumpCookieTagMapBpfRawMap() local