Searched refs:mmsMsg (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/frameworks/js/napi/src/ |
H A D | napi_mms.cpp | 142 void GetMmsSendConf(MmsMsg mmsMsg, MmsSendConfContext &asyncContext) in GetMmsSendConf() argument 145 asyncContext.responseState = mmsMsg.GetHeaderOctetValue(MmsFieldCode::MMS_RESPONSE_STATUS); in GetMmsSendConf() 146 asyncContext.transactionId = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_TRANSACTION_ID); in GetMmsSendConf() 147 asyncContext.version = static_cast<uint16_t>(mmsMsg.GetHeaderIntegerValue(MmsFieldCode::MMS_MMS_VERSION)); in GetMmsSendConf() 148 asyncContext.messageId = mmsMsg.GetHeaderStringValue(MmsFieldCode::MMS_MESSAGE_ID); in GetMmsSendConf() 152 void GetMmsSendReq(MmsMsg mmsMsg, MmsSendReqContext &asyncContext) in GetMmsSendReq() argument 155 asyncContext.from = mmsMsg.GetMmsFrom(); in GetMmsSendReq() 156 mmsMsg.GetMmsTo(asyncContext.to); in GetMmsSendReq() 157 asyncContext.transactionId = mmsMsg.GetMmsTransactionId(); in GetMmsSendReq() 158 asyncContext.version = mmsMsg in GetMmsSendReq() 173 GetMmsNotificationInd(MmsMsg mmsMsg, MmsNotificationIndContext &asyncContext) GetMmsNotificationInd() argument 188 GetMmsRespInd(MmsMsg mmsMsg, MmsRespIndContext &asyncContext) GetMmsRespInd() argument 198 GetMmsRetrieveConf(MmsMsg mmsMsg, MmsRetrieveConfContext &asyncContext) GetMmsRetrieveConf() argument 218 GetMmsAcknowledgeInd(MmsMsg mmsMsg, MmsAcknowledgeIndContext &asyncContext) GetMmsAcknowledgeInd() argument 227 GetMmsDeliveryInd(MmsMsg mmsMsg, MmsDeliveryIndContext &asyncContext) GetMmsDeliveryInd() argument 243 GetMmsReadOrigInd(MmsMsg mmsMsg, MmsReadOrigIndContext &asyncContext) GetMmsReadOrigInd() argument 256 GetMmsReadRecInd(MmsMsg mmsMsg, MmsReadRecIndContext &asyncContext) GetMmsReadRecInd() argument 269 getAttachmentByDecodeMms(MmsMsg &mmsMsg, DecodeMmsContext &context) getAttachmentByDecodeMms() argument 306 MmsMsg mmsMsg; NativeDecodeMms() local 1143 SetAttachmentToCore(MmsMsg &mmsMsg, std::vector<MmsAttachmentContext> &attachment) SetAttachmentToCore() argument 1187 setSendReqToCore(MmsMsg &mmsMsg, MmsSendReqContext &context) setSendReqToCore() argument 1232 setSendConfToCore(MmsMsg &mmsMsg, MmsSendConfContext &context) setSendConfToCore() argument 1240 setNotificationIndToCore(MmsMsg &mmsMsg, MmsNotificationIndContext &context) setNotificationIndToCore() argument 1254 setRespIndToCore(MmsMsg &mmsMsg, MmsRespIndContext &context) setRespIndToCore() argument 1262 setRetrieveConfToCore(MmsMsg &mmsMsg, MmsRetrieveConfContext &context) setRetrieveConfToCore() argument 1287 setAcknowledgeIndToCore(MmsMsg &mmsMsg, MmsAcknowledgeIndContext &context) setAcknowledgeIndToCore() argument 1294 setDeliveryIndToCore(MmsMsg &mmsMsg, MmsDeliveryIndContext &context) setDeliveryIndToCore() argument 1302 setReadOrigIndToCore(MmsMsg &mmsMsg, MmsReadOrigIndContext &context) setReadOrigIndToCore() argument 1314 setReadRecIndToCore(MmsMsg &mmsMsg, MmsReadRecIndContext &context) setReadRecIndToCore() argument 1326 SetRequestToCore(MmsMsg &mmsMsg, EncodeMmsContext *context) SetRequestToCore() argument 1383 MmsMsg mmsMsg; NativeEncodeMms() local [all...] |
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_mms_test.cpp | 1008 MmsMsg mmsMsg; in HWTEST_F() local 1013 EXPECT_FALSE(mmsMsg.DecodeMsg("")); in HWTEST_F() 1014 EXPECT_FALSE(mmsMsg.DecodeMsg(nullptr, 0)); in HWTEST_F() 1015 mmsMsg.EncodeMsg(outLen); in HWTEST_F() 1017 mmsMsg.SetMmsFrom(address); in HWTEST_F() 1018 mmsMsg.GetMmsFrom(); in HWTEST_F() 1019 EXPECT_FALSE(mmsMsg.SetMmsTo(toAddrs)); in HWTEST_F() 1021 mmsMsg.SetHeaderStringValue(0, value); in HWTEST_F() 1022 mmsMsg.GetHeaderStringValue(0); in HWTEST_F() 1023 mmsMsg in HWTEST_F() 1035 MmsMsg mmsMsg; HWTEST_F() local [all...] |
/base/telephony/sms_mms/services/sms/ |
H A D | sms_wap_push_handler.cpp | 188 MmsMsg mmsMsg; in DeocdeCheckIsBlock() local 189 bool result = mmsMsg.DecodeMsg(std::move(pdus), pduLen); in DeocdeCheckIsBlock() 190 if (result && (mmsMsg.GetMmsMessageType() == mmsNotificationInd)) { in DeocdeCheckIsBlock() 191 mmsMsg.DumpMms(); in DeocdeCheckIsBlock() 192 MmsAddress fromAddress = mmsMsg.GetMmsFrom(); in DeocdeCheckIsBlock()
|
Completed in 5 milliseconds