Home
last modified time | relevance | path

Searched refs:strTemp (Results 1 – 2 of 2) sorted by relevance

/base/telephony/sms_mms/utils/
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()
/base/telephony/sms_mms/services/sms/
Dsms_wap_push_handler.cpp307 std::string strTemp = ""; in DecodeXWapAbandonHeaderValue() local
309 if (!decodeBuffer.DecodeText(strTemp, length)) { in DecodeXWapAbandonHeaderValue()