Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp173 item.GetPartHeader().GetContentLocation(strlocation); in IsContentLocationPartExist()
202 bodyPart.GetContentLocation(contentLocation); in IsBodyPartExist()
Dmms_body_part.cpp279 if (!SetContentLocation(attachment.GetContentLocation())) { in SetAttachment()
329 bool MmsBodyPart::GetContentLocation(std::string &contentLocation) in GetContentLocation() function in OHOS::Telephony::MmsBodyPart
331 return mmsBodyPartHeader_.GetContentLocation(contentLocation); in GetContentLocation()
400 GetPartHeader().GetContentLocation(contentLocation); in DecodeSetFileName()
Dmms_attachment.cpp104 std::string MmsAttachment::GetContentLocation() in GetContentLocation() function in OHOS::Telephony::MmsAttachment
Dmms_body_part_header.cpp328 bool MmsBodyPartHeader::GetContentLocation(std::string &contentLocation) in GetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
Dmms_msg.cpp336 part.GetPartHeader().GetContentLocation(contentLocation); in GetAllAttachment()
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h46 bool GetContentLocation(std::string &contentLocation);
Dmms_body_part_header.h59 bool GetContentLocation(std::string &contentLocation);
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h76 std::string GetContentLocation();
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp257 retStr = attachment.GetContentLocation();
343 mmsBodyPartHeader.GetContentLocation(testStr);
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp714 std::cout << "ContentLocation: " << it.GetContentLocation() << std::endl; in MmsSendReqDecodeTest()
776 std::cout << "ContentLocation: " << it.GetContentLocation() << std::endl; in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp286 attachmentContext.contentLocation = it.GetContentLocation(); in getAttachmentByDecodeMms()