Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java507 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstream()
531 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamNatFailure()
543 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamNatFailure()
559 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamInterfaceForwardingFailure()
572 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()
583 inOrder.verify(mBpfCoordinator).maybeDetachProgram(IFACE_NAME, UPSTREAM_IFACE); in canUnrequestTetheringWithUpstream()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java1155 coordinator.maybeDetachProgram(intIface2, extIface); in testAttachDetachBpfProgram()
1162 coordinator.maybeDetachProgram(intIface1, extIface); in testAttachDetachBpfProgram()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1321 mBpfCoordinator.maybeDetachProgram(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java903 public void maybeDetachProgram(@NonNull String intIface, @NonNull String extIface) { in maybeDetachProgram() method in BpfCoordinator