Home
last modified time | relevance | path

Searched refs:GetAppID (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
H A Dmanifest_appinfo.h33 const std::string& GetAppID() const;
H A Dmanifest_appinfo.cpp57 const std::string& ManifestAppInfo::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::ManifestAppInfo
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp584 delegate_->OnApplicationDestroy(delegate_->GetAppID()); in UpdateState()
585 delegate_->OnApplicationUpdateState(delegate_->GetAppID(), Frontend::State::ON_DESTROY); in UpdateState()
588 delegate_->OnApplicationUpdateState(delegate_->GetAppID(), Frontend::State::ON_SHOW); in UpdateState()
591 delegate_->OnApplicationUpdateState(delegate_->GetAppID(), Frontend::State::ON_HIDE); in UpdateState()
H A Dfrontend_delegate.h161 virtual const std::string& GetAppID() const = 0;
H A Dfrontend_delegate_impl.h248 const std::string& GetAppID() const override;
H A Dfrontend_delegate_impl.cpp885 const std::string& FrontendDelegateImpl::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::FrontendDelegateImpl
887 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp288 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState()
292 jsEngine_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState()
H A Dfrontend_delegate_declarative_ng.h132 const std::string& GetAppID() const override;
H A Dfrontend_delegate_declarative_ng.cpp523 const std::string& FrontendDelegateDeclarativeNG::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
525 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_app_module.cpp38 auto appId = delegate->GetAppID(); in AppGetInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp207 const std::string& PluginFrontendDelegate::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::PluginFrontendDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend.cpp499 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState()
502 delegate_->OnApplicationDestroy(delegate_->GetAppID()); in UpdateState()
H A Dplugin_frontend_delegate.h139 const std::string& GetAppID() const override;
H A Dplugin_frontend_delegate.cpp895 const std::string& PluginFrontendDelegate::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::PluginFrontendDelegate
897 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp918 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in Initialize()
922 jsEngine_->UpdateApplicationState(delegate_->GetAppID(), state); in Initialize()
H A Dfrontend_delegate_declarative.h185 const std::string& GetAppID() const override;
H A Dfrontend_delegate_declarative.cpp1529 const std::string& FrontendDelegateDeclarative::GetAppID() const in GetAppID() function in OHOS::Ace::Framework::FrontendDelegateDeclarative
1531 return manifestParser_->GetAppInfo()->GetAppID(); in GetAppID()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp540 shared_ptr<JsValue> appID = runtime->NewString(delegate->GetAppID()); in GetAppInfo()
3264 renderOption->Put("packageName", delegate->GetAppID().c_str()); in GetLoadOptions()