Home
last modified time | relevance | path

Searched refs:NetworkRemoveInterface (Results 1 - 25 of 28) sorted by relevance

12

/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()
/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h35 constexpr const char *MOCK_NETWORKREMOVEINTERFACE_API = "NetworkRemoveInterface";
121 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
H A Dnetsys_controller_service_impl.h85 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
H A Di_netsys_controller_service.h111 virtual int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) = 0;
H A Dnetsys_controller.h95 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
H A Dnetsys_native_client.h126 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface);
/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnetwork.cpp182 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 Dmock_netsys_native_client_test.cpp64 ret = nativeClient_.NetworkRemoveInterface(netId, iface); in HWTEST_F()
H A Dnetsys_native_service_proxy_test.cpp178 ret = netsysNativeService->NetworkRemoveInterface(NETID, INTERFACENAME); in HWTEST_F()
H A Dnetsys_controller_service_impl_test.cpp139 ret = instance_->NetworkRemoveInterface(0, testName); in HWTEST_F()
316 ret = instance_->NetworkRemoveInterface(netId, testName); in HWTEST_F()
H A Dnetsys_native_client_test.cpp96 ret = nativeClient_.NetworkRemoveInterface(NET_ID, IF_NAME); in HWTEST_F()
H A Dnetsys_controller_test.cpp118 ret = NetsysController::GetInstance().NetworkRemoveInterface(NET_ID, WLAN); in HWTEST_F()
472 ret = instance_->NetworkRemoveInterface(0, iface); in HWTEST_F()
H A Dnetsys_native_service_test.cpp280 int32_t ret = instance_->NetworkRemoveInterface(netId, iFName); in HWTEST_F()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp117 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 Dnetsys_controller.cpp212 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 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.cpp333 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 Di_netsys_service.h108 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;
/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h98 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override;
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h67 int32_t NetworkRemoveInterface(int32_t netId, std::string iface);
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_distributed_test/
H A Dnetsys_native_service_stub_test.cpp204 int32_t NetworkRemoveInterface(int32_t netId, const std::string &iface) override
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp395 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 Dnet_manager_native.cpp153 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 Dnetworkshare_sub_statemachine.cpp928 NetsysController::GetInstance().NetworkRemoveInterface(LOCAL_NET_ID, ifaceName_); in CleanupUpstreamInterface()

Completed in 34 milliseconds

12