Home
last modified time | relevance | path

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

/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h53 bool SetContentId(std::string contentId);
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h43 bool SetContentId(std::string contentId);
Dmms_body_part_header.h65 bool SetContentId(std::string contentId);
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp264 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()
303 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPart
305 return mmsBodyPartHeader_.SetContentId(contentId); in SetContentId()
Dmms_attachment.cpp70 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsAttachment
Dmms_body_part_header.cpp309 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPartHeader
Dmms_msg.cpp317 attachment.SetContentId(contentId); in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
Dsms_mms_gtest.cpp1987 retBool = attachment.SetContentId("");
1989 retBool = attachment.SetContentId("0000");
1991 retBool = attachment.SetContentId("<0000>");
2078 mmsBodyPartHeader.SetContentId("contentId");
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp662 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp1127 itAttachment.SetContentId(it->contentId); in setAttachmentToCore()