Searched refs:GetContentDisposition (Results 1 – 10 of 10) sorted by relevance
48 bool GetContentDisposition(std::string &contentDisposition);
60 bool GetContentDisposition(std::string &contentDisposition);
92 std::string GetContentDisposition();
288 SetContentDisposition(attachment.GetContentDisposition()); in SetAttachment()339 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPart341 return mmsBodyPartHeader_.GetContentDisposition(contentDisposition); in GetContentDisposition()
119 std::string MmsAttachment::GetContentDisposition() in GetContentDisposition() function in OHOS::Telephony::MmsAttachment
341 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPartHeader
340 part.GetPartHeader().GetContentDisposition(contentDispositon); in GetAllAttachment()
263 retStr = attachment.GetContentDisposition();355 mmsBodyPartHeader2.GetContentDisposition(testStr);
713 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsSendReqDecodeTest()775 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsRetrieveConfDecodeTest()
287 attachmentContext.contentDisposition = it.GetContentDisposition(); in getAttachmentByDecodeMms()