/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_appinfo.h | 33 const std::string& GetAppID() const;
|
H A D | manifest_appinfo.cpp | 57 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 D | js_frontend.cpp | 584 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 D | frontend_delegate.h | 161 virtual const std::string& GetAppID() const = 0;
|
H A D | frontend_delegate_impl.h | 248 const std::string& GetAppID() const override;
|
H A D | frontend_delegate_impl.cpp | 885 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 D | declarative_frontend_ng.cpp | 288 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState() 292 jsEngine_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState()
|
H A D | frontend_delegate_declarative_ng.h | 132 const std::string& GetAppID() const override;
|
H A D | frontend_delegate_declarative_ng.cpp | 523 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 D | jsi_app_module.cpp | 38 auto appId = delegate->GetAppID(); in AppGetInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 207 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 D | plugin_frontend.cpp | 499 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in UpdateState() 502 delegate_->OnApplicationDestroy(delegate_->GetAppID()); in UpdateState()
|
H A D | plugin_frontend_delegate.h | 139 const std::string& GetAppID() const override;
|
H A D | plugin_frontend_delegate.cpp | 895 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 D | declarative_frontend.cpp | 918 delegate_->UpdateApplicationState(delegate_->GetAppID(), state); in Initialize() 922 jsEngine_->UpdateApplicationState(delegate_->GetAppID(), state); in Initialize()
|
H A D | frontend_delegate_declarative.h | 185 const std::string& GetAppID() const override;
|
H A D | frontend_delegate_declarative.cpp | 1529 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 D | jsi_engine.cpp | 540 shared_ptr<JsValue> appID = runtime->NewString(delegate->GetAppID()); in GetAppInfo() 3264 renderOption->Put("packageName", delegate->GetAppID().c_str()); in GetLoadOptions()
|