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:optionCap
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_option_descriptor.h
38
void SetOptionCap(const int32_t &
optionCap
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_option_descriptor.cpp
93
void ScanOptionDescriptor::SetOptionCap(const int32_t &
optionCap
)
in SetOptionCap()
argument
95
optionCap_ =
optionCap
;
in SetOptionCap()
242
SCAN_HILOGD("
optionCap
= %{public}d", optionCap_);
in Dump()
H
A
D
scan_option_descriptor_helper.cpp
28
static constexpr const char *PARAM_OPTION_CAP = "
optionCap
";
102
int32_t
optionCap
= NapiScanUtils::GetInt32Property(env, jsValue, PARAM_OPTION_CAP);
in GetValueFromJs()
local
103
nativeObj->SetOptionCap(
optionCap
);
in GetValueFromJs()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
91
int32_t
optionCap
= dataProvider->ConsumeIntegralInRange<int32_t>(0, MAX_SET_NUMBER);
in TestSetOptionCap()
local
92
scanOptDes.SetOptionCap(
optionCap
);
in TestSetOptionCap()
93
optionCap
= scanOptDes.GetOptionCap();
in TestSetOptionCap()
Completed in 4 milliseconds