Home
last modified time | relevance | path

Searched defs:pagePath (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_event_hub.cpp25 auto pagePath = navigationNode->GetNavigationPathInfo(); in FireOnAppear() local
H A Dnavigation_model.h45 … virtual void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavigationPathInfo()
H A Dnavigation_group_node.h246 void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h54 void SetPagePath(const std::string& pagePath) in SetPagePath()
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_config.cpp33 bool CanonicalPagePath(PagePath &pagePath) in CanonicalPagePath()
151 PagePath pagePath {}; in LoadPages() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Ddft_impl.cpp32 const char * const pagePath = JsAppContext::GetInstance()->GetCurrentJsPath(); in GetPagePath() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model.h62 …tual void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavDestinationPathInfo()
H A Dnavdestination_group_node.h131 void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
H A Dnavdestination_model_ng.cpp719 …ationModelNG::SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.h24 #define JS_PAGE_RETURN_IF_ERROR(error, pagePath) \ argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/
H A Dace_performance_check.cpp89 …PerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath) in CheckIsRuleContainsPage()
355 auto pagePath = currentPath_; in GetCurrentSourceMap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h113 void SetPagePath(const std::string& pagePath) in SetPagePath()
H A Dfrontend_delegate_declarative.h317 void SetPagePath(const std::string& pagePath) in SetPagePath()
H A Dfrontend_delegate_declarative.cpp1274 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush() local
1316 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace() local
1407 std::string pagePath; in StartBack() local
1429 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dstage_manager.cpp200 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
248 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.h52 std::string pagePath; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h46 std::string pagePath; member
H A Djsi_declarative_engine.cpp303 …ldOhmUrl(const std::string& bundleName, const std::string& moduleName, const std::string& pagePath) in BuildOhmUrl()
326 std::string& moduleName, std::string& pagePath, std::string& pageFullPath, std::string& ohmUrl) in ParseNamedRouterParams()
1503 auto pagePath = url; in LoadPluginComponent() local
1721 std::string pagePath; in AddToNamedRouterMap() local
1973 const auto& pagePath = it->second.pagePath; in PreloadNamedRouter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp811 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetPageNameAndPath() local
920 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() local
1500 auto pagePath = Framework::JsiDeclarativeEngine::GetFullPathInfo(keyInfo); in CreatePage() local
2098 std::string pagePath = Framework::JsiDeclarativeEngine::GetPagePath(info.url); in ReplacePageInNewLifecycle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp36 std::string ParsePageUrl(const std::string& pagePath) in ParsePageUrl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp706 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push() local
721 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace() local
767 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in BackWithTarget() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navdestination.cpp115 std::string pagePath; in Create() local
H A Djs_navigation.cpp157 std::string pagePath; in Create() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp616 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Push() local
661 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Replace() local
704 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in BackImplement() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_page_router_ng.cpp400 std::string pagePath; in StartBack() local

12