Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java291 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in initTetheredStateMachine()
639 inOrder.verify(mBpfCoordinator).updateIpv6UpstreamInterface( in canUnrequestTetheringWithUpstream()
859 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
868 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
878 verify(mBpfCoordinator, times(2)).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
884 verify(mBpfCoordinator, never()).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
891 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
897 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
904 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
913 verify(mBpfCoordinator).updateIpv6UpstreamInterface( in ipv6UpstreamInterfaceChanges()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java885 mBpfCoordinator.updateIpv6UpstreamInterface(this, upstreamIfIndex, upstreamPrefixes); in updateUpstreamIPv6LinkProperties()
1439 mBpfCoordinator.updateIpv6UpstreamInterface(IpServer.this, NO_UPSTREAM, in cleanupUpstream()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java607 bpfCoordinator.updateIpv6UpstreamInterface(ipServer, upstreamIfindex, upstreamPrefixes); in dispatchIpv6UpstreamChanged()
1538 coordinator.updateIpv6UpstreamInterface(mIpServer, rule.upstreamIfindex + 1 /* new */, in checkBpfDisabled()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java960 public void updateIpv6UpstreamInterface(@NonNull final IpServer ipServer, int upstreamIfindex, in updateIpv6UpstreamInterface() method in BpfCoordinator