Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_header.cpp634 std::string tempString; in DecodeFieldTextStringValue() local
636 if (!buff.DecodeText(tempString, tempLen)) { in DecodeFieldTextStringValue()
642 textValueMap_.emplace(fieldId, tempString); in DecodeFieldTextStringValue()