/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_event_hub.cpp | 25 auto pagePath = navigationNode->GetNavigationPathInfo(); in FireOnAppear() local
|
H A D | navigation_model.h | 45 … virtual void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavigationPathInfo()
|
H A D | navigation_group_node.h | 246 void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_parser.h | 54 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
/ohos5.0/base/update/updater/services/ui/ |
H A D | updater_ui_config.cpp | 33 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 D | dft_impl.cpp | 32 const char * const pagePath = JsAppContext::GetInstance()->GetCurrentJsPath(); in GetPagePath() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_model.h | 62 …tual void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavDestinationPathInfo()
|
H A D | navdestination_group_node.h | 131 void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
|
H A D | navdestination_model_ng.cpp | 719 …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 D | js_page_state_machine.h | 24 #define JS_PAGE_RETURN_IF_ERROR(error, pagePath) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | ace_performance_check.cpp | 89 …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 D | declarative_frontend.h | 113 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
H A D | frontend_delegate_declarative.h | 317 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
H A D | frontend_delegate_declarative.cpp | 1274 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 D | stage_manager.cpp | 200 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 D | js_accessibility_manager.h | 52 std::string pagePath; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 46 std::string pagePath; member
|
H A D | jsi_declarative_engine.cpp | 303 …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 D | page_router_manager.cpp | 811 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 D | perf_monitor.cpp | 36 std::string ParsePageUrl(const std::string& pagePath) in ParsePageUrl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 706 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 D | js_navdestination.cpp | 115 std::string pagePath; in Create() local
|
H A D | js_navigation.cpp | 157 std::string pagePath; in Create() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 616 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 D | cj_page_router_ng.cpp | 400 std::string pagePath; in StartBack() local
|