Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h45 bool SetContentLocation(std::string contentLocation);
Dmms_body_part_header.h64 bool SetContentLocation(std::string contentLocation);
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h69 bool SetContentLocation(std::string contentLocation);
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp279 if (!SetContentLocation(attachment.GetContentLocation())) { in SetAttachment()
324 bool MmsBodyPart::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPart
326 return mmsBodyPartHeader_.SetContentLocation(contentLocation); in SetContentLocation()
Dmms_attachment.cpp94 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsAttachment
Dmms_body_part_header.cpp335 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() function in OHOS::Telephony::MmsBodyPartHeader
Dmms_msg.cpp337 attachment.SetContentLocation(contentLocation); in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp253 retBool = attachment.SetContentLocation("");
255 retBool = attachment.SetContentLocation("SetContentLocation");
342 mmsBodyPartHeader.SetContentLocation("contentLocation");
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp666 if (!imageAttachment.SetContentLocation(fileName)) { in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms.cpp1171 itAttachment.SetContentLocation(it->contentLocation); in setAttachmentToCore()