Searched refs:contentLocation (Results 1 – 12 of 12) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/ |
D | mms_body.cpp | 169 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()
|
D | mms_body_part.cpp | 324 bool MmsBodyPart::SetContentLocation(std::string contentLocation) in SetContentLocation() argument 326 return mmsBodyPartHeader_.SetContentLocation(contentLocation); in SetContentLocation() 329 bool MmsBodyPart::GetContentLocation(std::string &contentLocation) in GetContentLocation() argument 331 return mmsBodyPartHeader_.GetContentLocation(contentLocation); in GetContentLocation() 399 std::string contentLocation = ""; in DecodeSetFileName() local 400 GetPartHeader().GetContentLocation(contentLocation); in DecodeSetFileName() 401 if (contentLocation.length() > 0) { in DecodeSetFileName() 402 strFileName_ = contentLocation; in DecodeSetFileName()
|
D | mms_body_part_header.cpp | 328 bool MmsBodyPartHeader::GetContentLocation(std::string &contentLocation) in GetContentLocation() argument 330 contentLocation.clear(); in GetContentLocation() 331 contentLocation.assign(strContentLocation_); in GetContentLocation() 335 bool MmsBodyPartHeader::SetContentLocation(std::string contentLocation) in SetContentLocation() argument 337 strContentLocation_ = contentLocation; in SetContentLocation()
|
D | mms_attachment.cpp | 94 bool MmsAttachment::SetContentLocation(std::string contentLocation) in SetContentLocation() argument 96 if (contentLocation.empty()) { in SetContentLocation() 100 contentLocation_.assign(contentLocation); in SetContentLocation()
|
D | mms_msg.cpp | 335 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/ |
D | mms_body_part.h | 45 bool SetContentLocation(std::string contentLocation); 46 bool GetContentLocation(std::string &contentLocation);
|
D | mms_body_part_header.h | 59 bool GetContentLocation(std::string &contentLocation); 64 bool SetContentLocation(std::string contentLocation);
|
D | mms_body.h | 42 bool IsContentLocationPartExist(std::string contentLocation);
|
/base/telephony/sms_mms/interfaces/innerkits/ |
D | mms_attachment.h | 69 bool SetContentLocation(std::string contentLocation);
|
/base/telephony/sms_mms/interfaces/kits/js/ |
D | @ohos.telephony.sms.d.ts | 1193 contentLocation: string; property 1713 contentLocation: string; property
|
/base/telephony/sms_mms/frameworks/js/napi/include/ |
D | napi_mms.h | 58 std::string contentLocation = ""; member 102 std::string contentLocation = ""; member
|
/base/telephony/sms_mms/frameworks/js/napi/src/ |
D | napi_mms.cpp | 188 asyncContext.contentLocation = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION); in GetMmsNotificationInd() 286 attachmentContext.contentLocation = it.GetContentLocation(); in getAttachmentByDecodeMms() 359 NapiUtil::SetPropertyStringUtf8(env, attachment, "contentLocation", context.contentLocation); in CreateAttachmentValue() 447 …etPropertyStringUtf8(env, notificationObj, "contentLocation", notificationContext.contentLocation); in ParseNotificationIndValue() 944 notificationInd.contentLocation = GetNapiStringValue(env, napiValue, "contentLocation"); in ReadEncodeMmsType() 1047 attachmentContext.contentLocation = GetNapiStringValue(env, value, "contentLocation"); in BuildMmsAttachment() 1170 if (it->contentLocation.size() > 0) { in setAttachmentToCore() 1171 itAttachment.SetContentLocation(it->contentLocation); in setAttachmentToCore() 1257 mmsMsg.SetHeaderStringValue(MmsFieldCode::MMS_CONTENT_LOCATION, context.contentLocation); in setNotificationIndToCore()
|