Home
last modified time | relevance | path

Searched refs:GetIpAddress (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp82 … 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 Dap_service.cpp102 msg->AddStringMessageBody(cfg.GetIpAddress()); in SetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp127 hotspotConfig.GetIpAddress().c_str(), hotspotConfig.GetIpAddress().size() + 1) != EOK) { in GetHotspotConfigFromCpp()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter.h80 static int32_t GetIpAddress(std::string &ipString);
H A Dp2p_adapter.cpp363 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 Dwifi_ap_msg.h156 inline const std::string &GetIpAddress() const in GetIpAddress() function
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/adapter/
H A Dp2p_adapter_test.cpp349 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 Dnetwork_manager_addon.h69 static napi_value GetIpAddress(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_connect_state.cpp146 (void)P2pAdapter::GetIpAddress(localIpStr); in PreprocessP2pConnectionChangeEvent()
H A Dp2p_entity.cpp444 ret = P2pAdapter::GetIpAddress(ip); in UpdateInterfaceInfo()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h130 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 Dwifi_hotspot_stub.cpp178 if (hotspotConfig.GetIpAddress().empty()) { in OnGetHotspotConfig()
181 reply.WriteString(hotspotConfig.GetIpAddress()); in OnGetHotspotConfig()
H A Dwifi_hotspot_service_impl.cpp895 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 Dprint_cups_wrapper_test.cpp287 std::string ip = printCupsClient.GetIpAddress(num);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp214 SetValueUtf8String(env, "ipAddress", cppConfig.GetIpAddress(), result); in HotspotconfigToJs()
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/
H A Dprintcupsclient_fuzzer.cpp181 PrintCupsClient::GetInstance()->GetIpAddress(number); in TestGetIpAddress()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp1868 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 Dwifi_hotspot_proxy.cpp242 data.WriteString(config.GetIpAddress()); in SetHotspotConfig()
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/network_manager/src/
H A Dnetwork_manager_addon.cpp99 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 Dwifi_config_file_spec.cpp871 ss << " " <<"ipAddress=" << item.GetIpAddress() << std::endl;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp3274 if (IpTools::ConvertIpv4Address(ipInfo.gateway) == curApConfig.GetIpAddress()) { in CheckConflictIpForSoftAp()