Searched refs:mBpfUpstream6Map (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/ |
D | BpfCoordinatorShimImpl.java | 83 private final IBpfMap<TetherUpstream6Key, Tether6Value> mBpfUpstream6Map; field in BpfCoordinatorShimImpl 117 mBpfUpstream6Map = deps.getBpfUpstream6Map(); in BpfCoordinatorShimImpl() 140 if (mBpfUpstream6Map != null) mBpfUpstream6Map.clear(); in BpfCoordinatorShimImpl() 164 && mBpfUpstream6Map != null && mBpfStatsMap != null && mBpfLimitMap != null in isInitialized() 177 mBpfUpstream6Map.insertEntry(key, value); in addIpv6UpstreamRule() 191 mBpfUpstream6Map.deleteEntry(rule.makeTetherUpstream6Key()); in removeIpv6UpstreamRule() 469 mapStatus(mBpfUpstream6Map, "mBpfUpstream6Map"), in toString()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 482 private final IBpfMap<TetherUpstream6Key, Tether6Value> mBpfUpstream6Map = field in BpfCoordinatorTest 549 return mBpfUpstream6Map; 809 verifyWithOrder(inOrder, mBpfUpstream6Map, times(expected.size())).insertEntry( in verifyStartUpstreamIpv6Forwarding() 832 verifyWithOrder(inOrder, mBpfUpstream6Map, times(expected.size())).deleteEntry( in verifyStopUpstreamIpv6Forwarding() 840 inOrder.verify(mBpfUpstream6Map, never()).deleteEntry(any()); in verifyNoUpstreamIpv6ForwardingChange() 841 inOrder.verify(mBpfUpstream6Map, never()).insertEntry(any(), any()); in verifyNoUpstreamIpv6ForwardingChange() 842 inOrder.verify(mBpfUpstream6Map, never()).updateEntry(any(), any()); in verifyNoUpstreamIpv6ForwardingChange() 844 verify(mBpfUpstream6Map, never()).deleteEntry(any()); in verifyNoUpstreamIpv6ForwardingChange() 845 verify(mBpfUpstream6Map, never()).insertEntry(any(), any()); in verifyNoUpstreamIpv6ForwardingChange() 846 verify(mBpfUpstream6Map, never()).updateEntry(any(), any()); in verifyNoUpstreamIpv6ForwardingChange() [all …]
|