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:pageMap_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
entry_page_info.h
71
pageMap_
= pageMap;
in SetPageMap()
76
return
pageMap_
;
in GetPageMap()
94
RefPtr<Framework::RevSourceMap>
pageMap_
;
member in OHOS::Ace::NG::EntryPageInfo
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_ace_page.h
294
pageMap_
= AceType::MakeRefPtr<RevSourceMap>();
in SetPageMap()
295
pageMap_
->Init(pageMap);
in SetPageMap()
300
return
pageMap_
;
in GetPageMap()
402
RefPtr<RevSourceMap>
pageMap_
;
member in OHOS::Ace::OHOS::Ace::Framework::final
H
A
D
frontend_delegate_impl.cpp
790
auto itPage =
pageMap_
.find(pageRouteStack_.back().pageId);
in GetComponentsCount()
791
if (itPage ==
pageMap_
.end()) {
in GetComponentsCount()
1412
auto result =
pageMap_
.try_emplace(page->GetPageId(), page);
in AddPageLocked()
1456
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopToPageSuccess()
1518
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopPageSuccess()
1596
pageMap_
.erase(info.pageId);
in OnClearInvisiblePagesSuccess()
1614
auto iter =
pageMap_
.find(info.pageId);
in ClearInvisiblePages()
1615
if (iter !=
pageMap_
.end()) {
in ClearInvisiblePages()
1647
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnReplacePageSuccess()
1748
pages.insert(
pageMap_
in RebuildAllPages()
[all...]
H
A
D
frontend_delegate_impl.h
423
std::unordered_map<int32_t, RefPtr<JsAcePage>>
pageMap_
;
member in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend_delegate.cpp
1241
auto result =
pageMap_
.try_emplace(page->GetPageId(), page);
in AddPageLocked()
1285
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopToPageSuccess()
1340
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopPageSuccess()
1409
pageMap_
.erase(info.pageId);
in OnClearInvisiblePagesSuccess()
1444
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnReplacePageSuccess()
1538
pages.insert(
pageMap_
.begin(),
pageMap_
.end());
in RebuildAllPages()
1617
auto itPage =
pageMap_
.find(pageId);
in GetPage()
1618
if (itPage ==
pageMap_
.end()) {
in GetPage()
H
A
D
plugin_frontend_delegate.h
303
std::unordered_map<int32_t, RefPtr<JsAcePage>>
pageMap_
;
member in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend_delegate.cpp
330
auto itPage =
pageMap_
.find(pageId);
in GetPage()
331
if (itPage ==
pageMap_
.end()) {
in GetPage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
frontend_delegate_declarative.cpp
2482
pageMap_
.erase(singlePageId_);
in RecycleSinglePage()
2513
auto result =
pageMap_
.try_emplace(page->GetPageId(), page);
in AddPageLocked()
2588
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopToPageSuccess()
2602
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnPopPageSuccess()
2736
pageMap_
.erase(info.pageId);
in OnClearInvisiblePagesSuccess()
2782
pageMap_
.erase(pageRouteStack_.back().pageId);
in OnReplacePageSuccess()
2995
pages.insert(
pageMap_
.begin(),
pageMap_
.end());
in RebuildAllPages()
3128
auto itPage =
pageMap_
.find(pageId);
in GetPage()
3129
if (itPage ==
pageMap_
in GetPage()
[all...]
H
A
D
frontend_delegate_declarative.h
459
std::unordered_map<int32_t, RefPtr<JsAcePage>>
pageMap_
;
member in OHOS::Ace::Framework::FrontendDelegateDeclarative
Completed in 19 milliseconds