Home
last modified time | relevance | path

Searched refs:tetherRemoveForward (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java509 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstream()
533 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamNatFailure()
545 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamNatFailure()
561 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE); in handlesChangingUpstreamInterfaceForwardingFailure()
574 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE2); in handlesChangingUpstreamInterfaceForwardingFailure()
585 inOrder.verify(mNetd).tetherRemoveForward(IFACE_NAME, UPSTREAM_IFACE); in canUnrequestTetheringWithUpstream()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl90 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetd.aidl107 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetd.aidl108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetd.aidl108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetd.aidl130 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetd.aidl130 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetd.aidl108 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetd.aidl130 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1168 void tetherRemoveForward(in @utf8InCpp String intIface, in @utf8InCpp String extIface); in tetherRemoveForward() method
/aosp12/system/netd/server/
H A DNetdNativeService.h143 binder::Status tetherRemoveForward(const std::string& intIface,
H A DNdcDispatcher.cpp516 status = mNetd->tetherRemoveForward(argv[2], argv[3]); in runCommand()
H A DNetdNativeService.cpp1248 binder::Status NetdNativeService::tetherRemoveForward(const std::string& intIface, in tetherRemoveForward() function in android::net::NetdNativeService
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java1328 mNetd.tetherRemoveForward(mIfaceName, upstreamIface); in cleanupUpstreamInterface()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DNetworkManagementService.java1031 mNetdService.tetherRemoveForward(internalInterface, externalInterface); in disableNat()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2949 status = mNetd->tetherRemoveForward(sTun.name(), sTun2.name()); in TEST_F()
3821 EXPECT_TRUE(mNetd->tetherRemoveForward(tap.name(), sTun.name()).isOk()); in TEST_F()