Home
last modified time | relevance | path

Searched refs:NetworkRemoveInterface (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
H A Dnetwork_route.cpp234 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 Dnetwork.cpp183 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 Dmock_netsys_native_client.h120 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
H A Dnetsys_controller.h93 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
H A Di_netsys_controller_service.h108 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
H A Dnetsys_controller_service_impl.h81 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
H A Dnetsys_native_client.h123 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp98 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 Dnetsys_controller.cpp164 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 Dmock_netsys_native_client.cpp133 int32_t MockNetsysNativeClient::NetworkRemoveInterface(int32_t netId, const std::string &iface) in NetworkRemoveInterface() function in OHOS::NetManagerStandard::MockNetsysNativeClient
H A Dnetsys_native_client.cpp302 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 Dmock_netsys_native_client_test.cpp64 ret = nativeClient_.NetworkRemoveInterface(netId, iface);
H A Dnetsys_controller_service_impl_test.cpp138 ret = instance_->NetworkRemoveInterface(0, testName);
315 ret = instance_->NetworkRemoveInterface(netId, testName);
H A Dnetsys_native_service_proxy_test.cpp178 ret = netsysNativeService->NetworkRemoveInterface(NETID, INTERFACENAME);
H A Dnetsys_native_client_test.cpp96 ret = nativeClient_.NetworkRemoveInterface(NET_ID, IF_NAME);
H A Dnetsys_controller_test.cpp117 ret = NetsysController::GetInstance().NetworkRemoveInterface(NET_ID, WLAN);
471 ret = instance_->NetworkRemoveInterface(0, iface);
H A Dnetsys_native_service_test.cpp280 int32_t ret = instance_->NetworkRemoveInterface(netId, iFName);
H A Dnetsys_native_service_stub_test.cpp226 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 Dnet_manager_native.h61 int32_t NetworkRemoveInterface(int32_t netId, std::string iface);
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h97 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
H A Dnetsys_native_service_proxy.h74 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp392 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 Dnetsys_native_service.h98 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp133 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 Dnetworkshare_sub_statemachine.cpp886 NetsysController::GetInstance().NetworkRemoveInterface(LOCAL_NET_ID, ifaceName_); in CleanupUpstreamInterface()

12