Home
last modified time | relevance | path

Searched refs:BIT3 (Results 1 – 3 of 3) sorted by relevance

/base/telephony/sms_mms/services/sms/include/
Dsms_pdu_buffer.h24 enum BITS : uint8_t { BIT0 = 0, BIT1, BIT2, BIT3, BIT4, BIT5, BIT6, BIT7, BIT8 }; enumerator
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_parameter_record.cpp221 if (!pdu.WriteBits(address_.numberType, BIT3)) { in Encode()
258 if (!pdu.ReadBits(address_.numberType, BIT3)) { in Decode()
357 …if (!pdu.WriteBits(static_cast<uint8_t>(address_.type), BIT3) || !pdu.WriteBits(address_.odd ? 0b1… in Encode()
392 if (!pdu.ReadBits(v1, BIT3) || !pdu.ReadBits(v2) || !pdu.ReadBits(v3, BIT8)) { in Decode()
Dcdma_sms_sub_parameter.cpp1068 … if (!pdu.WriteBits(address_.numberType, BIT3) || !pdu.WriteBits(address_.numberPlan, BIT4) || in Encode()
1111 if (!pdu.ReadBits(address_.numberType, BIT3) || !pdu.ReadBits(address_.numberPlan, BIT4)) { in Decode()
1370 if (!pdu.ReadBits(v1, BIT1) || !pdu.ReadBits(v2, BIT3)) { in DecodeAccessNumber()
1415 if (!pdu.ReadBits(v, BIT1) || !pdu.ReadBits(vmn_.cliNumberType, BIT3)) { in DecodeCallingPartyNumber()
1484 if (!pdu.ReadBits(v1, BIT3) || !pdu.ReadBits(v2, BIT3)) { in Decode()