Home
last modified time | relevance | path

Searched refs:telesvcMsg (Results 1 – 4 of 4) sorted by relevance

/base/telephony/sms_mms/services/cdma/
Dcdma_sms_message.cpp40 …transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.encodeType = CovertEncodingType(codingScheme… in CreateSubmitTransMsg()
42 transMsg->data.p2pMsg.telesvcMsg.data.submit.replyOpt.deliverAckReq = bStatusReport; in CreateSubmitTransMsg()
76 transMsg->data.p2pMsg.telesvcMsg.data.submit.replyOpt.deliverAckReq = bStatusReport; in CreateSubmitTransMsg()
109 transMsg->data.p2pMsg.telesvcMsg.type = (SmsMessageType)SMS_TYPE_SUBMIT; in GreateTransMsg()
116 transMsg->data.p2pMsg.telesvcMsg.data.submit.valPeriod.format = SMS_TIME_RELATIVE; in GreateTransMsg()
117 …transMsg->data.p2pMsg.telesvcMsg.data.submit.valPeriod.time.relTime.time = SMS_REL_TIME_INDEFINITE; in GreateTransMsg()
119 transMsg->data.p2pMsg.telesvcMsg.data.submit.priority = SMS_PRIORITY_NORMAL; in GreateTransMsg()
121 transMsg->data.p2pMsg.telesvcMsg.data.submit.privacy = SMS_PRIVACY_NOT_RESTRICTED; in GreateTransMsg()
123 transMsg->data.p2pMsg.telesvcMsg.data.submit.alertPriority = SMS_ALERT_MOBILE_DEFAULT; in GreateTransMsg()
125 transMsg->data.p2pMsg.telesvcMsg.data.submit.language = SMS_LAN_UNKNOWN; in GreateTransMsg()
[all …]
Dcdma_sms_sender.cpp68 transMsg->data.p2pMsg.telesvcMsg.data.submit.msgId.msgId = msgId; in TextBasedSmsDelivery()
79 (void)memset_s(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.data, in TextBasedSmsDelivery()
80 sizeof(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.data), 0x00, in TextBasedSmsDelivery()
81 sizeof(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.data)); in TextBasedSmsDelivery()
82 …if (splits[i].encodeData.size() > sizeof(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.use… in TextBasedSmsDelivery()
86 if (memcpy_s(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.data, in TextBasedSmsDelivery()
87 sizeof(transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.data), in TextBasedSmsDelivery()
102 transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.length = in TextBasedSmsDelivery()
278 transMsg->data.p2pMsg.telesvcMsg.data.submit.msgId.headerInd = true; in SetPduSeqInfo()
279 transMsg->data.p2pMsg.telesvcMsg.data.submit.userData.userData.headerCnt = 1; in SetPduSeqInfo()
[all …]
Dcdma_sms_pdu_codec.cpp240 encodeSize = EncodeTelesvcMsg(p2pMsg.telesvcMsg, &pduStr[offset]); in EncodeP2PMsg()
268 encodeSize = EncodeTelesvcMsg(cbMsg.telesvcMsg, &pduStr[offset]); in EncodeCBMsg()
650 DecodeP2PTelesvcMsg(&pduStr[offset], tmpLen, p2pMsg.telesvcMsg); in DecodeP2PMsg()
679 DecodeCBBearerData(pduStr + offset, tempLen, cbMsg.telesvcMsg, true); in DecodeCBMsg()
681 DecodeCBBearerData(pduStr + offset, tempLen, cbMsg.telesvcMsg, false); in DecodeCBMsg()
/base/telephony/sms_mms/services/include/cdma/
Dcdma_sms_types.h765 SmsTeleSvcMsg telesvcMsg; member
770 SmsTeleSvcMsg telesvcMsg; member