Searched refs:removeIpServer (Results 1 – 4 of 4) sorted by relevance
1118 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()
656 inOrder.verify(mBpfCoordinator).removeIpServer(mIpServer); in canUnrequestTetheringWithUpstream()912 verify(mBpfCoordinator).removeIpServer(mIpServer); in ipv6UpstreamInterfaceChanges()925 verify(mBpfCoordinator).removeIpServer(mIpServer); in removeIpServerWhenInterfaceDown()
1245 mBpfCoordinator.removeIpServer(IpServer.this); in exit()
938 public void removeIpServer(@NonNull final IpServer ipServer) { in removeIpServer() method in BpfCoordinator