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.h55 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.h92 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.h277 void SetPagePath(const std::string& pagePath) in SetPagePath()
Dfrontend_delegate_declarative.cpp1063 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush() local
1106 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace() local
1199 std::string pagePath; in StartBack() local
1221 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.h46 std::string pagePath; member
Djsi_declarative_engine.cpp1413 auto pagePath = params->Get(vm, panda::StringRef::NewFromUtf8(vm, "pagePath")); in AddToNamedRouterMap() local
/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/adapter/ohos/osal/
Djs_accessibility_manager.cpp74 std::string pagePath; member
1653 string pagePath; in DumpPropertyNG() local
1767 auto pagePath = GetPagePath(); in DumpTree() local
1944 std::string pagePath; in SearchElementInfoByAccessibilityIdNG() local
1979 std::string pagePath; in SearchElementInfosByTextNG() local
2164 std::string pagePath; in FindFocusedElementInfoNG() local
2837 std::string pagePath; in FocusMoveSearchNG() 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.cpp590 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Push() local
636 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Replace() local
681 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in BackImplement() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dpage_router_manager.cpp516 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() local