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:keyParam
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/resource/
H
A
D
ace_res_key_parser.cpp
157
KeyParam
keyParam
;
in ParseMcc()
local
158
keyParam
.value = StringUtils::StringToInt(key.substr(MCC_MNC_KEYWORD_LEN));
in ParseMcc()
159
keyParam
.keyType = KeyType::MCC;
in ParseMcc()
160
keyParams.emplace_back(
keyParam
);
in ParseMcc()
170
KeyParam
keyParam
;
in ParseMnc()
local
171
keyParam
.value = StringUtils::StringToInt(key.substr(MCC_MNC_KEYWORD_LEN));
in ParseMnc()
173
keyParam
.keyType = KeyType::MNC;
in ParseMnc()
175
keyParam
.keyType = KeyType::MNC_SHORT_LEN;
in ParseMnc()
177
keyParams.emplace_back(
keyParam
);
in ParseMnc()
187
KeyParam
keyParam
;
in ParseScreenShape()
local
200
KeyParam
keyParam
;
ParseLongScreen()
local
213
KeyParam
keyParam
;
ParseOrientation()
local
226
KeyParam
keyParam
;
ParseColorMode()
local
239
KeyParam
keyParam
;
ParseDeclarativeColorMode()
local
252
KeyParam
keyParam
;
ParseDeviceType()
local
265
KeyParam
keyParam
;
ParseResolution()
local
[all...]
H
A
D
ace_res_config.cpp
899
for (auto
keyParam
: keyParams) {
in ParseConfig()
900
switch (
keyParam
.keyType) {
in ParseConfig()
902
resolution_ = static_cast<ResolutionType>(
keyParam
.value);
in ParseConfig()
905
orientation_ = static_cast<DeviceOrientation>(
keyParam
.value);
in ParseConfig()
908
deviceType_ = static_cast<DeviceType>(
keyParam
.value);
in ParseConfig()
912
colorMode_ = static_cast<ColorMode>(
keyParam
.value);
in ParseConfig()
915
mcc_ =
keyParam
.value;
in ParseConfig()
918
mnc_ =
keyParam
.value;
in ParseConfig()
921
mnc_ =
keyParam
.value;
in ParseConfig()
925
screenShape_ = static_cast<ScreenShape>(
keyParam
in ParseConfig()
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H
A
D
wakeup_engine.cpp
240
StringParam
keyParam
(key);
in GetParameter()
242
StateMsg msg(GET_PARAM, &
keyParam
, sizeof(
keyParam
), &valueParam);
in GetParameter()
Completed in 4 milliseconds