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:optionSize
(Results
1 - 5
of
5
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_option_descriptor.h
37
void SetOptionSize(const int32_t &
optionSize
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_option_descriptor.cpp
88
void ScanOptionDescriptor::SetOptionSize(const int32_t &
optionSize
)
in SetOptionSize()
argument
90
optionSize_ =
optionSize
;
in SetOptionSize()
241
SCAN_HILOGD("
optionSize
= %{public}d", optionSize_);
in Dump()
H
A
D
scan_option_descriptor_helper.cpp
27
static constexpr const char *PARAM_OPTION_SIZE = "
optionSize
";
99
int32_t
optionSize
= NapiScanUtils::GetInt32Property(env, jsValue, PARAM_OPTION_SIZE);
in GetValueFromJs()
local
100
nativeObj->SetOptionSize(
optionSize
);
in GetValueFromJs()
/base/print/print_fwk/frameworks/ohscan/src/
H
A
D
ohscan.cpp
115
int32_t
optionSize
= desc.GetOptionSize();
in GetScanParaDesc()
local
117
value.SetValueSize(
optionSize
);
in GetScanParaDesc()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
83
int32_t
optionSize
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestSetOptionSize()
local
84
scanOptDes.SetOptionSize(
optionSize
);
in TestSetOptionSize()
85
optionSize
= scanOptDes.GetOptionSize();
in TestSetOptionSize()
Completed in 4 milliseconds