Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:totolLength_
(Results
1 - 10
of
10
) sorted by relevance
/base/telephony/sms_mms/services/sms/
H
A
D
gsm_cb_pdu_decode_buffer.cpp
35
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
D
sms_wap_push_buffer.cpp
41
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
D
mms_buffer.cpp
31
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
D
mms_decode_buffer.cpp
28
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
D
zero_branch_mms_test.cpp
382
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
D
zero_branch_cb_test.cpp
880
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
D
mms_gtest.cpp
788
mmsDecodeBuffer.
totolLength_
= PDU_LENGTH;
in HWTEST_F()
/base/telephony/sms_mms/services/sms/include/
H
A
D
gsm_cb_pdu_decode_buffer.h
39
uint32_t
totolLength_
= 0;
member in OHOS::Telephony::GsmCbPduDecodeBuffer
H
A
D
sms_wap_push_buffer.h
66
uint32_t
totolLength_
= 0;
member in OHOS::Telephony::SmsWapPushBuffer
/base/telephony/sms_mms/frameworks/native/mms/include/
H
A
D
mms_buffer.h
38
uint32_t
totolLength_
= 0;
member in OHOS::Telephony::MmsBuffer
Completed in 9 milliseconds