Home
last modified time | relevance | path

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

/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
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Drouter_module.cpp47 Router* router = const_cast<Router *>(topJsAbilityImpl->GetRouter()); in Replace()
/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_ability_impl.h135 * @fn JSAbilityRuntime::GetRouter();
139 const Router *GetRouter() const in GetRouter() function in OHOS::ACELite::final
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend_declarative.cpp87 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
90 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_BIN); in RunPage()
H A Dcard_frontend.cpp84 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
87 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_JSON); in RunPage()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp98 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
103 info.path = manifestParser_->GetRouter()->GetEntry(); in RunPage()
104 info.url = manifestParser_->GetRouter()->GetEntry(""); in RunPage()
169 info.path = manifestParser_->GetRouter()->GetPagePath(url); in RunCard()
171 info.path = manifestParser_->GetRouter()->GetEntry(); in RunCard()
172 info.url = manifestParser_->GetRouter()->GetEntry(""); in RunCard()
570 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in StartRestore()
1175 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartPush()
1262 info.path = manifestParser_->GetRouter()->GetPagePath(info.url); in StartReplace()
1310 info.path = manifestParser_->GetRouter() in StartBack()
[all...]
H A Dfrontend_delegate_declarative_ng.cpp173 mainPagePath = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
175 mainPagePath = manifestParser_->GetRouter()->GetEntry(); in RunPage()
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp126 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
128 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); in RunPage()
690 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Push()
705 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in Replace()
751 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in BackWithTarget()
/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()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp180 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
182 mainPagePath_ = manifestParser_->GetRouter()->GetEntry(); in RunPage()
1249 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartPush()
1291 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url); in StartReplace()
1404 std::string pagePath = manifestParser_->GetRouter()->GetPagePath(target.url, ".js"); in StartBack()

Completed in 23 milliseconds