Searched refs:telesvcMsg (Results 1 - 10 of 10) sorted by relevance
/base/telephony/sms_mms/services/sms/cdma/ |
H A D | cdma_sms_message.cpp | 40 transMsg->data.p2p.telesvcMsg.data.submit.userData.encodeType = CovertEncodingType(codingScheme); in CreateSubmitTransMsg() 42 transMsg->data.p2p.telesvcMsg.data.submit.replyOpt.dak = bStatusReport; in CreateSubmitTransMsg() 76 transMsg->data.p2p.telesvcMsg.data.submit.replyOpt.dak = bStatusReport; in CreateSubmitTransMsg() 109 transMsg->data.p2p.telesvcMsg.type = TeleserviceMsgType::SUBMIT; in GreateTransMsg() 116 transMsg->data.p2p.telesvcMsg.data.submit.valPeriod.format = SMS_TIME_RELATIVE; in GreateTransMsg() 117 transMsg->data.p2p.telesvcMsg.data.submit.valPeriod.time.relTime.time = SMS_REL_TIME_INDEFINITE; in GreateTransMsg() 119 transMsg->data.p2p.telesvcMsg.data.submit.priority = SmsPriorityIndicator::NORMAL; in GreateTransMsg() 121 transMsg->data.p2p.telesvcMsg.data.submit.privacy = SmsPrivacyIndicator::NOT_RESTRICTED; in GreateTransMsg() 123 transMsg->data.p2p.telesvcMsg.data.submit.alertPriority = SmsAlertPriority::DEFAULT; in GreateTransMsg() 125 transMsg->data.p2p.telesvcMsg in GreateTransMsg() [all...] |
H A D | cdma_sms_sender.cpp | 73 transMsg->data.p2p.telesvcMsg.data.submit.msgId.msgId = msgId; in TextBasedSmsDelivery() 91 (void)memset_s(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data, in TextBasedSmsSplitDelivery() 92 sizeof(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data), 0x00, in TextBasedSmsSplitDelivery() 93 sizeof(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data)); in TextBasedSmsSplitDelivery() 94 if (splits[i].encodeData.size() > sizeof(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data)) { in TextBasedSmsSplitDelivery() 98 int value = memcpy_s(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data, in TextBasedSmsSplitDelivery() 99 sizeof(transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.data), splits[i].encodeData.data(), in TextBasedSmsSplitDelivery() 114 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.length = in TextBasedSmsSplitDelivery() 313 transMsg->data.p2p.telesvcMsg.data.submit.msgId.headerInd = true; in SetPduSeqInfo() 314 transMsg->data.p2p.telesvcMsg in SetPduSeqInfo() [all...] |
H A D | cdma_sms_transport_message.cpp | 160 parameter_.push_back(std::make_unique<CdmaSmsBearerData>(msg.telesvcMsg)); in CdmaSmsP2pMessage() 187 parameter_.push_back(std::make_unique<CdmaSmsBearerData>(msg.telesvcMsg, pdu)); in CdmaSmsP2pMessage() 203 parameter_.push_back(std::make_unique<CdmaSmsBearerData>(msg.telesvcMsg)); in CdmaSmsBroadcastMessage() 233 parameter_.push_back(std::make_unique<CdmaSmsBearerData>(msg.telesvcMsg, pdu, isCMAS)); in CdmaSmsBroadcastMessage()
|
/base/telephony/sms_mms/test/unittest/ |
H A D | cdma_sms_test.cpp | 55 transMsg->data.p2p.telesvcMsg.data.submit.msgId.headerInd = true; in SetPduSeqInfo() 56 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.headerCnt = 1; in SetPduSeqInfo() 57 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udhType = UDH_CONCAT_8BIT; in SetPduSeqInfo() 58 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udh.concat8bit.msgRef = msgRef8bit; in SetPduSeqInfo() 59 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udh.concat8bit.totalSeg = in SetPduSeqInfo() 61 transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udh.concat8bit.seqNum = index + 1; in SetPduSeqInfo() 401 void CdmaSmsTest::PrintTelesvc(CdmaTeleserviceMsg &telesvcMsg, bool isCMAS, string s) const in PrintTelesvc() argument 404 switch (telesvcMsg.type) { in PrintTelesvc() 406 cout << s << "Type: RESERVED - " << static_cast<int>(telesvcMsg.type) << endl; in PrintTelesvc() 409 cout << s << "Type: DELIVER - " << static_cast<int>(telesvcMsg in PrintTelesvc() [all...] |
H A D | cdma_sms_test.h | 64 void PrintTelesvc(CdmaTeleserviceMsg &telesvcMsg, bool isCMAS = false, std::string s = " ") const;
|
/base/telephony/sms_mms/test/fuzztest/cdmasmsmessage_fuzzer/ |
H A D | cdmasmsmessage_fuzzer.cpp | 96 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVER; in TestAnalysisP2pMsg() 98 p2pMsg.telesvcMsg.type = TeleserviceMsgType::SUBMIT; in TestAnalysisP2pMsg() 100 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK; in TestAnalysisP2pMsg() 102 p2pMsg.telesvcMsg.type = TeleserviceMsgType::USER_ACK; in TestAnalysisP2pMsg() 104 p2pMsg.telesvcMsg.type = TeleserviceMsgType::SUBMIT_REPORT; in TestAnalysisP2pMsg() 106 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK; in TestAnalysisP2pMsg() 109 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVER; in TestAnalysisP2pMsg() 117 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVER; in TestAnalysisDeliverMwi() 120 p2pMsg.telesvcMsg.data.deliver.vmn.faxIncluded = true; in TestAnalysisDeliverMwi() 159 cbMsg.telesvcMsg in TestAnalysisCbMsg() [all...] |
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_cdma_sms_test.cpp | 60 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVER; in HWTEST_F() 62 p2pMsg.telesvcMsg.type = TeleserviceMsgType::DELIVERY_ACK; in HWTEST_F() 64 p2pMsg.telesvcMsg.type = TeleserviceMsgType::USER_ACK; in HWTEST_F() 66 p2pMsg.telesvcMsg.type = TeleserviceMsgType::READ_ACK; in HWTEST_F() 68 p2pMsg.telesvcMsg.type = TeleserviceMsgType::SUBMIT_REPORT; in HWTEST_F() 70 p2pMsg.telesvcMsg.type = TeleserviceMsgType::SUBMIT; in HWTEST_F() 72 p2pMsg.telesvcMsg.type = TeleserviceMsgType::MAX_VALUE; in HWTEST_F() 115 p2pMsg.telesvcMsg.data.deliver.vmn.faxIncluded = true; in HWTEST_F() 116 p2pMsg.telesvcMsg.data.deliver.userData.userData.length = 0; in HWTEST_F() 142 cbMsg.telesvcMsg in HWTEST_F() [all...] |
H A D | cdma_sms_gtest.cpp | 346 EXPECT_EQ(msg.data.broadcast.telesvcMsg.data.deliver.msgId.msgId, 0xc780); in HWTEST_F() 348 EXPECT_EQ(msg.data.broadcast.telesvcMsg.data.deliver.cmasData.dataLen, 74); in HWTEST_F() 349 EXPECT_EQ(msg.data.broadcast.telesvcMsg.data.deliver.cmasData.urgency, SmsCmaeUrgency::EXPECTED); in HWTEST_F()
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
H A D | cdma_sms_common.h | 444 CdmaTeleserviceMsg telesvcMsg; member 449 CdmaTeleserviceMsg telesvcMsg; member
|
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/ |
H A D | unittest_fuzzer.cpp | 616 p2pMsg.telesvcMsg.type = GetEnumRandom_TeleserviceMsgType(); in TestAnalysisP2pMsg()
|
Completed in 9 milliseconds