Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp185 item.GetPartHeader().GetContentId(strId); in IsContentIdPartExist()
196 bodyPart.GetContentId(contentId); in IsBodyPartExist()
Dmms_body_part.cpp275 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()
319 bool MmsBodyPart::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPart
321 return mmsBodyPartHeader_.GetContentId(contentId); in GetContentId()
406 GetPartHeader().GetContentId(contentId); in DecodeSetFileName()
Dmms_msg.cpp292 bodyPart.GetContentId(contentId); in AddAttachment()
316 part.GetPartHeader().GetContentId(contentId); in GetAllAttachment()
Dmms_attachment.cpp89 std::string MmsAttachment::GetContentId() in GetContentId() function in OHOS::Telephony::MmsAttachment
Dmms_body_part_header.cpp302 bool MmsBodyPartHeader::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPartHeader
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h44 bool GetContentId(std::string &contentId);
Dmms_body_part_header.h58 bool GetContentId(std::string &contentId);
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h60 std::string GetContentId();
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp251 retStr = attachment.GetContentId();
337 mmsBodyPartHeader.GetContentId(testStr);
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp715 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsSendReqDecodeTest()
777 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp285 attachmentContext.contentId = it.GetContentId(); in getAttachmentByDecodeMms()