Home
last modified time | relevance | path

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

/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.h242 void SetNavigationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavigationPathInfo()
Dnavigation_model_ng.cpp1025 …avigationModelNG::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/frameworks/core/components_ng/pattern/navrouter/
Dnavdestination_model.h60 …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.cpp701 …ationModelNG::SetNavDestinationPathInfo(const std::string& moduleName, const std::string& pagePath) in SetNavDestinationPathInfo()
/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_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()
354 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.h314 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.cpp1258 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/
Dpage_router_manager.cpp561 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/
Dstage_manager.cpp202 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
250 auto pagePath = pageInfo->GetFullPath(); in PushPage() local
/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.cpp1407 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/
Djs_navdestination.cpp92 std::string pagePath; in Create() local
Djs_navigation.cpp155 std::string pagePath; in Create() 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/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