Searched refs:fromAddress (Results 1 – 4 of 4) sorted by relevance
1382 std::vector<MmsAddress> fromAddress; in EncodeMmsSendReq() local1383 GetHeaderAllAddressValue(MMS_FROM, fromAddress); in EncodeMmsSendReq()1384 if (!EncodeFieldFromValue(buff, fromAddress)) { in EncodeMmsSendReq()1461 std::vector<MmsAddress> fromAddress; in EncodeMmsNotificationInd() local1463 EncodeFieldFromValue(buff, fromAddress); in EncodeMmsNotificationInd()1507 std::vector<MmsAddress> fromAddress; in EnocdeMmsRetrieveConf() local1509 EncodeFieldFromValue(buff, fromAddress); in EnocdeMmsRetrieveConf()1623 std::vector<MmsAddress> fromAddress; in EncodeMmsReadRecInd() local1625 if (!EncodeFieldFromValue(buff, fromAddress)) { in EncodeMmsReadRecInd()1666 std::vector<MmsAddress> fromAddress; in EncodeMmsReadOrigInd() local[all …]
144 MmsAddress fromAddress; in GetMmsFrom() local146 fromAddress = address[0]; in GetMmsFrom()148 return fromAddress; in GetMmsFrom()
192 MmsAddress fromAddress = mmsMsg.GetMmsFrom(); in DeocdeCheckIsBlock() local198 std::string address = fromAddress.GetAddressString(); in DeocdeCheckIsBlock()
850 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadRecIndDecodeTest() local851 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadRecIndDecodeTest()869 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadOrigIndDecodeTest() local870 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadOrigIndDecodeTest()