Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp273 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()
312 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPart
314 return mmsBodyPartHeader_.SetContentId(contentId); in SetContentId()
H A Dmms_attachment.cpp75 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp311 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPartHeader
H A Dmms_msg.cpp318 attachment.SetContentId(contentId); in GetAllAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h43 bool SetContentId(std::string contentId);
H A Dmms_body_part_header.h63 bool SetContentId(std::string contentId);
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h53 bool SetContentId(std::string contentId);
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp193 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
525 retBool = attachment.SetContentId("");
527 retBool = attachment.SetContentId("0000");
529 retBool = attachment.SetContentId("<0000>");
622 mmsBodyPartHeader.SetContentId("contentId");
H A Dzero_branch_mms_test.cpp989 part.SetContentId(strCt);
1102 mmsBodyPartHeader->SetContentId(str);
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp676 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1157 itAttachment.SetContentId(it->contentId); in SetAttachmentToCore()