Home
last modified time | relevance | path

Searched defs:contentId (Results 1 – 9 of 9) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body.cpp181 bool MmsBody::IsContentIdPartExist(std::string contentId) in IsContentIdPartExist()
195 std::string contentId; in IsBodyPartExist() local
Dmms_body_part.cpp312 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId()
317 bool MmsBodyPart::GetContentId(std::string &contentId) in GetContentId()
403 std::string contentId = ""; in DecodeSetFileName() local
Dmms_body_part_header.cpp304 bool MmsBodyPartHeader::GetContentId(std::string &contentId) in GetContentId()
311 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId()
Dmms_attachment.cpp75 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId()
Dmms_msg.cpp290 std::string contentId; in AddAttachment() local
315 std::string contentId = ""; in GetAllAttachment() local
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.cpp662 …MmsMsg &msg, std::string pathName, std::string contentId, std::string contenType, bool isSmil) con… in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/include/
Dnapi_mms.h57 std::string contentId = ""; member
/base/telephony/sms_mms/interfaces/kits/js/
D@ohos.telephony.sms.d.ts1758 contentId: string; property
/base/telephony/sms_mms/test/gtest/
Dmms_gtest.cpp180 bool MmsAddAttachment(MmsMsg &msg, std::string pathName, std::string contentId, std::string contenT… in MmsAddAttachment()