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:infosSize
(Results
1 - 3
of
3
) sorted by relevance
/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H
A
D
el5_filekey_callback_stub.cpp
41
uint32_t
infosSize
= data.ReadUint32();
in OnRemoteRequest()
local
42
if (
infosSize
> MAX_RECORD_SIZE) {
in OnRemoteRequest()
43
LOG_ERROR("Parse infos failed, results oversize %{public}d.",
infosSize
);
in OnRemoteRequest()
46
for (uint32_t i = 0; i <
infosSize
; ++i) {
in OnRemoteRequest()
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H
A
D
scan_callback_stub.cpp
121
int
infosSize
= data.ReadInt32();
in HandleSendDeviceList()
local
122
CHECK_IS_EXCEED_SCAN_RANGE_BOOL(
infosSize
);
in HandleSendDeviceList()
123
SCAN_HILOGI("get
infosSize
: %{public}d",
infosSize
);
in HandleSendDeviceList()
124
for (auto i = 0; i <
infosSize
; i++) {
in HandleSendDeviceList()
/base/print/print_fwk/test/fuzztest/scancallbackstub_fuzzer/
H
A
D
scancallbackstub_fuzzer.cpp
107
int32_t
infosSize
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in HandleSendDeviceListFuzzTest()
local
108
parcelData.WriteInt32(
infosSize
);
in HandleSendDeviceListFuzzTest()
109
std::vector<ScanDeviceInfo> infos(
infosSize
);
in HandleSendDeviceListFuzzTest()
Completed in 2 milliseconds