/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/ |
H A D | fa_app_info.h | 40 const std::string& GetVersionName() const;
|
H A D | fa_app_info.cpp | 72 const std::string& FaAppInfo::GetVersionName() const in GetVersionName() function in OHOS::Ace::FaAppInfo
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
H A D | manifest_appinfo.h | 36 const std::string& GetVersionName() const;
|
H A D | manifest_appinfo.cpp | 72 const std::string& ManifestAppInfo::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::ManifestAppInfo
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_app_info.h | 39 const std::string& GetVersionName() const;
|
H A D | stage_app_info.cpp | 66 const std::string& StageAppInfo::GetVersionName() const in GetVersionName() function in OHOS::Ace::StageAppInfo
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/ |
H A D | formprovidermgr_fuzzer.cpp | 56 formItemInfo.GetVersionName(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_item_info.h | 268 std::string GetVersionName() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_app_module.cpp | 40 auto versionName = delegate->GetVersionName(); in AppGetInfo()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_item_info.cpp | 433 std::string FormItemInfo::GetVersionName() const in GetVersionName() function in OHOS::AppExecFwk::FormItemInfo
|
H A D | form_data_mgr.cpp | 187 newRecord.versionName = formInfo.GetVersionName(); in CreateFormRecord()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/ |
H A D | mock_plugin_frontend_delegate.cpp | 217 const std::string& PluginFrontendDelegate::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::PluginFrontendDelegate
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate.h | 163 virtual const std::string& GetVersionName() const = 0;
|
H A D | frontend_delegate_impl.h | 250 const std::string& GetVersionName() const override;
|
H A D | frontend_delegate_impl.cpp | 895 const std::string& FrontendDelegateImpl::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::FrontendDelegateImpl 897 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.h | 141 const std::string& GetVersionName() const override;
|
H A D | plugin_frontend_delegate.cpp | 905 const std::string& PluginFrontendDelegate::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::PluginFrontendDelegate 907 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.h | 134 const std::string& GetVersionName() const override;
|
H A D | frontend_delegate_declarative_ng.cpp | 533 const std::string& FrontendDelegateDeclarativeNG::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 535 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.h | 187 const std::string& GetVersionName() const override;
|
H A D | frontend_delegate_declarative.cpp | 1539 const std::string& FrontendDelegateDeclarative::GetVersionName() const in GetVersionName() function in OHOS::Ace::Framework::FrontendDelegateDeclarative 1541 return manifestParser_->GetAppInfo()->GetVersionName(); in GetVersionName()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 683 std::string GetVersionName() const in GetVersionName() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 542 shared_ptr<JsValue> versionName = runtime->NewString(delegate->GetVersionName()); in GetAppInfo()
|