Searched refs:strEnd (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
H A D | http_proxy.cpp | 181 char *strEnd = nullptr; in ParsePort() local 182 auto port = std::strtol(portStr.c_str(), &strEnd, BASE_DEC); in ParsePort() 183 if (strEnd == portStr.c_str() || port < 0 || port > std::numeric_limits<uint16_t>::max()) { in ParsePort()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 271 int DhcpFunction::CheckRangeNetwork(const std::string strInf, const std::string strBegin, const std::string strEnd) in CheckRangeNetwork() argument 273 if (strInf.empty() || strBegin.empty() || strEnd.empty()) { in CheckRangeNetwork() 274 DHCP_LOGE("CheckRangeNetwork param error, strInf or strBegin or strEnd is empty!"); in CheckRangeNetwork() 286 !Ip4StrConToInt(strBegin, uBegin, false) || !Ip4StrConToInt(strEnd, uEnd, false)) { in CheckRangeNetwork() 296 DHCP_LOGE("Check end %{public}s %{private}s %{public}s failed", strInf.c_str(), strIp.c_str(), strEnd.c_str()); in CheckRangeNetwork()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_function.h | 43 static int CheckRangeNetwork(const std::string strInf, const std::string strBegin, const std::string strEnd);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 1468 auto strEnd = StringUtils::ToString(endStr); 1469 spanNodeEnd->UpdateContent(strEnd);
|
Completed in 15 milliseconds