Searched refs:MmsBodyPart (Results 1 – 5 of 5) sorted by relevance
27 MmsBodyPart::MmsBodyPart() : headerLen_(0), bodyLen_(0) {} in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart29 MmsBodyPart::MmsBodyPart(const MmsBodyPart &srcBodyPart) : headerLen_(0), bodyLen_(0) in MmsBodyPart() function in OHOS::Telephony::MmsBodyPart34 MmsBodyPart::~MmsBodyPart() in ~MmsBodyPart()41 void MmsBodyPart::DumpMmsBodyPart() in DumpMmsBodyPart()54 MmsBodyPart &MmsBodyPart::operator=(const MmsBodyPart &srcBodyPart) in operator =()77 void MmsBodyPart::AssignBodyPart(const MmsBodyPart &obj) in AssignBodyPart()97 bool MmsBodyPart::DecodePart(MmsDecodeBuffer &decodeBuffer) in DecodePart()146 bool MmsBodyPart::DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen) in DecodePartHeader()177 bool MmsBodyPart::DecodePartBody(MmsDecodeBuffer &decodeBuffer, uint32_t bodyLength) in DecodePartBody()232 bool MmsBodyPart::SetAttachment(MmsAttachment &attachment) in SetAttachment()[all …]
50 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()
272 MmsBodyPart bodyPart; in AddAttachment()308 std::vector<MmsBodyPart> bodyParts; in GetAllAttachment()
25 class MmsBodyPart {27 MmsBodyPart();28 MmsBodyPart(const MmsBodyPart &obj);29 MmsBodyPart &operator=(const MmsBodyPart &srcBodyPart);30 ~MmsBodyPart();57 void AssignBodyPart(const MmsBodyPart &obj);
40 bool IsBodyPartExist(MmsBodyPart &bodyPart);41 bool AddMmsBodyPart(MmsBodyPart &bodyPart);42 void GetMmsBodyPart(std::vector<MmsBodyPart> &parts);51 std::vector<MmsBodyPart> mmsBodyParts_;