Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_cdma_sms_test.cpp29 const uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable
635 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
640 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
703 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
736 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
772 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
808 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
841 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
879 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
915 wBuffer.SetIndex(PDU_BUFFER_MAX_SIZE);
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_pdu_buffer.cpp23 static constexpr uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable
132 if (len < PDU_BUFFER_MIN_SIZE || len > PDU_BUFFER_MAX_SIZE + 1) { in SmsReadBuffer()
244 length_ = PDU_BUFFER_MAX_SIZE + 1; in SmsWriteBuffer()
/ohos5.0/base/telephony/sms_mms/test/fuzztest/cdmasmsdecode_fuzzer/
H A Dcdmasmsdecode_fuzzer.cpp27 static constexpr uint16_t PDU_BUFFER_MAX_SIZE = 0xFF; variable
674 if (data == nullptr || size == 0 || size > PDU_BUFFER_MAX_SIZE) { in DoSomethingInterestingWithMyAPI()