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:fullPathInfo
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
page_router_manager.h
203
void RestoreFullPathInfo(std::unique_ptr<JsonValue>
fullPathInfo
);
H
A
D
page_router_manager.cpp
1054
void PageRouterManager::RestoreFullPathInfo(std::unique_ptr<JsonValue>
fullPathInfo
)
in RestoreFullPathInfo()
argument
1057
restoreFullPathInfo_(std::move(
fullPathInfo
));
in RestoreFullPathInfo()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
1858
jsonItem->Put("
fullPathInfo
", recordIter->second.c_str());
in GetFullPathInfo()
1865
void JsiDeclarativeEngine::RestoreFullPathInfo(std::unique_ptr<JsonValue>
fullPathInfo
)
in RestoreFullPathInfo()
argument
1868
if (!
fullPathInfo
|| !
fullPathInfo
->IsValid() || !
fullPathInfo
->IsArray()) {
in RestoreFullPathInfo()
1869
LOGW("Invalid
fullPathInfo
");
in RestoreFullPathInfo()
1874
int32_t size =
fullPathInfo
->GetArraySize();
in RestoreFullPathInfo()
1876
auto item =
fullPathInfo
->GetArrayItem(i);
in RestoreFullPathInfo()
1878
LOGW("failed to get
fullPathInfo
item");
in RestoreFullPathInfo()
1882
auto fullPathInfoJsonValue = item->GetValue("
fullPathInfo
");
in RestoreFullPathInfo()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
3313
auto
fullPathInfo
= jsonContentInfo->GetValue("
fullPathInfo
");
in RestoreRouterStack()
local
3314
if (
fullPathInfo
&&
fullPathInfo
->IsValid()) {
in RestoreRouterStack()
3315
if (!
fullPathInfo
->IsArray()) {
in RestoreRouterStack()
3319
pageRouterManager_->RestoreFullPathInfo(std::move(
fullPathInfo
));
in RestoreRouterStack()
3350
auto
fullPathInfo
= pageRouterManager_->GetFullPathInfo();
in GetContentInfo()
local
3351
if (
fullPathInfo
) {
in GetContentInfo()
3352
jsonContentInfo->Put("
fullPathInfo
", std::move(
fullPathInfo
));
in GetContentInfo()
[all...]
H
A
D
declarative_frontend.cpp
562
[weakEngine = WeakPtr<Framework::JsEngine>(jsEngine_)](std::unique_ptr<JsonValue>
fullPathInfo
) {
in Initialize()
567
return jsEngine->RestoreFullPathInfo(std::move(
fullPathInfo
));
in Initialize()
Completed in 20 milliseconds