Home
last modified time | relevance | path

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

/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body_part_header.h63 bool SetContentId(std::string contentId);
H A Dmms_body_part.h43 bool SetContentId(std::string contentId);
/base/telephony/sms_mms/interfaces/innerkits/
H A Dmms_attachment.h53 bool SetContentId(std::string contentId);
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp273 if (!SetContentId(attachment.GetContentId())) { in SetAttachment()
312 bool MmsBodyPart::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPart
314 return mmsBodyPartHeader_.SetContentId(contentId); in SetContentId()
H A Dmms_attachment.cpp75 bool MmsAttachment::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsAttachment
H A Dmms_body_part_header.cpp311 bool MmsBodyPartHeader::SetContentId(std::string contentId) in SetContentId() function in OHOS::Telephony::MmsBodyPartHeader
H A Dmms_msg.cpp318 attachment.SetContentId(contentId); in GetAllAttachment()
/base/telephony/sms_mms/test/gtest/
H A Dmms_gtest.cpp193 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
194 TELEPHONY_LOGE("MmsAddAttachment SetContentId fail"); in MmsAddAttachment()
519 retBool = attachment.SetContentId(""); in HWTEST_F()
521 retBool = attachment.SetContentId("0000"); in HWTEST_F()
523 retBool = attachment.SetContentId("<0000>"); in HWTEST_F()
616 mmsBodyPartHeader.SetContentId("contentId"); in HWTEST_F()
H A Dzero_branch_mms_test.cpp983 part.SetContentId(strCt); in HWTEST_F()
1096 mmsBodyPartHeader->SetContentId(str); in HWTEST_F()
/base/telephony/sms_mms/test/unittest/
H A Dmms_msg_test.cpp676 if (!imageAttachment.SetContentId(contentId)) { in MmsAddAttachment()
677 std::cout << "MmsAddAttachment SetContentId fail" << std::endl; in MmsAddAttachment()
/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp1157 itAttachment.SetContentId(it->contentId); in SetAttachmentToCore()

Completed in 12 milliseconds