Home
last modified time | relevance | path

Searched refs:contentLocation (Results 1 - 11 of 11) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body.cpp169 bool MmsBody::IsContentLocationPartExist(std::string contentLocation) in IsContentLocationPartExist() argument
174 if (contentLocation == strlocation) { in IsContentLocationPartExist()
201 std::string contentLocation; in IsBodyPartExist() local
202 bodyPart.GetContentLocation(contentLocation); in IsBodyPartExist()
203 if (IsContentLocationPartExist(contentLocation)) { in IsBodyPartExist()
H A Dmms_body_part.cpp322 bool MmsBodyPart::SetContentLocation(std::string contentLocation) in SetContentLocation() argument
324 return mmsBodyPartHeader_.SetContentLocation(contentLocation); in SetContentLocation()
327 bool MmsBodyPart::GetContentLocation(std::string &contentLocation) in GetContentLocation() argument
329 return mmsBodyPartHeader_.GetContentLocation(contentLocation); in GetContentLocation()
397 std::string contentLocation = ""; in DecodeSetFileName() local
398 GetPartHeader().GetContentLocation(contentLocation); in DecodeSetFileName()
399 if (contentLocation.length() > 0) { in DecodeSetFileName()
400 strFileName_ = contentLocation; in DecodeSetFileName()
H A Dmms_attachment.cpp95 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() argument
97 if (contentLocation.empty()) { in SetContentLocation()
101 contentLocation_.assign(contentLocation); in SetContentLocation()
H A Dmms_body_part_header.cpp330 bool MmsBodyPartHeader::GetContentLocation(std::string &contentLocation) in GetContentLocation() argument
332 contentLocation.clear(); in GetContentLocation()
333 contentLocation.assign(strContentLocation_); in GetContentLocation()
337 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() argument
339 strContentLocation_ = contentLocation; in SetContentLocation()
H A Dmms_msg.cpp335 std::string contentLocation = ""; in GetAllAttachment() local
336 part.GetPartHeader().GetContentLocation(contentLocation); in GetAllAttachment()
337 attachment.SetContentLocation(contentLocation); in GetAllAttachment()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h59 bool GetContentLocation(std::string &contentLocation);
64 bool SetContentLocation(std::string contentLocation);
H A Dmms_body_part.h45 bool SetContentLocation(std::string contentLocation);
46 bool GetContentLocation(std::string &contentLocation);
H A Dmms_body.h42 bool IsContentLocationPartExist(std::string contentLocation);
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h65 * @param contentLocation
69 bool SetContentLocation(std::string contentLocation);
/base/telephony/sms_mms/frameworks/js/napi/include/
H A Dnapi_mms.h58 std::string contentLocation = ""; member
102 std::string contentLocation = ""; member
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp184 asyncContext.contentLocation = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION); in GetMmsNotificationInd()
281 attachmentContext.contentLocation = it.GetContentLocation(); in getAttachmentByDecodeMms()
354 NapiUtil::SetPropertyStringUtf8(env, attachment, "contentLocation", context.contentLocation); in CreateAttachmentValue()
441 NapiUtil::SetPropertyStringUtf8(env, notificationObj, "contentLocation", notificationContext.contentLocation); in ParseNotificationIndValue()
920 "contentLocation" }; in ReadEncodeMmsType()
933 notificationInd.contentLocation = GetNapiStringValue(env, napiValue, "contentLocation"); in ReadEncodeMmsType()
1036 attachmentContext.contentLocation in BuildMmsAttachment()
[all...]

Completed in 7 milliseconds