Searched refs:toAddress (Results 1 – 3 of 3) sorted by relevance
704 std::vector<MmsAddress> toAddress; in MmsSendReqDecodeTest() local705 decodeMsg.GetMmsTo(toAddress); in MmsSendReqDecodeTest()706 for (auto itTo : toAddress) { in MmsSendReqDecodeTest()828 std::vector<MmsAddress> toAddress; in MmsDeliveryIndDecodeTest() local829 decodeMsg.GetMmsTo(toAddress); in MmsDeliveryIndDecodeTest()830 for (auto itTo : toAddress) { in MmsDeliveryIndDecodeTest()845 std::vector<MmsAddress> toAddress; in MmsReadRecIndDecodeTest() local846 decodeMsg.GetMmsTo(toAddress); in MmsReadRecIndDecodeTest()847 for (auto itTo : toAddress) { in MmsReadRecIndDecodeTest()865 decodeMsg.GetMmsTo(toAddress); in MmsReadOrigIndDecodeTest()[all …]
1511 std::vector<MmsAddress> toAddress; in EnocdeMmsRetrieveConf() local1512 if (GetHeaderAllAddressValue(MMS_TO, toAddress)) { in EnocdeMmsRetrieveConf()1574 std::vector<MmsAddress> toAddress; in EnocdeMmsDeliveryInd() local1575 if (!GetHeaderAllAddressValue(MMS_TO, toAddress)) { in EnocdeMmsDeliveryInd()1579 if (!EncodeMultipleAddressValue(buff, MMS_TO, toAddress)) { in EnocdeMmsDeliveryInd()1613 std::vector<MmsAddress> toAddress; in EncodeMmsReadRecInd() local1614 if (!GetHeaderAllAddressValue(MMS_TO, toAddress)) { in EncodeMmsReadRecInd()1618 if (!EncodeMultipleAddressValue(buff, MMS_TO, toAddress)) { in EncodeMmsReadRecInd()1656 std::vector<MmsAddress> toAddress; in EncodeMmsReadOrigInd() local1657 if (!GetHeaderAllAddressValue(MMS_TO, toAddress)) { in EncodeMmsReadOrigInd()[all …]
232 std::vector<MmsAddress> toAddress; in GetMmsDeliveryInd() local233 bool result = mmsMsg.GetMmsTo(toAddress); in GetMmsDeliveryInd()235 asyncContext.to.assign(toAddress.begin(), toAddress.end()); in GetMmsDeliveryInd()