Home
last modified time | relevance | path

Searched refs:GetTargetPriority (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp132 int32_t priority = innerBundleInfo.GetTargetPriority(); in CheckExternalBundle()
H A Dbundle_overlay_data_manager.cpp130 overlayBundleInfo.priority = newInfo.GetTargetPriority(); in UpdateExternalOverlayInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp919 int32_t targetPriority = (infos.begin()->second).GetTargetPriority(); in CheckAppLabelInfo()
979 if (targetPriority != info.second.GetTargetPriority()) { in CheckAppLabelInfo()
H A Dbase_bundle_installer.cpp4386 if (oldInfo.GetTargetPriority() != newInfo.GetTargetPriority()) { in CheckAppLabel()
H A Dbundle_data_mgr.cpp7840 overlayBundleInfo.priority = info.second.GetTargetPriority(); in BuildExternalOverlayConnection()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1753 int32_t GetTargetPriority() const in GetTargetPriority() function