/foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
H A D | network_route.cpp | 234 int ret = netsysServiceR_->NetworkRemoveInterface(NETID, "rmnet0"); in TestNetworkRemoveInterface() 257 int ret = netsysServiceR_->NetworkRemoveInterface(NETID_TEST, "wlan0"); in TestNetworkRemoveInterfaceWIFI()
|
/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 35 constexpr const char *MOCK_NETWORKREMOVEINTERFACE_API = "NetworkRemoveInterface"; 121 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
H A D | netsys_controller_service_impl.h | 85 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
|
H A D | i_netsys_controller_service.h | 111 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
|
H A D | netsys_controller.h | 95 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
H A D | netsys_native_client.h | 126 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | network.cpp | 182 NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in ReleaseBasicNetwork() 201 NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in ReleaseVirtualNetwork() 282 ret = NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in UpdateInterfaces()
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | mock_netsys_native_client_test.cpp | 64 ret = nativeClient_.NetworkRemoveInterface(netId, iface); in HWTEST_F()
|
H A D | netsys_native_service_proxy_test.cpp | 178 ret = netsysNativeService->NetworkRemoveInterface(NETID, INTERFACENAME); in HWTEST_F()
|
H A D | netsys_controller_service_impl_test.cpp | 139 ret = instance_->NetworkRemoveInterface(0, testName); in HWTEST_F() 316 ret = instance_->NetworkRemoveInterface(netId, testName); in HWTEST_F()
|
H A D | netsys_native_client_test.cpp | 96 ret = nativeClient_.NetworkRemoveInterface(NET_ID, IF_NAME); in HWTEST_F()
|
H A D | netsys_controller_test.cpp | 118 ret = NetsysController::GetInstance().NetworkRemoveInterface(NET_ID, WLAN); in HWTEST_F() 472 ret = instance_->NetworkRemoveInterface(0, iface); in HWTEST_F()
|
H A D | netsys_native_service_test.cpp | 280 int32_t ret = instance_->NetworkRemoveInterface(netId, iFName); in HWTEST_F()
|
/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 117 int32_t NetsysControllerServiceImpl::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 121 return mockNetsysClient_.NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface() 123 return netsysClient_.NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
H A D | netsys_controller.cpp | 212 int32_t NetsysController::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysController 221 return netsysService_->NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
H A D | mock_netsys_native_client.cpp | 133 int32_t MockNetsysNativeClient::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::MockNetsysNativeClient
|
H A D | netsys_native_client.cpp | 333 int32_t NetsysNativeClient::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysNativeClient 341 return proxy->NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 108 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
|
H A D | netsys_native_service_proxy.h | 74 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 98 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
|
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 67 int32_t NetworkRemoveInterface(int32_t netId, std::string iface);
|
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/ |
H A D | netsys_native_service_stub_test.cpp | 204 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override
|
/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 395 int32_t NetsysNativeService::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetsysNative::NetsysNativeService 397 int32_t result = netsysService_->NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface() 398 NETNATIVE_LOG_D("NetworkRemoveInterface"); in NetworkRemoveInterface()
|
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 153 int32_t NetManagerNative::NetworkRemoveInterface(int32_t netId, std::string interfaceName) in NetworkRemoveInterface() function in OHOS::nmd::NetManagerNative
|
/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_sub_statemachine.cpp | 928 NetsysController::GetInstance().NetworkRemoveInterface(LOCAL_NET_ID, ifaceName_); in CleanupUpstreamInterface()
|