| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| D | navigation_event_hub.cpp | 25 auto pagePath = navigationNode->GetNavigationPathInfo(); in FireOnAppear() local
|
| D | navigation_model.h | 45 … virtual void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavigationPathInfo()
|
| D | navigation_group_node.h | 242 void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
|
| D | navigation_model_ng.cpp | 1025 …avigationModelNG::SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
| D | manifest_parser.h | 54 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| D | navdestination_model.h | 60 …tual void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavDestinationPathInfo()
|
| D | navdestination_group_node.h | 131 void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
|
| D | navdestination_model_ng.cpp | 701 …ationModelNG::SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| D | dft_impl.cpp | 32 const char * const pagePath = JsAppContext::GetInstance()->GetCurrentJsPath(); in GetPagePath() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/router/ |
| D | js_page_state_machine.h | 24 #define JS_PAGE_RETURN_IF_ERROR(error, pagePath) \ argument
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| D | ace_performance_check.cpp | 89 …PerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath) in CheckIsRuleContainsPage() 354 auto pagePath = currentPath_; in GetCurrentSourceMap() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
| D | declarative_frontend.h | 113 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.h | 314 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.cpp | 1258 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush() local 1300 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace() local 1391 std::string pagePath; in StartBack() local 1413 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
| D | page_router_manager.cpp | 561 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetState() local 646 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetStateByUrl() local 674 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetPageNameAndPath() local 766 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() local 1269 auto pagePath = Framework::JsiDeclarativeEngine::GetFullPathInfo(keyInfo); in CreatePage() local 1646 std::string pagePath = Framework::JsiDeclarativeEngine::GetPagePath(info.url); in ReplacePageInNewLifecycle() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
| D | stage_manager.cpp | 202 auto pagePath = pageInfo->GetFullPath(); in PushPage() local 250 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | js_accessibility_manager.h | 52 std::string pagePath; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_engine.h | 46 std::string pagePath; member
|
| D | jsi_declarative_engine.cpp | 1407 auto pagePath = url; in LoadPluginComponent() local 1631 auto pagePath = params->Get(vm, panda::StringRef::NewFromUtf8(vm, "pagePath")); in AddToNamedRouterMap() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| D | js_navdestination.cpp | 92 std::string pagePath; in Create() local
|
| D | js_navigation.cpp | 155 std::string pagePath; in Create() local
|
| /foundation/arkui/ace_engine/frameworks/base/perfmonitor/ |
| D | perf_monitor.cpp | 36 std::string ParsePageUrl(const std::string& pagePath) in ParsePageUrl()
|
| /foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
| 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
|
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
| 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
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
| D | cj_page_router_ng.cpp | 400 std::string pagePath; in StartBack() local
|