Home
last modified time | relevance | path

Searched refs:totolLength_ (Results 1 - 10 of 10) sorted by relevance

/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()
/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()
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp382 smsWapPushBuffer->totolLength_ = 1; in HWTEST_F()
433 smsWapPushBuffer->totolLength_ = 1; in HWTEST_F()
482 decodeBuffer.totolLength_ = 1; in HWTEST_F()
484 decodeBuffer.totolLength_ = 0; in HWTEST_F()
548 decodeBuffer.totolLength_ = 1; in HWTEST_F()
578 decodeBuffer.totolLength_ = 1; in HWTEST_F()
622 decodeBuffer.totolLength_ = 1; in HWTEST_F()
664 decoderBuffer.totolLength_ = 0; in HWTEST_F()
668 decoderBuffer.totolLength_ = 1; in HWTEST_F()
673 decoderBuffer.totolLength_ in HWTEST_F()
[all...]
H A Dzero_branch_cb_test.cpp880 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_; in HWTEST_F()
888 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 1; in HWTEST_F()
892 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 1; in HWTEST_F()
896 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 2; in HWTEST_F()
899 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 2; in HWTEST_F()
903 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 3; in HWTEST_F()
906 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 3; in HWTEST_F()
959 gsmMsg->cbPduBuffer_->curPosition_ = gsmMsg->cbPduBuffer_->totolLength_ - 1; in HWTEST_F()
H A Dmms_gtest.cpp788 mmsDecodeBuffer.totolLength_ = PDU_LENGTH; in HWTEST_F()
/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_pdu_decode_buffer.h39 uint32_t totolLength_ = 0; member in OHOS::Telephony::GsmCbPduDecodeBuffer
H A Dsms_wap_push_buffer.h66 uint32_t totolLength_ = 0; member in OHOS::Telephony::SmsWapPushBuffer
/base/telephony/sms_mms/frameworks/native/mms/include/
H A Dmms_buffer.h38 uint32_t totolLength_ = 0; member in OHOS::Telephony::MmsBuffer

Completed in 9 milliseconds