• Home
  • Raw
  • Download

Lines Matching refs:header

147         if (smsUserData_.header[i].udhType == UDH_CONCAT_8BIT) {  in GetConcatMsg()
154 smsConcat_->totalSeg = smsUserData_.header[i].udh.concat8bit.totalSeg; in GetConcatMsg()
155 smsConcat_->seqNum = smsUserData_.header[i].udh.concat8bit.seqNum; in GetConcatMsg()
156 smsConcat_->msgRef = smsUserData_.header[i].udh.concat8bit.msgRef; in GetConcatMsg()
158 } else if (smsUserData_.header[i].udhType == UDH_CONCAT_16BIT) { in GetConcatMsg()
165 smsConcat_->totalSeg = smsUserData_.header[i].udh.concat16bit.totalSeg; in GetConcatMsg()
166 smsConcat_->seqNum = smsUserData_.header[i].udh.concat16bit.seqNum; in GetConcatMsg()
167 smsConcat_->msgRef = smsUserData_.header[i].udh.concat16bit.msgRef; in GetConcatMsg()
178 if (smsUserData_.header[i].udhType == UDH_APP_PORT_8BIT) { in GetPortAddress()
185 portAddress_->destPort = smsUserData_.header[i].udh.appPort8bit.destPort; in GetPortAddress()
186 portAddress_->originPort = smsUserData_.header[i].udh.appPort8bit.originPort; in GetPortAddress()
188 } else if (smsUserData_.header[i].udhType == UDH_APP_PORT_16BIT) { in GetPortAddress()
195 portAddress_->destPort = smsUserData_.header[i].udh.appPort16bit.destPort; in GetPortAddress()
196 portAddress_->originPort = smsUserData_.header[i].udh.appPort16bit.originPort; in GetPortAddress()
207 if (smsUserData_.header[i].udhType == UDH_SPECIAL_SMS) { in GetSpecialSmsInd()
213 specialSmsInd_->bStore = smsUserData_.header[i].udh.specialInd.bStore; in GetSpecialSmsInd()
214 specialSmsInd_->msgInd = smsUserData_.header[i].udh.specialInd.msgInd; in GetSpecialSmsInd()
215 specialSmsInd_->waitMsgNum = smsUserData_.header[i].udh.specialInd.waitMsgNum; in GetSpecialSmsInd()