Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2687 auto isTargetBundleExisted = appJson.contains(Profile::APP_TARGET_BUNDLE_NAME); in ObtainOverlayType() local
2691 if (!isTargetBundleExisted && !isAppPriorityExisted && !isTargetModuleNameExisted && in ObtainOverlayType()
2700 if (!isTargetBundleExisted && isAppPriorityExisted) { in ObtainOverlayType()
2707 overlayMsg.type = isTargetBundleExisted ? OVERLAY_EXTERNAL_BUNDLE : OVERLAY_INTERNAL_BUNDLE; in ObtainOverlayType()