Home
last modified time | relevance | path

Searched refs:totolLength_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_pdu_decode_buffer.cpp35 totolLength_ = 0; in GsmCbPduDecodeBuffer()
38 totolLength_ = len; in GsmCbPduDecodeBuffer()
45 if (pduBuffer_ == nullptr || curPosition_ >= totolLength_) { in PickOneByte()
55 if (pduBuffer_ == nullptr || curPosition_ >= totolLength_) { in GetOneByte()
79 return totolLength_; in GetSize()
H A Dsms_wap_push_buffer.cpp41 if ((desLen > totolLength_) || ((offset + desLen) > totolLength_)) { in ReadDataBuffer()
79 totolLength_ = len; in WriteRawStringBuffer()
107 totolLength_ = len; in WriteDataBuffer()
118 return totolLength_; in GetSize()
123 if (curPosition_ >= totolLength_) { in PeekOneByte()
133 if (curPosition_ >= totolLength_) { in GetOneByte()
144 if ((offset > totolLength_) || ((curPosition_ + offset) > totolLength_)) { in IncreasePointer()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_buffer.cpp31 totolLength_ = 0; in MmsBuffer()
34 totolLength_ = MMS_PDU_MAX_SIZE; in MmsBuffer()
61 if (offset + desLen > totolLength_) { in ReadDataBuffer()
97 totolLength_ = len; in WriteDataBuffer()
142 totolLength_ = fread(pduBuffer_.get(), 1, fileLen, pFile); in WriteBufferFromFile()
154 return totolLength_; in GetSize()
H A Dmms_decode_buffer.cpp28 if (curPosition_ >= totolLength_) { in PeekOneByte()
38 if (curPosition_ >= totolLength_) { in GetOneByte()
49 if ((offset > totolLength_) || ((curPosition_ + offset) > totolLength_)) { in IncreasePointer()
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp488 decodeBuffer.totolLength_ = 1;
490 decodeBuffer.totolLength_ = 0;
554 decodeBuffer.totolLength_ = 1;
584 decodeBuffer.totolLength_ = 1;
628 decodeBuffer.totolLength_ = 1;
670 decoderBuffer.totolLength_ = 0;
674 decoderBuffer.totolLength_ = 1;
679 decoderBuffer.totolLength_ = 2;
685 decoderBuffer.totolLength_ = 3;
695 decoderBuffer.totolLength_ = 0;
[all …]
H A Dmms_gtest.cpp794 mmsDecodeBuffer.totolLength_ = PDU_LENGTH;
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_pdu_decode_buffer.h39 uint32_t totolLength_ = 0; variable
H A Dsms_wap_push_buffer.h66 uint32_t totolLength_ = 0; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_buffer.h38 uint32_t totolLength_ = 0; variable