| /foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
| D | manifest_parser.h | 55 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| /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/bridge/declarative_frontend/ |
| D | declarative_frontend.h | 92 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.h | 277 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.cpp | 1063 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/ |
| D | jsi_declarative_engine.h | 46 std::string pagePath; member
|
| D | jsi_declarative_engine.cpp | 1413 auto pagePath = params->Get(vm, panda::StringRef::NewFromUtf8(vm, "pagePath")); in AddToNamedRouterMap() local
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| D | ace_performance_check.cpp | 95 …PerformanceCheck::CheckIsRuleContainsPage(const std::string& ruleType, const std::string& pagePath) in CheckIsRuleContainsPage()
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| D | js_accessibility_manager.cpp | 74 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/ |
| D | plugin_frontend_delegate.cpp | 705 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/ |
| D | frontend_delegate_impl.cpp | 590 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/ |
| D | page_router_manager.cpp | 516 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() local
|