Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_pdu.cpp185 case UDH_CONCAT_16BIT: in EncodeHeader()
312 case UDH_CONCAT_16BIT: in EncodeHeaderConcat()
347 if (!buffer.WriteByte(UDH_CONCAT_16BIT)) { in EncodeHeaderConcat16Bit()
389 case UDH_CONCAT_16BIT: in DecodeHeader()
712 case UDH_CONCAT_16BIT: { in DebugDecodeHeader()
H A Dgsm_sms_message.cpp127 smsTpdu_->data.submit.userData.header[index].udhType = UDH_CONCAT_16BIT; in SetHeaderConcat()
/ohos5.0/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_pdu_code_type.h249 UDH_CONCAT_16BIT = 0x08, enumerator
/ohos5.0/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H A Dunittest_fuzzer.cpp446 UserDataHeadType::UDH_CONCAT_16BIT in TestHandleSmsAndSendCBB()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp913 header.udhType = UDH_CONCAT_16BIT;
939 pHeader->udhType = UserDataHeadType::UDH_CONCAT_16BIT;
964 pHeader->udhType = UDH_CONCAT_16BIT;
1159 smsBaseMessage->smsUserData_.header[0].udhType = UserDataHeadType::UDH_CONCAT_16BIT;
1748 header.udhType = UDH_CONCAT_16BIT;
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp163 } else if (smsUserData_.header[i].udhType == UDH_CONCAT_16BIT) { in GetConcatMsg()
/ohos5.0/base/telephony/sms_mms/services/sms/cdma/
H A Dcdma_sms_sender.cpp728 … transMsg->data.p2p.telesvcMsg.data.submit.userData.userData.header[0].udhType = UDH_CONCAT_16BIT; in SetConcact()
/ohos5.0/base/telephony/sms_mms/test/unittest/
H A Dcdma_sms_test.cpp146 case UDH_CONCAT_16BIT: { in PrintHeader()