Home
last modified time | relevance | path

Searched refs:SetIpAddress (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_network.h50 int SetIpAddress(int inetSocket);
H A Dpan_network.cpp72 ret = SetIpAddress(inetSocket); in Open()
154 int PanNetwork::SetIpAddress(int inetSocket) in SetIpAddress() function in OHOS::bluetooth::PanNetwork
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dnet_address.h38 void SetIpAddress(const std::string &address);
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/
H A Dinterface_manager.h112 static int SetIpAddress(const std::string &ifaceName, const std::string &ipAddress);
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/
H A Dmulticast_membership_context.cpp42 address_.SetIpAddress(addr); in ParseParams()
H A Dtcp_server_listen_context.cpp55 address_.SetIpAddress(addr); in ParseParams()
H A Dbind_context.cpp54 address_.SetIpAddress(addr); in ParseParams()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp84 m_hotspotConfig.SetIpAddress(AP_DEFAULT_IP); in GoOutState()
189 apConfig.SetIpAddress(AP_DEFAULT_IP); in SetConfig()
314 m_hotspotConfig.SetIpAddress(msg->GetStringFromMessage()); in ProcessCmdSetHotspotConfig()
H A Dap_state_machine.cpp132 hotspotConfig.SetIpAddress(ipv4.GetAddressWithString()); in StartDhcpServer()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_ap_msg.h151 inline void SetIpAddress(const std::string &newIpAddress) in SetIpAddress() function
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/
H A Dnet_address.cpp32 void NetAddress::SetIpAddress(const std::string &address) in SetIpAddress() function in OHOS::NetStack::Socket::NetAddress
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp147 cfg.SetIpAddress("192.168.8.100"); in IsValidHotspotConfigFuzzTest()
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/
H A Dmock_netsys_native_client.h421 …int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen, struct ifr…
H A Dnetsys_controller.h541 …int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen, struct ifr…
H A Di_netsys_controller_service.h553 virtual int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen,
H A Dnetsys_controller_service_impl.h523 int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen,
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dnetsys_controller_service_impl.cpp527 int32_t NetsysControllerServiceImpl::SetIpAddress(int32_t socketFd, const std::string &ipAddress, i… in SetIpAddress() function in OHOS::NetManagerStandard::NetsysControllerServiceImpl
532 return mockNetsysClient_.SetIpAddress(socketFd, ipAddress, prefixLen, ifRequest); in SetIpAddress()
534 return netsysClient_.SetIpAddress(socketFd, ipAddress, prefixLen, ifRequest); in SetIpAddress()
H A Dnetsys_controller.cpp700 int32_t NetsysController::SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t pref… in SetIpAddress() function in OHOS::NetManagerStandard::NetsysController
716 return netsysService_->SetIpAddress(socketFd, ipAddress, prefixLen, ifRequest); in SetIpAddress()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp108 hotspotConfig.SetIpAddress(config->ipAddress); in GetHotspotConfigFromC()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetsys_controller_service_impl_test.cpp271 ret32 = instance_->SetIpAddress(5, ipAddr, 23, ifRequest);
500 ret = instance_->SetIpAddress(socketFd, "", prefixLen, ifRequest);
704 result = instance_->SetIpAddress(socketFd, "", prefixLen, ifRequest);
H A Dmock_netsys_native_client_test.cpp226 int32_t ret = nativeClient_.SetIpAddress(socketFd, "", ifaceFd, ifRequest);
H A Dinterface_manager_test.cpp231 auto ret = InterfaceManager::SetIpAddress(errName, ipAddr);
H A Dnetsys_controller_test.cpp303 … ret = NetsysController::GetInstance().SetIpAddress(SOCKET_FD, IP_ADDR, PREFIX_LENGTH, ifRequest);
664 ret = instance_->SetIpAddress(0, iface, 0, ifRequest);
667 ret = instance_->SetIpAddress(1, iface, 1, ifRequest);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp147 config.SetIpAddress(str); in GetHotspotconfigFromJs()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/
H A Dwifihotspotstub_fuzzer.cpp395 config.SetIpAddress(mDeviceAddress); in WifiHotspotServiceImplFuzzTest()

12