Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp95 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString() local
96 if (strTemp > 0) { in HexToString()
97 chr = static_cast<char>(strTemp); in HexToString()
141 std::string strTemp = TrimStr(str); in IsEmpty() local
142 return strTemp.empty() || strlen(strTemp.c_str()) == 0; in IsEmpty()
/base/location/services/location_gnss/gnss/source/
H A Dstring_utils.cpp97 long strTemp = strtol(byte.c_str(), nullptr, hexDecimal); in HexToString() local
98 if (strTemp > 0) { in HexToString()
99 chr = static_cast<char>(strTemp); in HexToString()
/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_handler.cpp321 std::string strTemp = ""; in DecodeXWapAbandonHeaderValue() local
323 if (!decodeBuffer.DecodeText(strTemp, length)) { in DecodeXWapAbandonHeaderValue()

Completed in 3 milliseconds