Searched refs:SetContentLocation (Results 1 – 10 of 10) sorted by relevance
45 bool SetContentLocation(std::string contentLocation);
64 bool SetContentLocation(std::string contentLocation);
69 bool SetContentLocation(std::string contentLocation);
279 if (!SetContentLocation(attachment.GetContentLocation())) { in SetAttachment()324 bool MmsBodyPart::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPart326 return mmsBodyPartHeader_.SetContentLocation(contentLocation); in SetContentLocation()
94 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsAttachment
335 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
337 attachment.SetContentLocation(contentLocation); in GetAllAttachment()
253 retBool = attachment.SetContentLocation("");255 retBool = attachment.SetContentLocation("SetContentLocation");342 mmsBodyPartHeader.SetContentLocation("contentLocation");
666 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
1171 itAttachment.SetContentLocation(it->contentLocation); in setAttachmentToCore()