Searched refs:fromAddress (Results 1 – 4 of 4) sorted by relevance
1294 std::vector<MmsAddress> fromAddress; in EncodeMmsSendReq() local1295 GetHeaderAllAddressValue(MMS_FROM, fromAddress); in EncodeMmsSendReq()1296 if (!EncodeFieldFromValue(buff, fromAddress)) { in EncodeMmsSendReq()1373 std::vector<MmsAddress> fromAddress; in EncodeMmsNotificationInd() local1374 if (GetHeaderAllAddressValue(MMS_FROM, fromAddress)) { in EncodeMmsNotificationInd()1375 EncodeFieldFromValue(buff, fromAddress); in EncodeMmsNotificationInd()1419 std::vector<MmsAddress> fromAddress; in EnocdeMmsRetrieveConf() local1420 if (GetHeaderAllAddressValue(MMS_FROM, fromAddress)) { in EnocdeMmsRetrieveConf()1421 EncodeFieldFromValue(buff, fromAddress); in EnocdeMmsRetrieveConf()1535 std::vector<MmsAddress> fromAddress; in EncodeMmsReadRecInd() local[all …]
143 MmsAddress fromAddress; in GetMmsFrom() local145 fromAddress = address[0]; in GetMmsFrom()147 return fromAddress; in GetMmsFrom()
173 MmsAddress fromAddress = mmsMsg.GetMmsFrom(); in DeocdeCheckIsBlock() local179 std::string address = fromAddress.GetAddressString(); in DeocdeCheckIsBlock()
827 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadRecIndDecodeTest() local828 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadRecIndDecodeTest()846 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadOrigIndDecodeTest() local847 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadOrigIndDecodeTest()