Searched refs:GetContentLocation (Results 1 – 11 of 11) sorted by relevance
173 item.GetPartHeader().GetContentLocation(strlocation); in IsContentLocationPartExist()202 bodyPart.GetContentLocation(contentLocation); in IsBodyPartExist()
279 if (!SetContentLocation(attachment.GetContentLocation())) { in SetAttachment()329 bool MmsBodyPart::GetContentLocation(std::string &contentLocation) in GetContentLocation() function in OHOS::Telephony::MmsBodyPart331 return mmsBodyPartHeader_.GetContentLocation(contentLocation); in GetContentLocation()400 GetPartHeader().GetContentLocation(contentLocation); in DecodeSetFileName()
104 std::string MmsAttachment::GetContentLocation() in GetContentLocation() function in OHOS::Telephony::MmsAttachment
328 bool MmsBodyPartHeader::GetContentLocation(std::string &contentLocation) in GetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
336 part.GetPartHeader().GetContentLocation(contentLocation); in GetAllAttachment()
46 bool GetContentLocation(std::string &contentLocation);
59 bool GetContentLocation(std::string &contentLocation);
76 std::string GetContentLocation();
257 retStr = attachment.GetContentLocation();343 mmsBodyPartHeader.GetContentLocation(testStr);
714 std::cout << "ContentLocation: " << it.GetContentLocation() << std::endl; in MmsSendReqDecodeTest()776 std::cout << "ContentLocation: " << it.GetContentLocation() << std::endl; in MmsRetrieveConfDecodeTest()
286 attachmentContext.contentLocation = it.GetContentLocation(); in getAttachmentByDecodeMms()