| /foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
| D | manifest_parser.h | 54 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 | 96 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.h | 291 void SetPagePath(const std::string& pagePath) in SetPagePath()
|
| D | frontend_delegate_declarative.cpp | 1133 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/ |
| D | js_accessibility_manager.h | 46 std::string pagePath; member
|
| /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/frameworks/bridge/declarative_frontend/engine/jsi/ |
| D | jsi_declarative_engine.h | 46 std::string pagePath; member
|
| D | jsi_declarative_engine.cpp | 1280 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/ |
| D | page_router_manager.cpp | 217 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/ |
| 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 | 578 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
|