Home
last modified time | relevance | path

Searched refs:UDH_CONCAT_8BIT (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp184 case UDH_CONCAT_8BIT: in EncodeHeader()
309 case UDH_CONCAT_8BIT: in EncodeHeaderConcat()
323 if (!buffer.WriteByte(UDH_CONCAT_8BIT)) { in EncodeHeaderConcat8Bit()
383 case UDH_CONCAT_8BIT: in DecodeHeader()
708 case UDH_CONCAT_8BIT: { in DebugDecodeHeader()
H A Dgsm_sms_message.cpp122 smsTpdu_->data.submit.userData.header[index].udhType = UDH_CONCAT_8BIT; in SetHeaderConcat()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h242 UDH_CONCAT_8BIT = 0x00, enumerator
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sender.cpp298 … transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udhType = UDH_CONCAT_8BIT; in SetPduSeqInfo()
726 … transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udhType = UDH_CONCAT_8BIT; in SetConcact()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp57 … transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udhType = UDH_CONCAT_8BIT; in SetPduSeqInfo()
139 case UDH_CONCAT_8BIT: { in PrintHeader()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp445 UserDataHeadType::UDH_CONCAT_8BIT, in TestHandleSmsAndSendCBB()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp152 if (smsUserData_.header[i].udhType == UDH_CONCAT_8BIT) { in GetConcatMsg()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp908 header.udhType = UDH_CONCAT_8BIT;
934 pHeader->udhType = UserDataHeadType::UDH_CONCAT_8BIT;
962 pHeader->udhType = UDH_CONCAT_8BIT;
1157 smsBaseMessage->smsUserData_.header[0].udhType = UserDataHeadType::UDH_CONCAT_8BIT;