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:GetPagePath
(Results
1 - 25
of
35
) sorted by relevance
1
2
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H
A
D
dft_impl.cpp
30
char *DftImpl::
GetPagePath
()
in GetPagePath()
function in OHOS::ACELite::DftImpl
68
char *currentPath = DftImpl::
GetPagePath
();
in CallbackPageReplaced()
87
value.routerPath = DftImpl::
GetPagePath
();
in CallbackPageReplaced()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H
A
D
manifest_router.h
38
std::string
GetPagePath
(std::string& uri) const;
39
std::string
GetPagePath
(const std::string& uri, const std::string& suffix = ".js") const;
H
A
D
manifest_router.cpp
30
std::string ManifestRouter::
GetPagePath
(std::string& uri) const
in GetPagePath()
function in OHOS::Ace::Framework::ManifestRouter
51
std::string ManifestRouter::
GetPagePath
(const std::string& uri, const std::string& suffix) const
in GetPagePath()
function in OHOS::Ace::Framework::ManifestRouter
/foundation/arkui/ace_engine_lite/frameworks/include/base/
H
A
D
dft_impl.h
62
* @fn DftImpl::
GetPagePath
()
66
char *
GetPagePath
();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H
A
D
page_info.h
48
const std::string&
GetPagePath
() const
in GetPagePath()
function in OHOS::Ace::NG::PageInfo
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H
A
D
page_router_manager.cpp
98
info.path = manifestParser_->GetRouter()->
GetPagePath
(url);
in RunPage()
169
info.path = manifestParser_->GetRouter()->
GetPagePath
(url);
in RunCard()
279
auto pagePath = Framework::JsiDeclarativeEngine::
GetPagePath
(target.url);
in PushNamedRouteInner()
570
if (manifestParser_->GetRouter()->
GetPagePath
(info.url).empty()) {
in StartRestore()
800
auto pagePath = Framework::JsiDeclarativeEngine::
GetPagePath
(url);
in GetPageNameAndPath()
883
return entryPageInfo->
GetPagePath
();
in GetCurrentPageUrl()
909
auto pagePath = entryPageInfo->
GetPagePath
();
in GetCurrentPageSourceMap()
932
if (Framework::GetAssetContentImpl(assetManager, entryPageInfo->
GetPagePath
() + ".map", jsSourceMap)) {
in GetCurrentPageSourceMap()
1175
info.path = manifestParser_->GetRouter()->
GetPagePath
(info.url);
in StartPush()
1262
info.path = manifestParser_->GetRouter()->
GetPagePath
(inf
in StartReplace()
[all...]
H
A
D
declarative_frontend_ng.h
113
std::string
GetPagePath
() const override;
H
A
D
declarative_frontend_ng.cpp
539
std::string DeclarativeFrontendNG::
GetPagePath
() const
in GetPagePath()
function in OHOS::Ace::DeclarativeFrontendNG
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_frontend.h
65
MOCK_METHOD(std::string,
GetPagePath
, (), (const override));
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H
A
D
observer_handler.cpp
91
std::string path = pageInfo->
GetPagePath
();
in NotifyRouterPageStateChange()
221
std::string path = pageInfo->
GetPagePath
();
in GetRouterPageState()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend_declarative.cpp
87
urlPath = manifestParser_->GetRouter()->
GetPagePath
(url, FILE_TYPE_BIN);
in RunPage()
H
A
D
card_frontend.h
117
std::string
GetPagePath
() const override
H
A
D
card_frontend.cpp
84
urlPath = manifestParser_->GetRouter()->
GetPagePath
(url, FILE_TYPE_JSON);
in RunPage()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H
A
D
js_frontend.h
133
std::string
GetPagePath
() const override;
H
A
D
frontend_delegate_impl.cpp
150
mainPagePath_ = manifestParser_->GetRouter()->
GetPagePath
(url);
in RunPage()
616
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(uri);
in Push()
661
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(uri);
in Replace()
704
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(uri);
in BackImplement()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H
A
D
mock_plugin_frontend.cpp
131
std::string PluginFrontend::
GetPagePath
() const
in GetPagePath()
function in OHOS::Ace::PluginFrontend
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H
A
D
cj_frontend_abstract.h
144
std::string
GetPagePath
() const override { return ""; }
H
A
D
cj_page_router_ng.cpp
297
path = pageInfo->
GetPagePath
();
in GetState()
327
return entryPageInfo->
GetPagePath
();
in GetCurrentPageUrl()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H
A
D
plugin_frontend.h
117
std::string
GetPagePath
() const override;
H
A
D
plugin_frontend_delegate.cpp
126
mainPagePath_ = manifestParser_->GetRouter()->
GetPagePath
(url);
in RunPage()
690
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(target.url);
in Push()
705
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(target.url);
in Replace()
751
std::string pagePath = manifestParser_->GetRouter()->
GetPagePath
(target.url);
in BackWithTarget()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
frontend.h
178
virtual std::string
GetPagePath
() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
168
std::string
GetPagePath
() const override;
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H
A
D
accessibility_element_info.h
1382
const std::string &
GetPagePath
() const;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.h
373
static std::string
GetPagePath
(const std::string& url);
/foundation/barrierfree/accessibility/frameworks/common/src/
H
A
D
accessibility_element_info.cpp
330
const std::string &AccessibilityElementInfo::
GetPagePath
() const
in GetPagePath()
function in OHOS::Accessibility::AccessibilityElementInfo
Completed in 24 milliseconds
1
2