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:optionType
(Results
1 - 5
of
5
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_option_descriptor.h
34
void SetOptionType(const uint32_t &
optionType
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_option_descriptor.cpp
78
void ScanOptionDescriptor::SetOptionType(const uint32_t &
optionType
)
in SetOptionType()
argument
80
optionType_ =
optionType
;
in SetOptionType()
238
SCAN_HILOGD("
optionType
= %{public}d", optionType_);
in Dump()
H
A
D
scan_option_descriptor_helper.cpp
25
static constexpr const char *PARAM_OPTION_TYPE = "
optionType
";
93
uint32_t
optionType
= NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_TYPE);
in GetValueFromJs()
local
94
nativeObj->SetOptionType(
optionType
);
in GetValueFromJs()
/base/print/print_fwk/frameworks/ohscan/src/
H
A
D
ohscan.cpp
114
uint32_t
optionType
= desc.GetOptionType();
in GetScanParaDesc()
local
116
value.SetScanOptionValueType(static_cast<ScanOptionValueType>(
optionType
));
in GetScanParaDesc()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
67
uint32_t
optionType
= dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER);
in TestSetOptionType()
local
68
scanOptDes.SetOptionType(
optionType
);
in TestSetOptionType()
69
optionType
= scanOptDes.GetOptionType();
in TestSetOptionType()
Completed in 5 milliseconds