Home
last modified time | relevance | path

Searched refs:GetPagePath (Results 1 - 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp30 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 Dmanifest_router.h38 std::string GetPagePath(std::string& uri) const;
39 std::string GetPagePath(const std::string& uri, const std::string& suffix = ".js") const;
H A Dmanifest_router.cpp30 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 Ddft_impl.h62 * @fn DftImpl::GetPagePath()
66 char *GetPagePath();
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_info.h48 const std::string& GetPagePath() const in GetPagePath() function in OHOS::Ace::NG::PageInfo
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp98 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 Ddeclarative_frontend_ng.h113 std::string GetPagePath() const override;
H A Ddeclarative_frontend_ng.cpp539 std::string DeclarativeFrontendNG::GetPagePath() const in GetPagePath() function in OHOS::Ace::DeclarativeFrontendNG
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h65 MOCK_METHOD(std::string, GetPagePath, (), (const override));
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp91 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 Dcard_frontend_declarative.cpp87 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
H A Dcard_frontend.h117 std::string GetPagePath() const override
H A Dcard_frontend.cpp84 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h133 std::string GetPagePath() const override;
H A Dfrontend_delegate_impl.cpp150 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 Dmock_plugin_frontend.cpp131 std::string PluginFrontend::GetPagePath() const in GetPagePath() function in OHOS::Ace::PluginFrontend
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h144 std::string GetPagePath() const override { return ""; }
H A Dcj_page_router_ng.cpp297 path = pageInfo->GetPagePath(); in GetState()
327 return entryPageInfo->GetPagePath(); in GetCurrentPageUrl()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h117 std::string GetPagePath() const override;
H A Dplugin_frontend_delegate.cpp126 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 Dfrontend.h178 virtual std::string GetPagePath() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h168 std::string GetPagePath() const override;
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1382 const std::string &GetPagePath() const;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h373 static std::string GetPagePath(const std::string& url);
/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp330 const std::string &AccessibilityElementInfo::GetPagePath() const in GetPagePath() function in OHOS::Accessibility::AccessibilityElementInfo

Completed in 23 milliseconds

12