Home
last modified time | relevance | path

Searched refs:MmsBodyPart (Results 1 – 7 of 7) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_body_part.cpp34 MmsBodyPart::MmsBodyPart() : headerLen_(0), bodyLen_(0) {} in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart
36 MmsBodyPart::MmsBodyPart(const MmsBodyPart &srcBodyPart) : headerLen_(0), bodyLen_(0) in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart
41 MmsBodyPart::~MmsBodyPart() in ~MmsBodyPart()
48 void MmsBodyPart::DumpMmsBodyPart() in DumpMmsBodyPart()
61 MmsBodyPart &MmsBodyPart::operator=(const MmsBodyPart &srcBodyPart) in operator =()
88 void MmsBodyPart::AssignBodyPart(const MmsBodyPart &obj) in AssignBodyPart()
108 bool MmsBodyPart::DecodePart(MmsDecodeBuffer &decodeBuffer) in DecodePart()
157 bool MmsBodyPart::DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen) in DecodePartHeader()
188 bool MmsBodyPart::DecodePartBody(MmsDecodeBuffer &decodeBuffer, uint32_t bodyLength) in DecodePartBody()
243 bool MmsBodyPart::SetAttachment(MmsAttachment &attachment) in SetAttachment()
[all …]
Dmms_body.cpp50 MmsBodyPart bodyPart; in DecodeMultipart()
193 bool MmsBody::IsBodyPartExist(MmsBodyPart &bodyPart) in IsBodyPartExist()
209 void MmsBody::GetMmsBodyPart(std::vector<MmsBodyPart> &parts) in GetMmsBodyPart()
215 bool MmsBody::AddMmsBodyPart(MmsBodyPart &bodyPart) in AddMmsBodyPart()
Dmms_msg.cpp273 MmsBodyPart bodyPart; in AddAttachment()
309 std::vector<MmsBodyPart> bodyParts; in GetAllAttachment()
/base/telephony/sms_mms/frameworks/native/mms/include/
Dmms_body_part.h25 class MmsBodyPart {
27 MmsBodyPart();
28 MmsBodyPart(const MmsBodyPart &obj);
29 MmsBodyPart &operator=(const MmsBodyPart &srcBodyPart);
30 ~MmsBodyPart();
57 void AssignBodyPart(const MmsBodyPart &obj);
Dmms_body.h37 bool IsBodyPartExist(MmsBodyPart &bodyPart);
38 bool AddMmsBodyPart(MmsBodyPart &bodyPart);
39 void GetMmsBodyPart(std::vector<MmsBodyPart> &parts);
48 std::vector<MmsBodyPart> mmsBodyParts_;
/base/telephony/sms_mms/frameworks/native/
Dtel_sms_mms_api.versionscript24 *MmsBodyPart::*;
/base/telephony/sms_mms/test/gtest/
Dzero_branch_mms_test.cpp584 MmsBodyPart mmsBodyPart;
585 MmsBodyPart testBodyPart;
639 MmsBodyPart mmsBodyPart;
842 MmsBodyPart mmsBodyPart;