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
defs:pduLen
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/sms_mms/services/sms/
H
A
D
gsm_cb_umts_codec.cpp
168
uint16_t
pduLen
= cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition();
in Decode3g7Bit()
local
210
uint16_t
pduLen
= cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition();
in Decode3gUCS2()
local
H
A
D
sms_wap_push_handler.cpp
176
uint32_t
pduLen
= pdustr.length();
in DeocdeCheckIsBlock()
local
/base/telephony/sms_mms/services/sms/gsm/
H
A
D
gsm_sms_tpdu_codec.cpp
38
bool GsmSmsTpduCodec::EncodeSmsPdu(std::shared_ptr<SmsTpdu> sourceData, char *pdu, uint16_t
pduLen
, uint16_t &bufLen)
in EncodeSmsPdu()
argument
H
A
D
gsm_sms_param_codec.cpp
80
uint8_t GsmSmsParamCodec::DecodeSmscPdu(const uint8_t *pTpdu, uint8_t
pduLen
, struct AddressNumber &address)
in DecodeSmscPdu()
argument
H
A
D
gsm_sms_param_decode.cpp
213
uint8_t GsmSmsParamDecode::DecodeSmscPdu(const uint8_t *pTpdu, uint8_t
pduLen
, struct AddressNumber &desAddrObj)
in DecodeSmscPdu()
argument
/base/telephony/sms_mms/test/gtest/
H
A
D
zero_branch_cdma_sms_test.cpp
186
uint16_t
pduLen
= pdu.length();
in HWTEST_F()
local
230
uint16_t
pduLen
= pdu.length();
HWTEST_F()
local
264
uint16_t
pduLen
= pdu.length();
HWTEST_F()
local
341
uint16_t
pduLen
= PDU_BUFFER_MAX_SIZE + 1;
HWTEST_F()
local
382
uint16_t
pduLen
= PDU_BUFFER_MAX_SIZE + 1;
HWTEST_F()
local
441
uint16_t
pduLen
= PDU_BUFFER_MAX_SIZE + 1;
HWTEST_F()
local
[all...]
/base/telephony/ril_adapter/services/hril/src/
H
A
D
hril_sms.cpp
148
size_t
pduLen
= message.pdu.length();
in AddSimMessage()
local
Completed in 6 milliseconds