Home
last modified time | relevance | path

Searched refs:manifestParser_ (Results 1 - 21 of 21) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dcard_frontend.cpp36 manifestParser_ = AceType::MakeRefPtr<Framework::ManifestParser>(); in Initialize()
74 manifestParser_->Parse(jsonContent); in ParseManifest()
84 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_JSON); in RunPage()
87 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_JSON); in RunPage()
131 if (!manifestParser_) { in GetWindowConfig()
136 return manifestParser_->GetWindowConfig(); in GetWindowConfig()
206 auto minSdk = frontend->manifestParser_->GetMinPlatformVersion(); in OnPageLoaded()
H A Dcard_frontend_declarative.cpp38 manifestParser_ = AceType::MakeRefPtr<Framework::ManifestParser>(); in Initialize()
87 urlPath = manifestParser_->GetRouter()->GetPagePath(url, FILE_TYPE_BIN); in RunPage()
90 urlPath = manifestParser_->GetRouter()->GetEntry(FILE_TYPE_BIN); in RunPage()
129 auto minSdk = frontend->manifestParser_->GetMinPlatformVersion(); in OnPageLoaded()
H A Dcard_frontend.h209 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::CardFrontend
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_ng.cpp24 pageRouterManager_->SetManifestParser(manifestParser_); in InternalInitialize()
H A Dcj_page_router_abstract.h75 manifestParser_ = manifestParser; in SetManifestParser()
124 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::CJPageRouterAbstract
H A Dcj_frontend_abstract.h69 WindowConfig& GetWindowConfig() override { return manifestParser_->GetWindowConfig(); }
133 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::CJFrontendAbstract
H A Dcj_frontend_abstract.cpp81 manifestParser_ = AceType::MakeRefPtr<Framework::ManifestParser>(); in Initialize()
H A Dcj_frontend.cpp26 pageRouterManager_->SetManifestParser(manifestParser_); in InternalInitialize()
/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()
569 if (manifestParser_) { in StartRestore()
570 if (manifestParser_->GetRouter()->GetPagePath(info.url).empty()) { in StartRestore()
571 manifestParser_->SetPagePath(info.url); in StartRestore()
1162 if (!manifestParser_) { in StartPush()
[all...]
H A Dfrontend_delegate_declarative_ng.cpp54 : taskExecutor_(taskExecutor), manifestParser_(AceType::MakeRefPtr<Framework::ManifestParser>()), in FrontendDelegateDeclarativeNG()
164 manifestParser_->Parse(jsonContent); in RunPage()
165 manifestParser_->Printer(); in RunPage()
167 manifestParser_->Parse(jsonContent); in RunPage()
169 manifestParser_->Parse(jsonContent); in RunPage()
173 mainPagePath = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
175 mainPagePath = manifestParser_->GetRouter()->GetEntry(); in RunPage()
178 [manifestParser = manifestParser_, delegate = Claim(this), in RunPage()
512 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
517 return manifestParser_ in GetAppName()
[all...]
H A Dfrontend_delegate_declarative_ng.h198 return manifestParser_->GetMinPlatformVersion();
271 return manifestParser_->GetWindowConfig(); in GetWindowConfig()
276 return manifestParser_; in GetManifestParser()
311 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
H A Dpage_router_manager.h84 manifestParser_ = manifestParser; in SetManifestParser()
302 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::NG::PageRouterManager
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp80 manifestParser_(AceType::MakeRefPtr<ManifestParser>()), in FrontendDelegateImpl()
103 delegate->manifestParser_->Parse(jsonContent); in ParseManifest()
106 delegate->manifestParser_->GetAppInfo()->ParseI18nJsonInfo(); in ParseManifest()
150 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()
887 return manifestParser_ in GetAppID()
[all...]
H A Dfrontend_delegate_impl.h448 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::Framework::FrontendDelegateImpl
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp96 manifestParser_(AceType::MakeRefPtr<ManifestParser>()), in PluginFrontendDelegate()
110 return manifestParser_->GetMinPlatformVersion(); in GetMinPlatformVersion()
118 manifestParser_->Parse(jsonContent); in RunPage()
119 manifestParser_->Printer(); in RunPage()
126 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()
881 return manifestParser_ in GetAppID()
[all...]
H A Dplugin_frontend_delegate.h145 return manifestParser_->GetWindowConfig(); in GetWindowConfig()
335 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.h191 return manifestParser_->GetWindowConfig(); in GetWindowConfig()
320 if (manifestParser_) { in SetPagePath()
321 manifestParser_->SetPagePath(pagePath); in SetPagePath()
368 return manifestParser_; in GetManifestParser()
491 RefPtr<Framework::ManifestParser> manifestParser_; member in OHOS::Ace::Framework::FrontendDelegateDeclarative
H A Dfrontend_delegate_declarative.cpp121 onRestoreDataCallBack_(onRestoreDataCallBack), manifestParser_(AceType::MakeRefPtr<ManifestParser>()), in FrontendDelegateDeclarative()
134 return manifestParser_->GetMinPlatformVersion(); in GetMinPlatformVersion()
143 manifestParser_->Parse(jsonContent); in RunPage()
144 manifestParser_->Printer(); in RunPage()
146 manifestParser_->Parse(jsonContent); in RunPage()
148 manifestParser_->Parse(jsonContent); in RunPage()
158 delegate->manifestParser_->GetAppInfo()->ParseI18nJsonInfo(); in RunPage()
165 pageRouterManager_->SetManifestParser(manifestParser_); in RunPage()
180 mainPagePath_ = manifestParser_->GetRouter()->GetPagePath(url); in RunPage()
182 mainPagePath_ = manifestParser_ in RunPage()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
H A Dpa_backend.h107 RefPtr<Framework::ManifestParser> manifestParser_ = nullptr; member in OHOS::Ace::PaBackend
H A Dpa_backend.cpp299 if (manifestParser_ != nullptr) { in ParseManifest()
300 manifestParser_->Parse(jsonContent); in ParseManifest()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp47 onRestoreDataCallBack_(onRestoreDataCallBack), manifestParser_(AceType::MakeRefPtr<ManifestParser>()), in PluginFrontendDelegate()

Completed in 32 milliseconds