Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp28 strContentID_ = srcHeader.strContentID_; in operator =()
85 strContentID_ = sTmp; in DecodeContentId()
307 contentId = strContentID_; in GetContentId()
313 strContentID_ = contentId; in SetContentId()
399 if (strContentID_.empty()) { in EncodeContentId()
408 if (!encodeBuffer.EncodeQuotedText(strContentID_)) { in EncodeContentId()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h76 std::string strContentID_ = ""; variable
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1122 mmsBodyPartHeader->strContentID_ = SRC_STR;