Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java253 verify(mBpfCoordinator).updateAllIpv6Rules( in initTetheredStateMachine()
560 inOrder.verify(mBpfCoordinator).updateAllIpv6Rules( in canUnrequestTetheringWithUpstream()
768 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
777 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
787 verify(mBpfCoordinator, times(2)).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
793 verify(mBpfCoordinator, never()).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
800 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
806 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
813 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
821 verify(mBpfCoordinator).updateAllIpv6Rules( in ipv6UpstreamInterfaceChanges()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1023 coordinator.updateAllIpv6Rules( in checkTetherOffloadRuleAddAndRemove()
1034 coordinator.updateAllIpv6Rules( in checkTetherOffloadRuleAddAndRemove()
1361 coordinator.updateAllIpv6Rules( in testSetDataLimit()
1411 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()
1420 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()
1426 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()
1434 coordinator.updateAllIpv6Rules( in testSetDataLimitOnRule6Change()
1473 coordinator.updateAllIpv6Rules( in testTetherOffloadRuleUpdateAndClear()
1497 coordinator.updateAllIpv6Rules( in testTetherOffloadRuleUpdateAndClear()
1578 coordinator.updateAllIpv6Rules(mIpServer, DOWNSTREAM_IFACE_PARAMS, in checkBpfDisabled()
[all …]
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java979 mBpfCoordinator.updateAllIpv6Rules(this, this.mInterfaceParams, in updateIpv6ForwardingRules()
1400 mBpfCoordinator.updateAllIpv6Rules( in cleanupUpstream()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java767 public void updateAllIpv6Rules(@NonNull final IpServer ipServer, in updateAllIpv6Rules() method in BpfCoordinator