Home
last modified time | relevance | path

Searched defs:strIp (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dhttp_request.h151 std::string strIp; member in OHOS::Wifi::HttpRequest
158 std::string strIp; member
/foundation/communication/wifi/wifi/test/wifi_utils/unittest/
H A Dwifi_common_util_test.cpp63 std::string strIp = "00:55:DD:ff:MM"; in HWTEST_F() local
95 std::string strIp = "00:55:DD"; in HWTEST_F() local
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp62 char *strIp = static_cast<char *>(malloc(INET_ADDRSTRLEN)); in UintIp4ToStr() local
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dutils.cpp150 std::string strIp = Utils::ConvertIpv4Address(ipInfo.ipAddress); in GetWifiIp() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dutils.cpp150 std::string strIp = Utils::ConvertIpv4Address(ipInfo.ipAddress); in GetWifiIp() local
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp38 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost) in Ip4StrConToInt() argument
76 std::string strIp = ""; Ip4IntConvertToStr() local
87 Ip6StrConToChar(const char *strIp, uint8_t chIp[], size_t chlen) Ip6StrConToChar() argument
213 char strIp[NI_MAXHOST]; GetLocalIp() local
[all...]
/foundation/communication/dhcp/test/fuzztest/addressutils_fuzzer/
H A Daddressutils_fuzzer.cpp100 const char *strIp = "TEXT"; in ParseIpAddrTest() local
106 const char *strIp = "TEXT"; in ParseIpHtonlTest() local
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/
H A Ddhcpfunction_fuzzer.cpp35 std::string strIp = std::string(reinterpret_cast<const char*>(data), size); in Ip4StrConToIntTest() local
50 std::string strIp = std::string(reinterpret_cast<const char*>(data), size); in Ip6StrConToCharTest() local
57 std::string strIp = std::string(reinterpret_cast<const char*>(data), size); in CheckIpStrTest() local
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_function_test.cpp44 std::string strIp = "192.77.1.232"; in HWTEST_F() local
52 std::string strIp = "test4"; in HWTEST_F() local
64 std::string strIp = DhcpFunction::Ip4IntConvertToStr(uSerIp); in HWTEST_F() local
72 std::string strIp = DhcpFunction::Ip4IntConvertToStr(uSerIp); HWTEST_F() local
78 std::string strIp = "fe80::20c:29ff:fed7:fac8"; HWTEST_F() local
85 std::string strIp = "test6"; HWTEST_F() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp164 uint32_t ParseIpAddr(const char *strIp) in ParseIpAddr() argument
178 uint32_t ParseIpHtonl(const char *strIp) in ParseIpHtonl() argument
H A Ddhcp_function.cpp36 bool DhcpFunction::Ip4StrConToInt(const std::string& strIp, uint32_t& uIp, bool bHost) in Ip4StrConToInt() argument
74 std::string strIp = ""; Ip4IntConvertToStr() local
85 Ip6StrConToChar(const std::string& strIp, uint8_t chIp[], size_t uSize) Ip6StrConToChar() argument
121 std::string strIp = ""; Ip6CharConToStr() local
137 CheckIpStr(const std::string& strIp) CheckIpStr() argument
176 GetLocalIp(const std::string strInf, std::string& strIp, std::string& strMask) GetLocalIp() argument
278 std::string strIp, strMask; CheckRangeNetwork() local
[all...]
/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp220 unsigned int Ip2Number(const std::string& strIp) in Ip2Number() argument

Completed in 7 milliseconds