Home
last modified time | relevance | path

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

/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_param_decode.cpp421 uint8_t pickByte = 0; in DecodeTimePdu() local
422 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePdu()
433 (pickByte & HEX_VALUE_0F) * HEX_VALUE_0A + ((oneByte & HEX_VALUE_F0) >> HEX_VALUE_04); in DecodeTimePdu()
435 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePdu()
444 (pickByte & HEX_VALUE_0F) * HEX_VALUE_0A + ((oneByte & HEX_VALUE_F0) >> HEX_VALUE_04); in DecodeTimePdu()
450 uint8_t pickByte = 0; in DecodeTimePduPartData() local
451 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduPartData()
462 (pickByte & HEX_VALUE_0F) * HEX_VALUE_0A + ((oneByte & HEX_VALUE_F0) >> HEX_VALUE_04); in DecodeTimePduPartData()
464 if (!buffer.PickOneByte(pickByte)) { in DecodeTimePduPartData()
473 (pickByte in DecodeTimePduPartData()
495 uint8_t pickByte = 0; DecodeTimePduData() local
[all...]
H A Dgsm_user_data_pdu.cpp567 TELEPHONY_LOGE("pickByte 0."); in DecodeHeaderAppPort16Bit()
614 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()

Completed in 2 milliseconds