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:containerSdkPath
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_ability.cpp
57
void SetFontMgrConfig(const std::string&
containerSdkPath
)
in SetFontMgrConfig()
argument
61
std::string containerFontBasePath =
containerSdkPath
+ DELIMITER + "resources" + DELIMITER + "fonts" + DELIMITER;
in SetFontMgrConfig()
65
if (
containerSdkPath
.empty() || fileList.empty()) {
in SetFontMgrConfig()
214
SystemProperties::SetExtSurfaceEnabled(!runArgs.
containerSdkPath
.empty());
in AceAbility()
244
container->SetContainerSdkPath(runArgs.
containerSdkPath
);
in AceAbility()
284
SetFontMgrConfig(runArgs.
containerSdkPath
);
in CreateInstance()
308
if (!runArgs_.
containerSdkPath
.empty()) {
in InitEnv()
309
paths.push_back(runArgs_.
containerSdkPath
);
in InitEnv()
326
runArgs_.
containerSdkPath
, runArgs_.appResourcesPath, runArgs_.themeId, runArgs_.deviceConfig.colorMode);
in InitEnv()
H
A
D
ace_run_args.h
95
std::string
containerSdkPath
= "";
member
H
A
D
ace_container.h
286
void SetContainerSdkPath(const std::string&
containerSdkPath
)
in SetContainerSdkPath()
argument
288
containerSdkPath_ =
containerSdkPath
;
in SetContainerSdkPath()
H
A
D
ui_content_impl.cpp
69
void SetFontMgrConfig(const std::string&
containerSdkPath
)
in SetFontMgrConfig()
argument
73
std::string containerFontBasePath =
containerSdkPath
+ DELIMITER + "resources" + DELIMITER + "fonts" + DELIMITER;
in SetFontMgrConfig()
77
if (
containerSdkPath
.empty() || fileList.empty()) {
in SetFontMgrConfig()
246
containerSdkPath_ = options.
containerSdkPath
;
in UIContentImpl()
H
A
D
ace_container.cpp
953
[weak,
containerSdkPath
= containerSdkPath_]() {
in AttachView()
960
moduleManager->SetPreviewSearchPath(
containerSdkPath
);
in AttachView()
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H
A
D
options.h
79
std::string
containerSdkPath
;
member
/foundation/ability/ability_runtime/frameworks/simulator/test/src/
H
A
D
main.cpp
57
options.
containerSdkPath
= argv[PARAM_SEVEN];
in main()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H
A
D
ability_context.cpp
65
TAG_LOGD(AAFwkTag::ABILITY_SIM, "
containerSdkPath
:%{public}s", options.
containerSdkPath
.c_str());
in SetOptions()
H
A
D
simulator.cpp
806
AAFwkTag::ABILITY_SIM, "moduleManager SetPreviewSearchPath: %{public}s", options_.
containerSdkPath
.c_str());
in LoadRuntimeEnv()
807
moduleManager->SetPreviewSearchPath(options_.
containerSdkPath
);
in LoadRuntimeEnv()
811
auto pos = options_.
containerSdkPath
.find(fileSeparator);
in LoadRuntimeEnv()
816
std::string fileName = options_.
containerSdkPath
+ fileSeparator + "apiMock" + fileSeparator + "jsMockHmos.abc";
in LoadRuntimeEnv()
Completed in 11 milliseconds