Home
last modified time | relevance | path

Searched refs:bodyPart (Results 1 - 4 of 4) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body.cpp27 for (auto bodyPart : mmsBodyParts_) { in DumpMmsBody()
28 bodyPart.DumpMmsBodyPart(); in DumpMmsBody()
50 MmsBodyPart bodyPart; in DecodeMultipart() local
51 if (!bodyPart.DecodePart(decodeBuffer)) { in DecodeMultipart()
55 mmsBodyParts_.push_back(bodyPart); in DecodeMultipart()
193 bool MmsBody::IsBodyPartExist(MmsBodyPart &bodyPart) in IsBodyPartExist() argument
196 bodyPart.GetContentId(contentId); in IsBodyPartExist()
202 bodyPart.GetContentLocation(contentLocation); in IsBodyPartExist()
215 bool MmsBody::AddMmsBodyPart(MmsBodyPart &bodyPart) in AddMmsBodyPart() argument
217 if (bodyPart in AddMmsBodyPart()
[all...]
H A Dmms_msg.cpp273 MmsBodyPart bodyPart; in AddAttachment() local
274 if (!bodyPart.SetAttachment(attachment)) { in AddAttachment()
279 if (mmsBody_.IsBodyPartExist(bodyPart)) { in AddAttachment()
284 if (!mmsBody_.AddMmsBodyPart(bodyPart)) { in AddAttachment()
289 if (bodyPart.IsSmilFile()) { in AddAttachment()
292 bodyPart.GetContentId(contentId); in AddAttachment()
293 bodyPart.GetContentType(contentType); in AddAttachment()
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_body.h37 bool IsBodyPartExist(MmsBodyPart &bodyPart);
38 bool AddMmsBodyPart(MmsBodyPart &bodyPart);
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp734 MmsBodyPart bodyPart; in HWTEST_F() local
736 bodyPart = mmsBodyPart; in HWTEST_F()
738 ASSERT_TRUE(bodyPart.ReadBodyPartBuffer(len) == nullptr); in HWTEST_F()
740 bodyPart = mmsBodyPart; in HWTEST_F()
742 ASSERT_TRUE(bodyPart.ReadBodyPartBuffer(len) == nullptr); in HWTEST_F()

Completed in 4 milliseconds