Home
last modified time | relevance | path

Searched refs:GetContentId (Results 1 - 12 of 12) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body.cpp185 item.GetPartHeader().GetContentId(strId); in IsContentIdPartExist()
196 bodyPart.GetContentId(contentId); in IsBodyPartExist()
H A Dmms_body_part.cpp273 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()
274 TELEPHONY_LOGE("Mms BodyPart GetContentId is fail!"); in SetAttachment()
317 bool MmsBodyPart::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPart
319 return mmsBodyPartHeader_.GetContentId(contentId); in GetContentId()
404 GetPartHeader().GetContentId(contentId); in DecodeSetFileName()
H A Dmms_msg.cpp292 bodyPart.GetContentId(contentId); in AddAttachment()
316 part.GetPartHeader().GetContentId(contentId); in GetAllAttachment()
H A Dmms_attachment.cpp90 std::string MmsAttachment::GetContentId() in GetContentId() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp304 bool MmsBodyPartHeader::GetContentId(std::string &contentId) in GetContentId() function in OHOS::Telephony::MmsBodyPartHeader
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h58 bool GetContentId(std::string &contentId);
H A Dmms_body_part.h44 bool GetContentId(std::string &contentId);
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h60 std::string GetContentId();
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp525 retStr = attachment.GetContentId(); in HWTEST_F()
617 mmsBodyPartHeader.GetContentId(testStr); in HWTEST_F()
H A Dzero_branch_mms_test.cpp984 part.GetContentId(getCt); in HWTEST_F()
1097 EXPECT_TRUE(mmsBodyPartHeader->GetContentId(str)); in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp729 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsSendReqDecodeTest()
791 std::cout << "ContentId: " << it.GetContentId() << std::endl; in MmsRetrieveConfDecodeTest()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp280 attachmentContext.contentId = it.GetContentId(); in getAttachmentByDecodeMms()

Completed in 13 milliseconds