Home
last modified time | relevance | path

Searched refs:getBpfDownstream6Map (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java114 mBpfDownstream6Map = deps.getBpfDownstream6Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java285 public BpfMap<TetherDownstream6Key, Tether6Value> getBpfDownstream6Map() {
1054 doReturn(null).when(mDeps).getBpfDownstream6Map(); in testBpfDisabledbyNoBpfDownstream6Map()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java329 @Nullable public BpfMap<TetherDownstream6Key, Tether6Value> getBpfDownstream6Map() { in getBpfDownstream6Map() method in BpfCoordinator.Dependencies
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java327 public BpfMap<TetherDownstream6Key, Tether6Value> getBpfDownstream6Map() { in setUp()