Searched refs:maybeDetachProgram (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 507 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/ |
D | BpfCoordinatorTest.java | 1155 coordinator.maybeDetachProgram(intIface2, extIface); in testAttachDetachBpfProgram() 1162 coordinator.maybeDetachProgram(intIface1, extIface); in testAttachDetachBpfProgram()
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | IpServer.java | 1321 mBpfCoordinator.maybeDetachProgram(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | BpfCoordinator.java | 903 public void maybeDetachProgram(@NonNull String intIface, @NonNull String extIface) { in maybeDetachProgram() method in BpfCoordinator
|