Home
last modified time | relevance | path

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

/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_lite/frameworks/src/core/router/
Djs_page_state_machine.h24 #define JS_PAGE_RETURN_IF_ERROR(error, pagePath) \ argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
Ddeclarative_frontend.h96 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.h291 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.cpp1133 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush() local
1175 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace() local
1266 std::string pagePath; in StartBack() local
1288 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Djs_accessibility_manager.h46 std::string pagePath; member
/foundation/arkui/ace_engine/frameworks/base/log/
Dace_performance_check.cpp95 …PerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath) in CheckIsRuleContainsPage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.h46 std::string pagePath; member
Djsi_declarative_engine.cpp1280 auto pagePath = url; in LoadPluginComponent() local
1496 auto pagePath = params->Get(vm, panda::StringRef::NewFromUtf8(vm, "pagePath")); in AddToNamedRouterMap() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dpage_router_manager.cpp217 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(target.url); in PushNamedRoute() local
481 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetState() local
573 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() local
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.cpp705 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push() local
720 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace() local
766 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in BackWithTarget() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate_impl.cpp578 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Push() local
623 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Replace() local
666 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in BackImplement() local