Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp391 uint8_t pickByte = 0; in DecodeTimePdu() local
392 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePdu()
403 (pickByte & HEX_VALUE_0F) * HEX_VALUE_0A + ((oneByte & HEX_VALUE_F0) >> HEX_VALUE_04); in DecodeTimePdu()
405 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePdu()
420 uint8_t pickByte = 0; in DecodeTimePduPartData() local
421 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduPartData()
434 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduPartData()
445 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduPartData()
465 uint8_t pickByte = 0; in DecodeTimePduData() local
466 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduData()
[all …]
H A Dgsm_user_data_pdu.cpp614 uint8_t pickByte = 0; in DecodeHeaderSpecialSms() local
615 if (!buffer.PickOneByte(pickByte)) { in DecodeHeaderSpecialSms()
619 pHeader.udh.specialInd.bStore = static_cast<bool>(pickByte & HEX_VALUE_80); in DecodeHeaderSpecialSms()
627 if (!buffer.PickOneByte(pickByte)) { in DecodeHeaderSpecialSms()
631 pHeader.udh.specialInd.waitMsgNum = pickByte; in DecodeHeaderSpecialSms()