/foundation/arkui/ace_engine/adapter/preview/external/ability/fa/ |
D | fa_app_info.h | 39 uint32_t GetVersionCode() const;
|
D | fa_app_info.cpp | 67 uint32_t FaAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::FaAppInfo
|
/foundation/arkui/ace_engine/frameworks/bridge/common/manifest/ |
D | manifest_appinfo.h | 37 uint32_t GetVersionCode() const;
|
D | manifest_appinfo.cpp | 82 uint32_t ManifestAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::Framework::ManifestAppInfo
|
D | manifest_parser.cpp | 79 LOGD(" VersionCode:%{public}d", manifestAppInfo_->GetVersionCode()); in Printer()
|
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
D | stage_app_info.h | 46 uint32_t GetVersionCode() const;
|
D | stage_app_info.cpp | 101 uint32_t StageAppInfo::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::StageAppInfo
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/ |
D | bundle_overlay_install_checker.cpp | 181 if (isNonOverlayHapExisted && (info.GetVersionCode() != oldInfo.GetVersionCode())) { in CheckVersionCode()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
D | pre_install_bundle_info.h | 62 uint32_t GetVersionCode() const in GetVersionCode() function
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/ |
D | aot_handler.cpp | 133 AOTInternal(aotArgs, info.GetVersionCode()); in HandleInstallWithSingleHap() 205 AOTInternal(aotArgs, info.GetVersionCode()); in HandleIdleWithSingleHap()
|
/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/ |
D | formprovidermgr_fuzzer.cpp | 53 formItemInfo.GetVersionCode(); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/services/include/ |
D | form_item_info.h | 247 uint32_t GetVersionCode() const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
D | base_bundle_installer.cpp | 632 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 …]
|
D | bundle_install_checker.cpp | 507 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()
|
D | bundle_mgr_service_event_handler.cpp | 1040 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/ |
D | manifest_parser_test.cpp | 195 EXPECT_EQ(manifestParser.GetAppInfo()->GetVersionCode(), MANIFEST_VERSION_CODE);
|
/foundation/ability/form_fwk/services/src/ |
D | form_item_info.cpp | 406 uint32_t FormItemInfo::GetVersionCode() const in GetVersionCode() function in OHOS::AppExecFwk::FormItemInfo
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
D | jsi_app_module.cpp | 43 auto versionCode = delegate->GetVersionCode(); in AppGetInfo()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
D | frontend_delegate.h | 122 virtual int32_t GetVersionCode() const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/plugin/mock/ |
D | mock_plugin_frontend_delegate.cpp | 224 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/ |
D | bms_data_aot_test.cpp | 370 EXPECT_NE(item->second.GetVersionCode(), versionCode);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
D | frontend_delegate_declarative_ng.cpp | 506 int32_t FrontendDelegateDeclarativeNG::GetVersionCode() const in GetVersionCode() function in OHOS::Ace::Framework::FrontendDelegateDeclarativeNG 508 return manifestParser_->GetAppInfo()->GetVersionCode(); in GetVersionCode()
|
D | frontend_delegate_declarative_ng.h | 127 int32_t GetVersionCode() const override;
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
D | plugin_frontend_delegate.h | 142 int32_t GetVersionCode() const override;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/ |
D | inner_shared_bundle_installer.cpp | 266 uint32_t versionCode = newInfo.GetVersionCode(); in ExtractSharedBundles()
|