Searched refs:TestBpfMap (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 160 private class TestBpfMap<K extends Struct, V extends Struct> extends BpfMap<K, V> { class in BpfCoordinatorTest 163 TestBpfMap(final Class<K> key, final Class<V> value) { in TestBpfMap() method in BpfCoordinatorTest.TestBpfMap 234 private final TestBpfMap<TetherStatsKey, TetherStatsValue> mBpfStatsMap = 235 spy(new TestBpfMap<>(TetherStatsKey.class, TetherStatsValue.class)); 236 private final TestBpfMap<TetherLimitKey, TetherLimitValue> mBpfLimitMap = 237 spy(new TestBpfMap<>(TetherLimitKey.class, TetherLimitValue.class)); 1537 private void checkRefreshConntrackTimeout(final TestBpfMap<Tether4Key, Tether4Value> bpfMap, in checkRefreshConntrackTimeout() 1605 final TestBpfMap<Tether4Key, Tether4Value> bpfUpstream4Map = in testRefreshConntrackTimeout_Upstream4Map() 1606 new TestBpfMap<>(Tether4Key.class, Tether4Value.class); in testRefreshConntrackTimeout_Upstream4Map() 1621 final TestBpfMap<Tether4Key, Tether4Value> bpfDownstream4Map = in testRefreshConntrackTimeout_Downstream4Map() [all …]
|