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:optionUnit
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_option_descriptor.h
35
void SetOptionUnit(const uint32_t &
optionUnit
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_option_descriptor.cpp
83
void ScanOptionDescriptor::SetOptionUnit(const uint32_t &
optionUnit
)
in SetOptionUnit()
argument
85
optionUnit_ =
optionUnit
;
in SetOptionUnit()
239
SCAN_HILOGD("
optionUnit
= %{public}d", optionUnit_);
in Dump()
H
A
D
scan_option_descriptor_helper.cpp
26
static constexpr const char *PARAM_OPTION_UNIT = "
optionUnit
";
96
uint32_t
optionUnit
= NapiScanUtils::GetUint32Property(env, jsValue, PARAM_OPTION_UNIT);
in GetValueFromJs()
local
97
nativeObj->SetOptionUnit(
optionUnit
);
in GetValueFromJs()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
75
uint32_t
optionUnit
= dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER);
in TestSetOptionUnit()
local
76
scanOptDes.SetOptionUnit(
optionUnit
);
in TestSetOptionUnit()
77
optionUnit
= scanOptDes.GetOptionUnit();
in TestSetOptionUnit()
533
uint32_t
optionUnit
= dataProvider->ConsumeIntegralInRange<uint32_t>(0, MAX_SET_NUMBER);
in TestScanOptDesNapiInterface()
local
534
info.SetOptionUnit(
optionUnit
);
in TestScanOptDesNapiInterface()
Completed in 4 milliseconds