Home
last modified time | relevance | path

Searched refs:SetContentDisposition (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp286 SetContentDisposition(attachment.GetContentDisposition()); in SetAttachment()
332 bool MmsBodyPart::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() function in OHOS::Telephony::MmsBodyPart
334 return mmsBodyPartHeader_.SetContentDisposition(contentDisposition); in SetContentDisposition()
H A Dmms_attachment.cpp110 bool MmsAttachment::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp350 bool MmsBodyPartHeader::SetContentDisposition(std::string contentDisposition) in SetContentDisposition() function in OHOS::Telephony::MmsBodyPartHeader
H A Dmms_msg.cpp341 attachment.SetContentDisposition(contentDispositon); in GetAllAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part.h47 bool SetContentDisposition(std::string contentDisposition);
H A Dmms_body_part_header.h65 bool SetContentDisposition(std::string contentDisposition);
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h85 bool SetContentDisposition(std::string contentDisposition);
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp205 imageAttachment.SetContentDisposition("attachment"); in MmsAddAttachment()
539 retBool = attachment.SetContentDisposition("");
541 retBool = attachment.SetContentDisposition("attachment");
640 mmsBodyPartHeader2.SetContentDisposition("contentDisposition");
H A Dzero_branch_mms_test.cpp995 part.SetContentDisposition(strCt);
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp688 imageAttachment.SetContentDisposition("attachment"); in MmsAddAttachment()
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1163 itAttachment.SetContentDisposition(it->contentDisposition); in SetAttachmentToCore()