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:sizeRead
(Results
1 - 13
of
13
) sorted by relevance
/base/print/print_fwk/services/scan_service/src/
H
A
D
scan_callback_proxy.cpp
118
bool ScanCallbackProxy::OnGetFrameResCallback(bool isGetSucc, int32_t
sizeRead
)
in OnGetFrameResCallback()
argument
H
A
D
scan_service_ability.cpp
1159
void ScanServiceAbility::SendGetFrameResEvent(const bool isGetSucc, const int32_t
sizeRead
)
in SendGetFrameResEvent()
argument
/base/print/print_fwk/test/fuzztest/scancallbackstub_fuzzer/
H
A
D
scancallbackstub_fuzzer.cpp
75
int32_t
sizeRead
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in HandleGetFrameResEventFuzzTest()
local
/base/print/print_fwk/test/fuzztest/scancallbackproxy_fuzzer/
H
A
D
scancallbackproxy_fuzzer.cpp
56
int32_t
sizeRead
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestOnGetFrameResCallback()
local
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H
A
D
scan_callback_stub.cpp
96
int32_t
sizeRead
= data.ReadInt32();
in HandleGetFrameResEvent()
local
H
A
D
scan_callback.cpp
94
void CallbackParam::SetCallbackParam(bool &isGetSucc, int32_t &
sizeRead
)
in SetCallbackParam()
argument
241
bool ScanCallback::OnGetFrameResCallback(bool isGetSucc, int32_t
sizeRead
)
in OnGetFrameResCallback()
argument
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H
A
D
scan_callback.h
35
int32_t
sizeRead
;
member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H
A
D
hks_safe_compare_key_test.cpp
131
[[maybe_unused]] uint32_t
sizeRead
= 0;
in CompareKeyData()
local
H
A
D
hks_safe_cipher_key_test.cpp
71
uint32_t
sizeRead
= 0;
in CompareTwoKey()
local
H
A
D
hks_modify_key_test.cpp
73
uint32_t
sizeRead
= 0;
in ModifyKey()
local
/base/print/print_fwk/test/fuzztest/scancallback_fuzzer/
H
A
D
scancallback_fuzzer.cpp
80
int32_t
sizeRead
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestOnGetFrameResCallback()
local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H
A
D
hks_backup_test.cpp
204
uint32_t
sizeRead
= 0;
in HksModifyKey()
local
/base/print/print_fwk/test/fuzztest/scanserviceability_fuzzer/
H
A
D
scanserviceability_fuzzer.cpp
276
int32_t
sizeRead
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestSendGetFrameResEvent()
local
Completed in 10 milliseconds