/aosp12/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/ |
H A D | NetdUtils.java | 99 netd.networkRemoveInterface(INetd.LOCAL_NET_ID, iface); in untetherInterface()
|
/aosp12/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/ |
H A D | DadProxyTest.java | 115 sNetd.networkRemoveInterface(INetd.LOCAL_NET_ID, mTetheredParams.name); in tearDown() 118 sNetd.networkRemoveInterface(INetd.LOCAL_NET_ID, mUpstreamParams.name); in tearDown()
|
H A D | RouterAdvertisementDaemonTest.java | 138 sNetd.networkRemoveInterface(INetd.LOCAL_NET_ID, mTetheredParams.name); in tearDown()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 10 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | NetdWrapper.java | 170 mNetdService.networkRemoveInterface(netId, iface); in modifyInterfaceInNetwork()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 27 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/ |
H A D | TetheringTest.java | 920 verify(mNetd, times(1)).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_WLAN_IFNAME); in workingLocalOnlyHotspotEnrichedApBroadcast() 1493 verify(mNetd, times(1)).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_WLAN_IFNAME); in workingWifiTetheringEnrichedApBroadcast() 1553 verify(mNetd, times(1)).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_WLAN_IFNAME); in failureEnablingIpForwarding() 1985 verify(mNetd, times(1)).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_P2P_IFNAME); in workingWifiP2pGroupOwner() 2018 verify(mNetd, never()).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_P2P_IFNAME); in workingWifiP2pGroupClient() 2598 verify(mNetd).networkRemoveInterface(INetd.LOCAL_NET_ID, TEST_BT_IFNAME); in testBluetoothTethering()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 50 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 50 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 28 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 50 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 129 void networkRemoveInterface(int netId, in @utf8InCpp String iface); in networkRemoveInterface() method
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 71 binder::Status networkRemoveInterface(int32_t netId, const std::string& iface) override;
|
H A D | NdcDispatcher.cpp | 1032 if (Status status = mNetd->networkRemoveInterface(netId, argv[4]); !status.isOk()) { in runCommand()
|
H A D | NetdNativeService.cpp | 394 binder::Status NetdNativeService::networkRemoveInterface(int32_t netId, const std::string& iface) { in networkRemoveInterface() function in android::net::NetdNativeService
|
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 428 inOrder.verify(mNetd).networkRemoveInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in canUnrequestTethering() 589 inOrder.verify(mNetd).networkRemoveInterface(INetd.LOCAL_NET_ID, IFACE_NAME); in canUnrequestTetheringWithUpstream()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | NetworkManagementService.java | 1755 mNetdService.networkRemoveInterface(netId, iface); in modifyInterfaceInNetwork()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 292 EXPECT_TRUE(netd->networkRemoveInterface(netId, ifc.name()).isOk()); in testNetworkExistsButCannotConnect() 3825 EXPECT_TRUE(mNetd->networkRemoveInterface(INetd::LOCAL_NET_ID, tap.name()).isOk()); in TEST_F() 3826 EXPECT_TRUE(mNetd->networkRemoveInterface(TEST_NETID1, sTun.name()).isOk()); in TEST_F()
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
H A D | ConnectivityServiceTest.java | 8910 verify(mMockNetd, times(1)).networkRemoveInterface(cellNetId, CLAT_MOBILE_IFNAME); in testStackedLinkProperties() 8944 verify(mMockNetd, times(1)).networkRemoveInterface(cellNetId, CLAT_MOBILE_IFNAME); in testStackedLinkProperties() 8989 verify(mMockNetd, times(1)).networkRemoveInterface(cellNetId, CLAT_MOBILE_IFNAME); in testStackedLinkProperties()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 7052 mNetd.networkRemoveInterface(netId, iface); in updateInterfaces()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35520 Landroid/net/INetd$Stub$Proxy;->networkRemoveInterface(ILjava/lang/String;)V 35605 Landroid/net/INetd;->networkRemoveInterface(ILjava/lang/String;)V
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 397 HPLandroid/net/INetd$Stub$Proxy;->networkRemoveInterface(ILjava/lang/String;)V+]Landroid/os/IBinder…
|