Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1118 coordinator.removeIpServer(mIpServer); in testGetForwardedStats()
1761 coordinator.removeIpServer(mIpServer); in testStartStopConntrackMonitoring()
1770 coordinator.removeIpServer(mIpServer); in testStartStopConntrackMonitoring()
1786 coordinator.removeIpServer(mIpServer); in testStartStopConntrackMonitoring_R()
1807 coordinator.removeIpServer(mIpServer2); in testStartStopConntrackMonitoringWithTwoDownstreamIfaces()
1811 coordinator.removeIpServer(mIpServer); in testStartStopConntrackMonitoringWithTwoDownstreamIfaces()
2221 coordinator.removeIpServer(mIpServer); in doTestSendActiveSessionsReported()
2284 coordinator.removeIpServer(mIpServer); in checkRefreshConntrackTimeout()
3150 coordinator.removeIpServer(mIpServer); in addRemoveIpv6ForwardingRules()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java656 inOrder.verify(mBpfCoordinator).removeIpServer(mIpServer); in canUnrequestTetheringWithUpstream()
912 verify(mBpfCoordinator).removeIpServer(mIpServer); in ipv6UpstreamInterfaceChanges()
925 verify(mBpfCoordinator).removeIpServer(mIpServer); in removeIpServerWhenInterfaceDown()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1245 mBpfCoordinator.removeIpServer(IpServer.this); in exit()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java938 public void removeIpServer(@NonNull final IpServer ipServer) { in removeIpServer() method in BpfCoordinator