/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/ |
H A D | net_manager_native.h | 87 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 D | netsys_controller_test.cpp | 377 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 D | netsys_controller_service_impl_test.cpp | 448 ret = instance_->InterfaceSetIpAddress(testName, "");
|
H A D | netsys_native_service_test.cpp | 257 int32_t ret = instance_->InterfaceSetIpAddress(iFName, addrStr);
|
H A D | netsys_native_service_stub_test.cpp | 211 … 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 D | netsys_controller_service_impl.cpp | 225 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 D | netsys_controller.cpp | 314 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 D | netsys_native_client.cpp | 481 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 D | i_netsys_service.h | 94 …virtual int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) …
|
H A D | netsys_native_service_proxy.h | 71 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | netsys_controller.h | 222 int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
|
H A D | i_netsys_controller_service.h | 237 …virtual int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) …
|
H A D | netsys_controller_service_impl.h | 210 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
|
H A D | netsys_native_client.h | 252 int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/ |
H A D | netsys_native_service.cpp | 373 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 D | netsys_native_service_stub.cpp | 830 int32_t result = InterfaceSetIpAddress(ifaceName, ipAddress); in CmdInterfaceSetIpAddress()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/ |
H A D | netsys_native_service.h | 95 …int32_t InterfaceSetIpAddress(const std::string &ifaceName, const std::string &ipAddress) override;
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | net_manager_native.cpp | 246 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 D | networkshare_tracker.cpp | 1158 …if (NetsysController::GetInstance().InterfaceSetIpAddress(iface, configuration_->GetUsbRndisIpv4Ad… in CheckIfUpUsbIface()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netmanagernative/ |
H A D | netsys_native_service_proxy.cpp | 844 int32_t NetsysNativeServiceProxy::InterfaceSetIpAddress(const std::string &ifaceName, const std::st… in InterfaceSetIpAddress() function in OHOS::NetsysNative::NetsysNativeServiceProxy
|