/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | dft_impl.cpp | 30 char *DftImpl::GetPagePath() in GetPagePath() function in OHOS::ACELite::DftImpl 68 char *currentPath = DftImpl::GetPagePath(); in CallbackPageReplaced() 87 value.routerPath = DftImpl::GetPagePath(); in CallbackPageReplaced()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_router.h | 38 std::string GetPagePath(std::string& uri) const; 39 std::string GetPagePath(const std::string& uri, const std::string& suffix = ".js") const;
|
H A D | manifest_router.cpp | 31 std::string ManifestRouter::GetPagePath(std::string& uri) const in GetPagePath() function in OHOS::Ace::Framework::ManifestRouter 52 std::string ManifestRouter::GetPagePath(const std::string& uri, const std::string& suffix) const in GetPagePath() function in OHOS::Ace::Framework::ManifestRouter
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/ |
H A D | dft_impl.h | 66 char *GetPagePath();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | page_router_manager.cpp | 115 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunPage() 187 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunCard() 581 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in StartRestore() 811 auto pagePath = Framework::JsiDeclarativeEngine::GetPagePath(url); in GetPageNameAndPath() 894 return entryPageInfo->GetPagePath(); in GetCurrentPageUrl() 920 auto pagePath = entryPageInfo->GetPagePath(); in GetCurrentPageSourceMap() 1205 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartPush() 1292 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartReplace() 1340 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartBack() 1681 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in RestorePageWithTarget() [all …]
|
H A D | declarative_frontend_ng.h | 113 std::string GetPagePath() const override;
|
H A D | declarative_frontend_ng.cpp | 542 std::string DeclarativeFrontendNG::GetPagePath() const in GetPagePath() function in OHOS::Ace::DeclarativeFrontendNG
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_info.h | 48 const std::string& GetPagePath() const in GetPagePath() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | observer_handler.cpp | 92 std::string path = pageInfo->GetPagePath(); in NotifyRouterPageStateChange() 221 std::string path = pageInfo->GetPagePath(); in GetRouterPageState()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_frontend.h | 65 MOCK_METHOD(std::string, GetPagePath, (), (const override));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend_declarative.cpp | 95 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
|
H A D | card_frontend.h | 117 std::string GetPagePath() const override in GetPagePath() function
|
H A D | card_frontend.cpp | 92 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend.cpp | 131 std::string PluginFrontend::GetPagePath() const in GetPagePath() function in OHOS::Ace::PluginFrontend
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_frontend.h | 131 std::string GetPagePath() const override;
|
H A D | frontend_delegate_impl.cpp | 150 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage() 616 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Push() 661 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in Replace() 704 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(uri); in BackImplement()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend.h | 117 std::string GetPagePath() const override;
|
H A D | plugin_frontend_delegate.cpp | 142 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage() 706 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push() 721 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace() 767 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in BackWithTarget()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.h | 144 std::string GetPagePath() const override { return ""; } in GetPagePath() function
|
H A D | cj_page_router_ng.cpp | 302 path = pageInfo->GetPagePath(); in GetState() 332 return entryPageInfo->GetPagePath(); in GetCurrentPageUrl()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | frontend.h | 178 virtual std::string GetPagePath() const = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 168 std::string GetPagePath() const override;
|
/ohos5.0/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1383 const std::string &GetPagePath() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 370 static std::string GetPagePath(const std::string& url);
|
/ohos5.0/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 340 const std::string &AccessibilityElementInfo::GetPagePath() const in GetPagePath() function in OHOS::Accessibility::AccessibilityElementInfo
|