Searched refs:removeInterfaceForward (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Connectivity/framework/src/android/net/ |
D | RoutingCoordinatorManager.java | 151 public void removeInterfaceForward(final String fromIface, final String toIface) { in removeInterfaceForward() method in RoutingCoordinatorManager 153 mService.removeInterfaceForward(fromIface, toIface); in removeInterfaceForward()
|
D | IRoutingCoordinator.aidl | 94 void removeInterfaceForward(in String fromIface, in String toIface); in removeInterfaceForward() method
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
D | RoutingCoordinatorServiceTest.kt | 63 mService.removeInterfaceForward("from1", "to1") in <lambda>() 67 mService.removeInterfaceForward("from2", "to1") in <lambda>()
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | RoutingCoordinatorService.java | 193 public void removeInterfaceForward(final String fromIface, final String toIface) in removeInterfaceForward() method in RoutingCoordinatorService
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | IpServer.java | 864 private void removeInterfaceForward(@NonNull final String fromIface, in removeInterfaceForward() method in IpServer 868 mRoutingCoordinator.value.removeInterfaceForward(fromIface, toIface); in removeInterfaceForward() 1410 removeInterfaceForward(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 299 }).when(mRoutingCoordinatorManager.value).removeInterfaceForward(any(), any()); in setUp()
|
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
D | BpfCoordinatorTest.java | 592 }).when(mRoutingCoordinatorManager.value).removeInterfaceForward(any(), any()); in setUp()
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 5544 mRoutingCoordinatorService.removeInterfaceForward( 10851 mRoutingCoordinatorService.removeInterfaceForward(fromIface,
|