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:optionTitle
(Results
1 - 4
of
4
) sorted by relevance
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
scan_option_descriptor.h
32
void SetOptionTitle(const std::string &
optionTitle
);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
scan_option_descriptor.cpp
68
void ScanOptionDescriptor::SetOptionTitle(const std::string &
optionTitle
)
in SetOptionTitle()
argument
70
optionTitle_ =
optionTitle
;
in SetOptionTitle()
236
SCAN_HILOGD("
optionTitle
= %{public}s", optionTitle_.c_str());
in Dump()
H
A
D
scan_option_descriptor_helper.cpp
23
static constexpr const char *PARAM_OPTION_TITLE = "
optionTitle
";
87
std::string
optionTitle
= NapiScanUtils::GetStringPropertyUtf8(env, jsValue, PARAM_OPTION_TITLE);
in GetValueFromJs()
local
88
nativeObj->SetOptionTitle(
optionTitle
);
in GetValueFromJs()
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
51
std::string
optionTitle
= dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH);
in TestSetOptionTitle()
local
52
scanOptDes.SetOptionTitle(
optionTitle
);
in TestSetOptionTitle()
53
optionTitle
= scanOptDes.GetOptionTitle();
in TestSetOptionTitle()
193
std::string
optionTitle
= dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH);
in TestSetStrValue()
local
194
scanOptVal.SetStrValue(
optionTitle
);
in TestSetStrValue()
195
optionTitle
= scanOptVal.GetStrValue();
in TestSetStrValue()
Completed in 4 milliseconds