Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_event_hub.cpp25 auto pagePath = navigationNode->GetNavigationPathInfo(); in FireOnAppear() local
Dnavigation_model.h45 … virtual void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavigationPathInfo()
Dnavigation_group_node.h246 void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
Dmanifest_parser.h54 void SetPagePath(const std::string& pagePath) in SetPagePath()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
Ddft_impl.cpp32 const char * const pagePath = JsAppContext::GetInstance()->GetCurrentJsPath(); in GetPagePath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_model.h62 …tual void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) {}; in SetNavDestinationPathInfo()
Dnavdestination_group_node.h131 void SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
Dnavdestination_model_ng.cpp719 …ationModelNG::SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
Djs_page_state_machine.h24 #define JS_PAGE_RETURN_IF_ERROR(error, pagePath) \ argument
/foundation/arkui/ace_engine/frameworks/base/log/
Dace_performance_check.cpp89 …PerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath) in CheckIsRuleContainsPage()
355 auto pagePath = currentPath_; in GetCurrentSourceMap() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.h113 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.h317 void SetPagePath(const std::string& pagePath) in SetPagePath()
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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
Dstage_manager.cpp200 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
248 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
Dmultinavigation.js340 …Navigation.create(this.secondaryStack, { moduleName: "MultiNavigation", pagePath: "", isUserCreate… property
357 …Navigation.create(this.primaryStack, { moduleName: "MultiNavigation", pagePath: "", isUserCreateSt… property
372 }, { moduleName: "MultiNavigation", pagePath: "" }); property
574 …Navigation.create(this.multiStack.outerStack, { moduleName: "MultiNavigation", pagePath: "", isUse… property
/foundation/arkui/ace_engine/adapter/ohos/osal/
Djs_accessibility_manager.h52 std::string pagePath; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.h46 std::string pagePath; member
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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
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
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
Dperf_monitor.cpp36 std::string ParsePageUrl(const std::string& pagePath) in ParsePageUrl()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_navdestination.cpp115 std::string pagePath; in Create() local
Djs_navigation.cpp157 std::string pagePath; in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
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
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
Dcj_page_router_ng.cpp400 std::string pagePath; in StartBack() local

12