Home
last modified time | relevance | path

Searched refs:GetVersionCode (Results 1 – 25 of 34) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/
Dfa_app_info.h39 uint32_t GetVersionCode() const;
Dfa_app_info.cpp67 uint32_t FaAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::FaAppInfo
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/
Dmanifest_appinfo.h37 uint32_t GetVersionCode() const;
Dmanifest_appinfo.cpp82 uint32_t ManifestAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::Framework::ManifestAppInfo
Dmanifest_parser.cpp79 LOGD(" VersionCode:%{public}d", manifestAppInfo_->GetVersionCode()); in Printer()
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
Dstage_app_info.h46 uint32_t GetVersionCode() const;
Dstage_app_info.cpp101 uint32_t StageAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::StageAppInfo
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
Dbundle_overlay_install_checker.cpp181 if (isNonOverlayHapExisted && (info.GetVersionCode() != oldInfo.GetVersionCode())) { in CheckVersionCode()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
Dpre_install_bundle_info.h62 uint32_t GetVersionCode() const in GetVersionCode() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
Daot_handler.cpp133 AOTInternal(aotArgs, info.GetVersionCode()); in HandleInstallWithSingleHap()
205 AOTInternal(aotArgs, info.GetVersionCode()); in HandleIdleWithSingleHap()
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/
Dformprovidermgr_fuzzer.cpp53 formItemInfo.GetVersionCode(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/include/
Dform_item_info.h247 uint32_t GetVersionCode() const;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbase_bundle_installer.cpp632 preInstallBundleInfo.SetVersionCode(newInfos.begin()->second.GetVersionCode()); in InnerProcessBundleInstall()
956 ProcessOldNativeLibraryPath(newInfos, oldInfo.GetVersionCode(), oldInfo.GetNativeLibraryPath()); in ProcessBundleInstall()
1116 versionCode_ = oldInfo.GetVersionCode(); in ProcessBundleUninstall()
1242 versionCode_ = oldInfo.GetVersionCode(); in ProcessBundleUninstall()
1403 versionCode_ = oldInfo.GetVersionCode(); in InnerProcessInstallByPreInstallInfo()
1652 if (!otaInstall_ && (oldInfo.GetVersionCode() == newInfo.GetVersionCode())) { in ProcessNewModuleInstall()
1750 if (!otaInstall_ && (versionCode_ == oldInfo.GetVersionCode())) { in ProcessModuleUpdate()
2842 versionCode_ = (infos.begin()->second).GetVersionCode(); in CheckAppLabelInfo()
2938 if (isContainEntry_ && versionCode_ < oldInfo.GetVersionCode()) { in CheckVersionCompatibilityForApplication()
2942 if (!isContainEntry_ && versionCode_ > oldInfo.GetVersionCode()) { in CheckVersionCompatibilityForApplication()
[all …]
Dbundle_install_checker.cpp507 info.second.GetVersionCode()); in CheckDependency()
589 if (bundleInfo.GetVersionCode() != versionCode) { in FindModuleInInstalledPackage()
591 bundleInfo.GetVersionCode()); in FindModuleInInstalledPackage()
823 uint32_t versionCode = (infos.begin()->second).GetVersionCode(); in CheckAppLabelInfo()
846 if (versionCode != info.second.GetVersionCode()) { in CheckAppLabelInfo()
Dbundle_mgr_service_event_handler.cpp1040 auto hapVersionCode = infos.begin()->second.GetVersionCode(); in InnerProcessRebootBundleInstall()
1198 auto versionCode = infos.begin()->second.GetVersionCode(); in InnerProcessRebootSharedBundleInstall()
1217 if (oldBundleInfo.GetVersionCode() > versionCode) { in InnerProcessRebootSharedBundleInstall()
1221 if (oldBundleInfo.GetVersionCode() == versionCode) { in InnerProcessRebootSharedBundleInstall()
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/manifest/
Dmanifest_parser_test.cpp195 EXPECT_EQ(manifestParser.GetAppInfo()->GetVersionCode(), MANIFEST_VERSION_CODE);
/foundation/ability/form_fwk/services/src/
Dform_item_info.cpp406 uint32_t FormItemInfo::GetVersionCode() const in GetVersionCode() function in OHOS::AppExecFwk::FormItemInfo
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
Djsi_app_module.cpp43 auto versionCode = delegate->GetVersionCode(); in AppGetInfo()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
Dfrontend_delegate.h122 virtual int32_t GetVersionCode() const = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/
Dmock_plugin_frontend_delegate.cpp224 int32_t PluginFrontendDelegate::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::Framework::PluginFrontendDelegate
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_aot_test/
Dbms_data_aot_test.cpp370 EXPECT_NE(item->second.GetVersionCode(), versionCode);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
Dfrontend_delegate_declarative_ng.cpp506 int32_t FrontendDelegateDeclarativeNG::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG
508 return manifestParser_->GetAppInfo()->GetVersionCode(); in GetVersionCode()
Dfrontend_delegate_declarative_ng.h127 int32_t GetVersionCode() const override;
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
Dplugin_frontend_delegate.h142 int32_t GetVersionCode() const override;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
Dinner_shared_bundle_installer.cpp266 uint32_t versionCode = newInfo.GetVersionCode(); in ExtractSharedBundles()

12