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:RESOURCES_FOLDER
(Results
1 - 4
of
4
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
js_card_parser.cpp
26
const char
RESOURCES_FOLDER
[] = "resources/";
member
798
auto jsonFile = std::string(
RESOURCES_FOLDER
) + "res-" + themeArray[mode] + (themeArray[mode].empty() ? "" : "-") +
in GetResImageUrl()
804
std::string(
RESOURCES_FOLDER
) + "res-" + themeArray[mode] + "-" + "defaults" + std::string(FILE_TYPE_JSON);
in GetResImageUrl()
809
jsonFile = std::string(
RESOURCES_FOLDER
) + "res-" + themeArray[mode] + std::string(FILE_TYPE_JSON);
in GetResImageUrl()
814
jsonFile = std::string(
RESOURCES_FOLDER
) + std::string(DEFAULTS_RESOURCES_JSON_FILE);
in GetResImageUrl()
1137
std::string path = std::string(
RESOURCES_FOLDER
) + std::string(DEFAULTS_RESOURCES_JSON_FILE);
in LoadImageInfo()
1139
path = std::string(
RESOURCES_FOLDER
) + "res-" + GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON);
in LoadImageInfo()
1141
path = std::string(
RESOURCES_FOLDER
) + "res-" + "dark-defaults" + std::string(FILE_TYPE_JSON);
in LoadImageInfo()
1143
path = std::string(
RESOURCES_FOLDER
) + "res-" + "dark-" + GetDeviceDpi(density_) + std::string(FILE_TYPE_JSON);
in LoadImageInfo()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
37
const char
RESOURCES_FOLDER
[] = "resources/";
member
152
GetConfigurationCommon(
RESOURCES_FOLDER
, data);
in GetResourceConfiguration()
197
assetManager_->GetAssetList(
RESOURCES_FOLDER
, files);
in LoadResourceConfiguration()
209
auto fileFullPath = std::string(
RESOURCES_FOLDER
) + folderName + std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
241
std::string(
RESOURCES_FOLDER
).append(fullFileName));
in LoadResourceConfiguration()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
frontend_delegate_impl.cpp
40
const char
RESOURCES_FOLDER
[] = "resources/";
member
179
GetConfigurationCommon(
RESOURCES_FOLDER
, data);
in GetResourceConfiguration()
1996
assetManager_->GetAssetList(
RESOURCES_FOLDER
, files);
in LoadResourceConfiguration()
2007
auto fileFullPath = std::string(
RESOURCES_FOLDER
) + folderName + std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
2039
std::string(
RESOURCES_FOLDER
).append(fullFileName));
in LoadResourceConfiguration()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
50
const char
RESOURCES_FOLDER
[] = "resources/";
member
221
GetConfigurationCommon(
RESOURCES_FOLDER
, data);
in GetResourceConfiguration()
266
assetManager_->GetAssetList(
RESOURCES_FOLDER
, files);
in LoadResourceConfiguration()
279
auto fileFullPath = std::string(
RESOURCES_FOLDER
) + folderName + std::string(I18N_FILE_SUFFIX);
in LoadResourceConfiguration()
314
std::string(
RESOURCES_FOLDER
).append(fullFileName));
in LoadResourceConfiguration()
Completed in 16 milliseconds