Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h48 bool GetContentDisposition(std::string &contentDisposition);
Dmms_body_part_header.h60 bool GetContentDisposition(std::string &contentDisposition);
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h92 std::string GetContentDisposition();
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp288 SetContentDisposition(attachment.GetContentDisposition()); in SetAttachment()
339 bool MmsBodyPart::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPart
341 return mmsBodyPartHeader_.GetContentDisposition(contentDisposition); in GetContentDisposition()
Dmms_attachment.cpp119 std::string MmsAttachment::GetContentDisposition() in GetContentDisposition() function in OHOS::Telephony::MmsAttachment
Dmms_body_part_header.cpp341 bool MmsBodyPartHeader::GetContentDisposition(std::string &contentDisposition) in GetContentDisposition() function in OHOS::Telephony::MmsBodyPartHeader
Dmms_msg.cpp340 part.GetPartHeader().GetContentDisposition(contentDispositon); in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp263 retStr = attachment.GetContentDisposition();
355 mmsBodyPartHeader2.GetContentDisposition(testStr);
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp713 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsSendReqDecodeTest()
775 std::cout << "ContentDisposition: " << it.GetContentDisposition() << std::endl; in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp287 attachmentContext.contentDisposition = it.GetContentDisposition(); in getAttachmentByDecodeMms()