Searched refs:attachments (Results 1 – 3 of 3) sorted by relevance
300 bool MmsMsg::GetAllAttachment(std::vector<MmsAttachment> &attachments) in GetAllAttachment() argument302 attachments.clear(); in GetAllAttachment()349 attachments.push_back(attachment); in GetAllAttachment()
304 bool GetAllAttachment(std::vector<MmsAttachment> &attachments);
708 std::vector<MmsAttachment> attachments; in MmsSendReqDecodeTest() local709 decodeMsg.GetAllAttachment(attachments); in MmsSendReqDecodeTest()711 for (auto it : attachments) { in MmsSendReqDecodeTest()770 std::vector<MmsAttachment> attachments; in MmsRetrieveConfDecodeTest() local771 decodeMsg.GetAllAttachment(attachments); in MmsRetrieveConfDecodeTest()773 for (auto it : attachments) { in MmsRetrieveConfDecodeTest()