/ohos5.0/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()
|
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/ |
H A D | network.cpp | 183 NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in ReleaseBasicNetwork() 202 NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in ReleaseVirtualNetwork() 285 … ret = NetsysController::GetInstance().NetworkRemoveInterface(netId_, netLinkInfo_.ifaceName_); in UpdateInterfaces()
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 120 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
H A D | netsys_controller.h | 93 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
H A D | i_netsys_controller_service.h | 108 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
|
H A D | netsys_controller_service_impl.h | 81 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
|
H A D | netsys_native_client.h | 123 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 98 int32_t NetsysControllerServiceImpl::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl 102 return mockNetsysClient_.NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface() 104 return netsysClient_.NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
H A D | netsys_controller.cpp | 164 int32_t NetsysController::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysController 171 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 | 302 int32_t NetsysNativeClient::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::NetsysNativeClient 310 return proxy->NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
/ohos5.0/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);
|
H A D | netsys_controller_service_impl_test.cpp | 138 ret = instance_->NetworkRemoveInterface(0, testName); 315 ret = instance_->NetworkRemoveInterface(netId, testName);
|
H A D | netsys_native_service_proxy_test.cpp | 178 ret = netsysNativeService->NetworkRemoveInterface(NETID, INTERFACENAME);
|
H A D | netsys_native_client_test.cpp | 96 ret = nativeClient_.NetworkRemoveInterface(NET_ID, IF_NAME);
|
H A D | netsys_controller_test.cpp | 117 ret = NetsysController::GetInstance().NetworkRemoveInterface(NET_ID, WLAN); 471 ret = instance_->NetworkRemoveInterface(0, iface);
|
H A D | netsys_native_service_test.cpp | 280 int32_t ret = instance_->NetworkRemoveInterface(netId, iFName);
|
H A D | netsys_native_service_stub_test.cpp | 226 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override in NetworkRemoveInterface() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 61 int32_t NetworkRemoveInterface(int32_t netId, std::string iface);
|
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/ |
H A D | i_netsys_service.h | 97 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;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 392 int32_t NetsysNativeService::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetsysNative::NetsysNativeService 394 int32_t result = netsysService_->NetworkRemoveInterface(netId, iface); in NetworkRemoveInterface()
|
/ohos5.0/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;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 133 int32_t NetManagerNative::NetworkRemoveInterface(int32_t netId, std::string interfaceName) in NetworkRemoveInterface() function in OHOS::nmd::NetManagerNative
|
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/ |
H A D | networkshare_sub_statemachine.cpp | 886 NetsysController::GetInstance().NetworkRemoveInterface(LOCAL_NET_ID, ifaceName_); in CleanupUpstreamInterface()
|