/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_started_state.cpp | 82 … if (!m_hotspotConfig.GetIpAddress().empty() && m_hotspotConfig.GetIpAddress() != AP_DEFAULT_IP) { in GoOutState() 187 if (apConfig.GetIpAddress().empty()) { in SetConfig() 333 … m_ApStateMachine.StartDhcpServer(m_hotspotConfig.GetIpAddress(), m_hotspotConfig.GetLeaseTime()); in ProcessCmdUpdateConfigResult()
|
H A D | ap_service.cpp | 102 msg->AddStringMessageBody(cfg.GetIpAddress()); in SetHotspotConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_hotspot.cpp | 127 hotspotConfig.GetIpAddress().c_str(), hotspotConfig.GetIpAddress().size() + 1) != EOK) { in GetHotspotConfigFromCpp()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter.h | 80 static int32_t GetIpAddress(std::string &ipString);
|
H A D | p2p_adapter.cpp | 363 int32_t P2pAdapter::GetIpAddress(std::string &ipString) in GetIpAddress() function in OHOS::SoftBus::P2pAdapter
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_ap_msg.h | 156 inline const std::string &GetIpAddress() const in GetIpAddress() function
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/ |
H A D | p2p_adapter_test.cpp | 349 int32_t ret = P2pAdapter::GetIpAddress(ipString); 351 ret = P2pAdapter::GetIpAddress(ipString);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/include/ |
H A D | network_manager_addon.h | 69 static napi_value GetIpAddress(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/ |
H A D | p2p_connect_state.cpp | 146 (void)P2pAdapter::GetIpAddress(localIpStr); in PreprocessP2pConnectionChangeEvent()
|
H A D | p2p_entity.cpp | 444 ret = P2pAdapter::GetIpAddress(ip); in UpdateInterfaceInfo()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 130 static std::string GetIpAddress(unsigned int number);
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/ |
H A D | wifi_hotspot_stub.cpp | 178 if (hotspotConfig.GetIpAddress().empty()) { in OnGetHotspotConfig() 181 reply.WriteString(hotspotConfig.GetIpAddress()); in OnGetHotspotConfig()
|
H A D | wifi_hotspot_service_impl.cpp | 895 if (CfgCheckIpAddress(cfg.GetIpAddress()) == ErrCode::WIFI_OPT_INVALID_PARAM) { in IsValidHotspotConfig()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_wrapper_test.cpp | 287 std::string ip = printCupsClient.GetIpAddress(num);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_hotspot.cpp | 214 SetValueUtf8String(env, "ipAddress", cppConfig.GetIpAddress(), result); in HotspotconfigToJs()
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/ |
H A D | printcupsclient_fuzzer.cpp | 181 PrintCupsClient::GetInstance()->GetIpAddress(number); in TestGetIpAddress()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 1868 PRINT_HILOGD("wifi server ip: %{private}s", GetIpAddress(info.serverIp).c_str()); in IsIpConflict() 1870 if (GetIpAddress(info.serverIp) == p2pLinkedInfo.GetGroupOwnerAddress()) { in IsIpConflict() 1881 std::string PrintCupsClient::GetIpAddress(unsigned int number) in GetIpAddress() function in OHOS::Print::PrintCupsClient
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_hotspot_proxy.cpp | 242 data.WriteString(config.GetIpAddress()); in SetHotspotConfig()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/ |
H A D | network_manager_addon.cpp | 99 DECLARE_NAPI_FUNCTION("getIpAddress", GetIpAddress), in Init() 187 napi_value NetworkManagerAddon::GetIpAddress(napi_env env, napi_callback_info info) in GetIpAddress() function in NetworkManagerAddon
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_file_spec.cpp | 871 ss << " " <<"ipAddress=" << item.GetIpAddress() << std::endl;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/ |
H A D | self_cure_state_machine.cpp | 3274 if (IpTools::ConvertIpv4Address(ipInfo.gateway) == curApConfig.GetIpAddress()) { in CheckConflictIpForSoftAp()
|