Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DSkDestroyListenerTest.java59 private Map<CookieTagMapKey, CookieTagMapValue> parseBpfRawMap(final String dump) { in parseBpfRawMap() method in SkDestroyListenerTest
72 final Map<CookieTagMapKey, CookieTagMapValue> cookieTagMap = parseBpfRawMap(dump); in countTaggedSocket()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsServiceTest.java2912 private <K extends Struct, V extends Struct> Map<K, V> parseBpfRawMap( in parseBpfRawMap() method in NetworkStatsServiceTest
2938 Map<CookieTagMapKey, CookieTagMapValue> cookieTagMap = parseBpfRawMap( in testDumpCookieTagMapBpfRawMap()