Searched refs:GetContentId (Results 1 – 11 of 11) sorted by relevance
185 item.GetPartHeader().GetContentId(strId); in IsContentIdPartExist()196 bodyPart.GetContentId(contentId); in IsBodyPartExist()
275 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()319 bool MmsBodyPart::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPart321 return mmsBodyPartHeader_.GetContentId(contentId); in GetContentId()406 GetPartHeader().GetContentId(contentId); in DecodeSetFileName()
292 bodyPart.GetContentId(contentId); in AddAttachment()316 part.GetPartHeader().GetContentId(contentId); in GetAllAttachment()
89 std::string MmsAttachment::GetContentId() in GetContentId() function in OHOS::Telephony::MmsAttachment
302 bool MmsBodyPartHeader::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPartHeader
44 bool GetContentId(std::string &contentId);
58 bool GetContentId(std::string &contentId);
60 std::string GetContentId();
251 retStr = attachment.GetContentId();337 mmsBodyPartHeader.GetContentId(testStr);
715 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsSendReqDecodeTest()777 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsRetrieveConfDecodeTest()
285 attachmentContext.contentId = it.GetContentId(); in getAttachmentByDecodeMms()