Home
last modified time | relevance | path

Searched refs:InterfaceSetIpAddress (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnet_manager_native.h87 int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_test.cpp377 int32_t ret = NetsysController::GetInstance().InterfaceSetIpAddress("ifaceName", "192.168.x.x");
380 ret = NetsysController::GetInstance().InterfaceSetIpAddress("ifaceName", "192.168.2.0");
526 ret = instance_->InterfaceSetIpAddress(iface, iface);
H A Dnetsys_controller_service_impl_test.cpp448 ret = instance_->InterfaceSetIpAddress(testName, "");
H A Dnetsys_native_service_test.cpp257 int32_t ret = instance_->InterfaceSetIpAddress(iFName, addrStr);
H A Dnetsys_native_service_stub_test.cpp211 … int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override in InterfaceSetIpAddress() function in OHOS::NetsysNative::TestNetsysNativeServiceStub
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp225 int32_t NetsysControllerServiceImpl::InterfaceSetIpAddress(const std::string &ifaceName, const std:… in InterfaceSetIpAddress() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
229 return netsysClient_.InterfaceSetIpAddress(ifaceName, ipAddress); in InterfaceSetIpAddress()
H A Dnetsys_controller.cpp314 int32_t NetsysController::InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ip… in InterfaceSetIpAddress() function in OHOS::NetManagerStandard::NetsysController
321 return netsysService_->InterfaceSetIpAddress(ifaceName, ipAddress); in InterfaceSetIpAddress()
H A Dnetsys_native_client.cpp481 int32_t NetsysNativeClient::InterfaceSetIpAddress(const std::string &ifaceName, const std::string &… in InterfaceSetIpAddress() function in OHOS::NetManagerStandard::NetsysNativeClient
490 return proxy->InterfaceSetIpAddress(ifaceName, ipAddress); in InterfaceSetIpAddress()
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h94 …virtual int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) …
H A Dnetsys_native_service_proxy.h71 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dnetsys_controller.h222 int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
H A Di_netsys_controller_service.h237 …virtual int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) …
H A Dnetsys_controller_service_impl.h210 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
H A Dnetsys_native_client.h252 int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp373 int32_t NetsysNativeService::InterfaceSetIpAddress(const std::string &ifaceName, const std::string … in InterfaceSetIpAddress() function in OHOS::NetsysNative::NetsysNativeService
376 return netsysService_->InterfaceSetIpAddress(ifaceName, ipAddress); in InterfaceSetIpAddress()
H A Dnetsys_native_service_stub.cpp830 int32_t result = InterfaceSetIpAddress(ifaceName, ipAddress); in CmdInterfaceSetIpAddress()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/
H A Dnetsys_native_service.h95 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp246 int32_t NetManagerNative::InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ip… in InterfaceSetIpAddress() function in OHOS::nmd::NetManagerNative
/ohos5.0/foundation/communication/netmanager_ext/services/networksharemanager/src/
H A Dnetworkshare_tracker.cpp1158 …if (NetsysController::GetInstance().InterfaceSetIpAddress(iface, configuration_->GetUsbRndisIpv4Ad… in CheckIfUpUsbIface()
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_native_service_proxy.cpp844 int32_t NetsysNativeServiceProxy::InterfaceSetIpAddress(const std::string &ifaceName, const std::st… in InterfaceSetIpAddress() function in OHOS::NetsysNative::NetsysNativeServiceProxy