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 …]
144 MmsAddress fromAddress; in GetMmsFrom() local146 fromAddress = address[0]; in GetMmsFrom()148 return fromAddress; in GetMmsFrom()
183 MmsAddress fromAddress = mmsMsg.GetMmsFrom(); in DeocdeCheckIsBlock() local189 std::string address = fromAddress.GetAddressString(); in DeocdeCheckIsBlock()
836 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadRecIndDecodeTest() local837 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadRecIndDecodeTest()855 MmsAddress fromAddress = decodeMsg.GetMmsFrom(); in MmsReadOrigIndDecodeTest() local856 std::cout << "From: " << fromAddress.GetAddressString() << std::endl; in MmsReadOrigIndDecodeTest()