/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/ |
H A D | NetdUtils.java | 97 netd.tetherInterfaceRemove(iface); in untetherInterface()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 60 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NetdWrapper.java | 457 mNetdService.tetherInterfaceRemove(iface); in untetherInterface()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 77 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 78 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 919 verify(mNetd, times(1)).tetherInterfaceRemove(TEST_WLAN_IFNAME); in workingLocalOnlyHotspotEnrichedApBroadcast() 1492 verify(mNetd, times(1)).tetherInterfaceRemove(TEST_WLAN_IFNAME); in workingWifiTetheringEnrichedApBroadcast() 1552 verify(mNetd, times(1)).tetherInterfaceRemove(TEST_WLAN_IFNAME); in failureEnablingIpForwarding() 1984 verify(mNetd, times(1)).tetherInterfaceRemove(TEST_P2P_IFNAME); in workingWifiP2pGroupOwner() 2017 verify(mNetd, never()).tetherInterfaceRemove(TEST_P2P_IFNAME); in workingWifiP2pGroupClient() 2597 verify(mNetd).tetherInterfaceRemove(TEST_BT_IFNAME); in testBluetoothTethering()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 78 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 100 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 100 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 78 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 100 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 749 void tetherInterfaceRemove(in @utf8InCpp String ifName); in tetherInterfaceRemove() method
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 427 inOrder.verify(mNetd).tetherInterfaceRemove(IFACE_NAME); in canUnrequestTethering() 588 inOrder.verify(mNetd).tetherInterfaceRemove(IFACE_NAME); in canUnrequestTetheringWithUpstream() 607 doThrow(RemoteException.class).when(mNetd).tetherInterfaceRemove(IFACE_NAME); in interfaceDownLeadsToUnavailable()
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 137 binder::Status tetherInterfaceRemove(const std::string& ifName) override;
|
H A D | NdcDispatcher.cpp | 459 status = mNetd->tetherInterfaceRemove(argv[3]); in runCommand()
|
H A D | NetdNativeService.cpp | 999 binder::Status NetdNativeService::tetherInterfaceRemove(const std::string& ifName) { in tetherInterfaceRemove() function in android::net::NetdNativeService
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 2254 status = mNetd->tetherInterfaceRemove(sTun.name()); in TEST_F() 2333 mNetd->tetherInterfaceRemove(tun1.name()); in TEST_F() 2334 mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F() 2399 status = mNetd->tetherInterfaceRemove(tun1.name()); in TEST_F() 2402 status = mNetd->tetherInterfaceRemove(tun2.name()); in TEST_F() 3824 EXPECT_TRUE(mNetd->tetherInterfaceRemove(tap.name()).isOk()); in TEST_F()
|