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:loaderJsonPath
(Results
1 - 8
of
8
) sorted by relevance
/ide/tools/previewer/jsapp/rich/external/
H
A
D
StageContext.cpp
59
loaderJsonPath
= FileSystem::NormalizePath(assetPath);
in SetLoaderJsonPath()
60
if (
loaderJsonPath
.empty() || !FileSystem::IsFileExists(
loaderJsonPath
)) {
in SetLoaderJsonPath()
61
ELOG("the
loaderJsonPath
%s is not exist.",
loaderJsonPath
.c_str());
in SetLoaderJsonPath()
64
ILOG("set
loaderJsonPath
: %s successed.",
loaderJsonPath
.c_str());
in SetLoaderJsonPath()
74
if (!FileSystem::IsFileExists(
loaderJsonPath
)) {
in GetModulePathMapFromLoaderJson()
75
ELOG("the
loaderJsonPath
is not exist.");
in GetModulePathMapFromLoaderJson()
78
std::string jsonStr = JsonReader::ReadFile(
loaderJsonPath
);
in GetModulePathMapFromLoaderJson()
[all...]
H
A
D
StageContext.h
62
std::string
loaderJsonPath
;
member in OHOS::Ide::StageContext
/ide/tools/previewer/util/
H
A
D
CommandParser.h
31
std::string
loaderJsonPath
;
member in CommandInfo
164
std::string
loaderJsonPath
;
member in CommandParser::ScreenMode
H
A
D
CommandParser.cpp
982
return
loaderJsonPath
;
in GetLoaderJsonPath()
996
loaderJsonPath
= path;
in IsLoaderJsonPathValid()
1029
info.
loaderJsonPath
= GetLoaderJsonPath();
in GetCommandInfo()
/ide/tools/previewer/test/fuzztest/jsonparse_fuzzer/
H
A
D
SetPkgContextInfoFuzzer.cpp
97
CommandParser::GetInstance().
loaderJsonPath
= "./loader.json";
in TEST()
/ide/tools/previewer/test/unittest/jsapp/
H
A
D
StageContextTest.cpp
132
EXPECT_EQ(OHOS::Ide::StageContext::GetInstance().
loaderJsonPath
, "aa");
in TEST_F()
134
EXPECT_EQ(OHOS::Ide::StageContext::GetInstance().
loaderJsonPath
, testFile);
in TEST_F()
H
A
D
JsAppImplTest.cpp
517
CommandParser::GetInstance().
loaderJsonPath
= testDir + "/loader.json";
in TEST_F()
/ide/tools/previewer/jsapp/rich/
H
A
D
JsAppImpl.cpp
205
OHOS::Ide::StageContext::GetInstance().SetLoaderJsonPath(commandInfo.
loaderJsonPath
);
in RunJsApp()
Completed in 8 milliseconds