Home
last modified time | relevance | path

Searched refs:GetContentDisposition (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp286 SetContentDisposition(attachment.GetContentDisposition()); in SetAttachment()
337 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPart
339 return mmsBodyPartHeader_.GetContentDisposition(contentDisposition); in GetContentDisposition()
H A Dmms_attachment.cpp120 std::string MmsAttachment::GetContentDisposition() in GetContentDisposition() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp343 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPartHeader
H A Dmms_msg.cpp340 part.GetPartHeader().GetContentDisposition(contentDispositon); in GetAllAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h48 bool GetContentDisposition(std::string &contentDisposition);
H A Dmms_body_part_header.h60 bool GetContentDisposition(std::string &contentDisposition);
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h92 std::string GetContentDisposition();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h124 virtual std::string GetContentDisposition(void* object) = 0;
H A Dweb_delegate_cross.h297 std::string GetContentDisposition() const;
H A Dweb_delegate_cross.cpp486 std::string WebDownloadResponseImpl::GetContentDisposition() const in GetContentDisposition() function in OHOS::Ace::WebDownloadResponseImpl
1305 auto contentDisposition = webDownloadResponse->GetContentDisposition(); in OnDownloadStart()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp727 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsSendReqDecodeTest()
789 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsRetrieveConfDecodeTest()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp543 retStr = attachment.GetContentDisposition();
641 mmsBodyPartHeader2.GetContentDisposition(testStr);
H A Dzero_branch_mms_test.cpp996 part.GetContentDisposition(getCt);
1107 EXPECT_TRUE(mmsBodyPartHeader->GetContentDisposition(str));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1098 const std::string& GetContentDisposition() const in GetContentDisposition() function
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp282 attachmentContext.contentDisposition = it.GetContentDisposition(); in getAttachmentByDecodeMms()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2160 obj->SetProperty("contentDisposition", eventInfo.GetContentDisposition()); in DownloadStartEventToJSValue()