Home
last modified time | relevance | path

Searched refs:unpackLen (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_gsm_codec.cpp237 uint16_t unpackLen = SmsCommonUtils::Unpack7bitCharForCBPdu( in Decode2gCbMsg7bit() local
241 if (cbHeader_->dcs.iso639Lang[0] && unpackLen >= GsmCbCodec::CB_IOS639_LANG_SIZE) { in Decode2gCbMsg7bit()
242 unpackLen = unpackLen - GsmCbCodec::CB_IOS639_LANG_SIZE; in Decode2gCbMsg7bit()
245 if (offset + unpackLen >= (MAX_PAGE_PDU_LEN * SMS_BYTE_BIT / GSM_CODE_BIT) + 1) { in Decode2gCbMsg7bit()
249 for (uint8_t i = 0; i < unpackLen; i++) { in Decode2gCbMsg7bit()
H A Dgsm_cb_umts_codec.cpp185 uint16_t unpackLen = 0; in Decode3g7Bit() local
187 unpackLen = SmsCommonUtils::Unpack7bitChar( in Decode3g7Bit()
189 for (uint16_t position = 0; position < unpackLen; position++) { in Decode3g7Bit()