Home
last modified time | relevance | path

Searched refs:GetPagePath (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/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.cpp31 std::string ManifestRouter::GetPagePath(std::string& uri) const in GetPagePath() function in OHOS::Ace::Framework::ManifestRouter
52 std::string ManifestRouter::GetPagePath(const std::string& uri, const std::string& suffix) const in GetPagePath() function in OHOS::Ace::Framework::ManifestRouter
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Ddft_impl.h66 char *GetPagePath();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp115 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
187 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunCard()
581 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in StartRestore()
811 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetPageNameAndPath()
894 return entryPageInfo->GetPagePath(); in GetCurrentPageUrl()
920 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap()
1205 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartPush()
1292 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartReplace()
1340 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartBack()
1681 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in RestorePageWithTarget()
[all …]
H A Ddeclarative_frontend_ng.h113 std::string GetPagePath() const override;
H A Ddeclarative_frontend_ng.cpp542 std::string DeclarativeFrontendNG::GetPagePath() const in GetPagePath() function in OHOS::Ace::DeclarativeFrontendNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_info.h48 const std::string& GetPagePath() const in GetPagePath() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp92 std::string path = pageInfo->GetPagePath(); in NotifyRouterPageStateChange()
221 std::string path = pageInfo->GetPagePath(); in GetRouterPageState()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_frontend.h65 MOCK_METHOD(std::string, GetPagePath, (), (const override));
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp95 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
H A Dcard_frontend.h117 std::string GetPagePath() const override in GetPagePath() function
H A Dcard_frontend.cpp92 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.h131 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.h117 std::string GetPagePath() const override;
H A Dplugin_frontend_delegate.cpp142 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
706 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push()
721 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace()
767 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in BackWithTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.h144 std::string GetPagePath() const override { return ""; } in GetPagePath() function
H A Dcj_page_router_ng.cpp302 path = pageInfo->GetPagePath(); in GetState()
332 return entryPageInfo->GetPagePath(); in GetCurrentPageUrl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfrontend.h178 virtual std::string GetPagePath() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h168 std::string GetPagePath() const override;
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/
H A Daccessibility_element_info.h1383 const std::string &GetPagePath() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h370 static std::string GetPagePath(const std::string& url);
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/
H A Daccessibility_element_info.cpp340 const std::string &AccessibilityElementInfo::GetPagePath() const in GetPagePath() function in OHOS::Accessibility::AccessibilityElementInfo

12