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:cpyLen
(Results
1 - 19
of
19
) sorted by relevance
/base/security/security_guard/test/fuzztest/classify/requestsecuritymodelresultsync_fuzzer/
H
A
D
request_security_model_result_sync_fuzzer.cpp
33
uint32_t
cpyLen
= size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size);
in RequestSecurityModelResultAsyncFuzzTest()
local
/base/security/security_guard/test/fuzztest/collect/reportsecurityinfo_fuzzer/
H
A
D
report_security_info_fuzzer.cpp
37
uint32_t
cpyLen
= size >= CONTENT_MAX_LEN ? CONTENT_MAX_LEN - 1: static_cast<uint32_t>(size);
in ReportSecurityInfoFuzzTest()
local
/base/security/security_guard/test/fuzztest/obtaindata/requestsecurityeventinfoasync_fuzzer/
H
A
D
request_security_event_info_async_fuzzer.cpp
40
uint32_t
cpyLen
= size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size);
in RequestSecurityEventInfoAsyncFuzzTest()
local
/base/security/security_guard/test/fuzztest/classify/requestsecuritymodelresultasync_fuzzer/
H
A
D
request_security_model_result_async_fuzzer.cpp
38
uint32_t
cpyLen
= size > DEVICE_ID_MAX_LEN ? DEVICE_ID_MAX_LEN : static_cast<uint32_t>(size);
in RequestSecurityModelResultAsyncFuzzTest()
local
/base/hiviewdfx/faultloggerd/common/cutil/
H
A
D
musl_cutil.h
64
size_t
cpyLen
= strlen(nameFilter) + 1;
in ReadStringFromFile()
local
/base/telephony/cellular_call/services/connection/src/
H
A
D
cellular_call_connection_satellite.cpp
39
size_t
cpyLen
= strlen(phoneNumber_.c_str()) + 1;
in DialRequest()
local
H
A
D
cellular_call_connection_ims.cpp
38
size_t
cpyLen
= strlen(phoneNumber_.c_str()) + 1;
in DialRequest()
local
/base/telephony/core_service/utils/common/src/
H
A
D
telephony_config.cpp
65
size_t
cpyLen
= maxCap.length() + 1;
in ConvertCharToInt()
local
/base/hiviewdfx/hisysevent/frameworks/native/c_wrapper/source/
H
A
D
hisysevent_c_wrapper.cpp
46
int
cpyLen
= 0; // The length of string to be copied is initialized to be 0.
in SplitStringToArray()
local
[all...]
/base/telephony/cellular_call/services/control/src/
H
A
D
satellite_control.cpp
259
size_t
cpyLen
= strlen(callInfo.number.c_str()) + 1;
in EncapsulationCallReportInfo()
local
H
A
D
ims_control.cpp
489
size_t
cpyLen
= strlen(newString.c_str()) + 1;
in EncapsulationCallReportInfo()
local
H
A
D
cs_control.cpp
526
size_t
cpyLen
= strlen(newString.c_str()) + 1;
in EncapsulationCallReportInfo()
local
/base/telephony/cellular_call/services/common/src/
H
A
D
supplement_request_cs.cpp
106
size_t
cpyLen
= strlen(pw.c_str()) + 1;
in SetCallRestrictionRequest()
local
H
A
D
cellular_call_hisysevent.cpp
391
size_t
cpyLen
= callForwardingNumber_.length() + 1;
in GetCallForwardingInfo()
local
/base/update/updater/services/diffpatch/diff/
H
A
D
blocks_diff.cpp
451
int64_t
cpyLen
= static_cast<int64_t>(IGMDIFF_LIMIT_UNIT);
in WriteDiffData()
local
/base/telephony/cellular_call/services/utils/src/
H
A
D
cellular_call_supplement.cpp
451
size_t
cpyLen
= strlen(infoA.c_str()) + 1;
in HandleCallRestriction()
local
1012
size_t
cpyLen
= strlen(info.c_str()) + 1;
in SetCallRestriction()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
MemCpyOptimizer.cpp
714
performCallSlotOptzn(Instruction *cpy, Value *cpyDest, Value *cpySrc, uint64_t
cpyLen
, unsigned cpyAlign, CallInst *C)
performCallSlotOptzn()
argument
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
1510
size_t
cpyLen
= strlen(callInfo.phoneNum) + 1;
in EncapsulationCallReportInfo()
local
/base/telephony/core_service/services/tel_ril/test/
H
A
D
tel_ril_test.cpp
1881
size_t
cpyLen
= strlen(code.c_str()) + 1;
in OnRequestSetCallRestrictionTest()
local
Completed in 21 milliseconds