Home
last modified time | relevance | path

Searched refs:GetVersionName (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
H A Dfa_app_info.h40 const std::string& GetVersionName() const;
H A Dfa_app_info.cpp72 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 Dmanifest_appinfo.h36 const std::string& GetVersionName() const;
H A Dmanifest_appinfo.cpp72 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 Dstage_app_info.h39 const std::string& GetVersionName() const;
H A Dstage_app_info.cpp66 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 Dformprovidermgr_fuzzer.cpp56 formItemInfo.GetVersionName(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h268 std::string GetVersionName() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_app_module.cpp40 auto versionName = delegate->GetVersionName(); in AppGetInfo()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_item_info.cpp433 std::string FormItemInfo::GetVersionName() const in GetVersionName() function in OHOS::AppExecFwk::FormItemInfo
H A Dform_data_mgr.cpp187 newRecord.versionName = formInfo.GetVersionName(); in CreateFormRecord()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_frontend_delegate.cpp217 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 Dfrontend_delegate.h163 virtual const std::string& GetVersionName() const = 0;
H A Dfrontend_delegate_impl.h250 const std::string& GetVersionName() const override;
H A Dfrontend_delegate_impl.cpp895 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 Dplugin_frontend_delegate.h141 const std::string& GetVersionName() const override;
H A Dplugin_frontend_delegate.cpp905 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 Dfrontend_delegate_declarative_ng.h134 const std::string& GetVersionName() const override;
H A Dfrontend_delegate_declarative_ng.cpp533 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 Dfrontend_delegate_declarative.h187 const std::string& GetVersionName() const override;
H A Dfrontend_delegate_declarative.cpp1539 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 Dinner_bundle_info.h683 std::string GetVersionName() const in GetVersionName() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp542 shared_ptr<JsValue> versionName = runtime->NewString(delegate->GetVersionName()); in GetAppInfo()