Home
last modified time | relevance | path

Searched refs:tmpAddress (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp38 std::string tmpAddress = address; in ConvertIpv4Address() local
42 std::string::size_type npos = tmpAddress.find("."); in ConvertIpv4Address()
46 std::string value = tmpAddress.substr(0, npos); in ConvertIpv4Address()
52 tmpAddress = tmpAddress.substr(npos + 1); in ConvertIpv4Address()
58 int tmp = std::atoi(tmpAddress.c_str()); in ConvertIpv4Address()
89 std::string tmpAddress = address; in ConvertIpv6Address() local
94 std::string::size_type npos = tmpAddress.find(":"); in ConvertIpv6Address()
99 std::string value = tmpAddress.substr(0, npos); in ConvertIpv6Address()
107 tmpAddress in ConvertIpv6Address()
[all...]
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp215 std::string tmpAddress = address; in ConvertIpv4Address() local
219 std::string::size_type npos = tmpAddress.find(IPADDR_DELIMITER); in ConvertIpv4Address()
223 const auto &value = tmpAddress.substr(0, npos); in ConvertIpv4Address()
230 tmpAddress = tmpAddress.substr(npos + 1); in ConvertIpv4Address()
236 int32_t itmp = std::atoi(tmpAddress.c_str()); in ConvertIpv4Address()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_proxy_lite.cpp45 int tmpAddress = 0; in ReadIpAddress() local
47 (void)ReadInt8(reply, (int8_t *)&tmpAddress); in ReadIpAddress()
48 address.addressIpv6.push_back(tmpAddress); in ReadIpAddress()

Completed in 5 milliseconds