Home
last modified time | relevance | path

Searched refs:GetRouter (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp95 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
98 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_BIN); in RunPage()
H A Dcard_frontend.cpp92 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
95 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_JSON); in RunPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_parser.h37 const RefPtr<ManifestRouter>& GetRouter() const;
H A Dmanifest_parser.cpp32 const RefPtr<ManifestRouter>& ManifestParser::GetRouter() const in GetRouter() function in OHOS::Ace::Framework::ManifestParser
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Drouter_module.cpp47 Router* router = const_cast<Router *>(topJsAbilityImpl->GetRouter()); in Replace()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp115 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
120 info.path = manifestParser_->GetRouter()->GetEntry(); in RunPage()
121 info.url = manifestParser_->GetRouter()->GetEntry(""); in RunPage()
187 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunCard()
189 info.path = manifestParser_->GetRouter()->GetEntry(); in RunCard()
190 info.url = manifestParser_->GetRouter()->GetEntry(""); in RunCard()
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()
1478 auto router = manifestParser_->GetRouter(); in CreatePage()
[all …]
H A Dfrontend_delegate_declarative_ng.cpp186 mainPagePath = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
188 mainPagePath = manifestParser_->GetRouter()->GetEntry(); in RunPage()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.h139 const Router *GetRouter() const in GetRouter() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp150 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
152 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); in RunPage()
155 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); 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 Dplugin_frontend_delegate.cpp142 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
144 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); 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/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp205 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
207 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); in RunPage()
1274 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush()
1316 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace()
1429 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack()