Home
last modified time | relevance | path

Searched refs:GetTargetVersion (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp912 uint32_t target = (infos.begin()->second).GetTargetVersion(); in CheckAppLabelInfo()
945 if (target != info.second.GetTargetVersion()) { in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp4360 if (oldInfo.GetTargetVersion()!= newInfo.GetTargetVersion()) { in CheckAppLabel()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h707 uint32_t GetTargetVersion() const in GetTargetVersion() function