/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/ |
H A D | pan_network.h | 50 int SetIpAddress(int inetSocket);
|
H A D | pan_network.cpp | 72 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 D | net_address.h | 38 void SetIpAddress(const std::string &address);
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/manager/ |
H A D | interface_manager.h | 112 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 D | multicast_membership_context.cpp | 42 address_.SetIpAddress(addr); in ParseParams()
|
H A D | tcp_server_listen_context.cpp | 55 address_.SetIpAddress(addr); in ParseParams()
|
H A D | bind_context.cpp | 54 address_.SetIpAddress(addr); in ParseParams()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_started_state.cpp | 84 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 D | ap_state_machine.cpp | 132 hotspotConfig.SetIpAddress(ipv4.GetAddressWithString()); in StartDhcpServer()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_ap_msg.h | 151 inline void SetIpAddress(const std::string &newIpAddress) in SetIpAddress() function
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/options/src/ |
H A D | net_address.cpp | 32 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 D | wifihotspotimpl_fuzzer.cpp | 147 cfg.SetIpAddress("192.168.8.100"); in IsValidHotspotConfigFuzzTest()
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/include/ |
H A D | mock_netsys_native_client.h | 421 …int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen, struct ifr…
|
H A D | netsys_controller.h | 541 …int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen, struct ifr…
|
H A D | i_netsys_controller_service.h | 553 virtual int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen,
|
H A D | netsys_controller_service_impl.h | 523 int32_t SetIpAddress(int32_t socketFd, const std::string &ipAddress, int32_t prefixLen,
|
/ohos5.0/foundation/communication/netmanager_base/services/netsyscontroller/src/ |
H A D | netsys_controller_service_impl.cpp | 527 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 D | netsys_controller.cpp | 700 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 D | wifi_c_hotspot.cpp | 108 hotspotConfig.SetIpAddress(config->ipAddress); in GetHotspotConfigFromC()
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_controller_service_impl_test.cpp | 271 ret32 = instance_->SetIpAddress(5, ipAddr, 23, ifRequest); 500 ret = instance_->SetIpAddress(socketFd, "", prefixLen, ifRequest); 704 result = instance_->SetIpAddress(socketFd, "", prefixLen, ifRequest);
|
H A D | mock_netsys_native_client_test.cpp | 226 int32_t ret = nativeClient_.SetIpAddress(socketFd, "", ifaceFd, ifRequest);
|
H A D | interface_manager_test.cpp | 231 auto ret = InterfaceManager::SetIpAddress(errName, ipAddr);
|
H A D | netsys_controller_test.cpp | 303 … 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 D | wifi_napi_hotspot.cpp | 147 config.SetIpAddress(str); in GetHotspotconfigFromJs()
|
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/ |
H A D | wifihotspotstub_fuzzer.cpp | 395 config.SetIpAddress(mDeviceAddress); in WifiHotspotServiceImplFuzzTest()
|