Searched refs:SetContentId (Results 1 – 11 of 11) sorted by relevance
273 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()312 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPart314 return mmsBodyPartHeader_.SetContentId(contentId); in SetContentId()
75 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsAttachment
311 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPartHeader
318 attachment.SetContentId(contentId); in GetAllAttachment()
43 bool SetContentId(std::string contentId);
63 bool SetContentId(std::string contentId);
53 bool SetContentId(std::string contentId);
193 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()525 retBool = attachment.SetContentId("");527 retBool = attachment.SetContentId("0000");529 retBool = attachment.SetContentId("<0000>");622 mmsBodyPartHeader.SetContentId("contentId");
989 part.SetContentId(strCt);1102 mmsBodyPartHeader->SetContentId(str);
676 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
1157 itAttachment.SetContentId(it->contentId); in SetAttachmentToCore()