Searched refs:GetContentDisposition (Results 1 – 16 of 16) sorted by relevance
286 SetContentDisposition(attachment.GetContentDisposition()); in SetAttachment()337 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPart339 return mmsBodyPartHeader_.GetContentDisposition(contentDisposition); in GetContentDisposition()
120 std::string MmsAttachment::GetContentDisposition() in GetContentDisposition() function in OHOS::Telephony::MmsAttachment
343 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPartHeader
340 part.GetPartHeader().GetContentDisposition(contentDispositon); in GetAllAttachment()
48 bool GetContentDisposition(std::string &contentDisposition);
60 bool GetContentDisposition(std::string &contentDisposition);
92 std::string GetContentDisposition();
124 virtual std::string GetContentDisposition(void* object) = 0;
297 std::string GetContentDisposition() const;
486 std::string WebDownloadResponseImpl::GetContentDisposition() const in GetContentDisposition() function in OHOS::Ace::WebDownloadResponseImpl1305 auto contentDisposition = webDownloadResponse->GetContentDisposition(); in OnDownloadStart()
727 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsSendReqDecodeTest()789 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsRetrieveConfDecodeTest()
543 retStr = attachment.GetContentDisposition();641 mmsBodyPartHeader2.GetContentDisposition(testStr);
996 part.GetContentDisposition(getCt);1107 EXPECT_TRUE(mmsBodyPartHeader->GetContentDisposition(str));
1098 const std::string& GetContentDisposition() const in GetContentDisposition() function
282 attachmentContext.contentDisposition = it.GetContentDisposition(); in getAttachmentByDecodeMms()
2160 obj->SetProperty("contentDisposition", eventInfo.GetContentDisposition()); in DownloadStartEventToJSValue()