Home
last modified time | relevance | path

Searched refs:isAppPriorityExisted (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dmodule_profile.h28 bool isAppPriorityExisted = false; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2495 if (overlayMsg.type == OVERLAY_EXTERNAL_BUNDLE && !overlayMsg.isAppPriorityExisted) { in ToInnerBundleInfo()
2527 auto isAppPriorityExisted = appJson.contains(Profile::APP_TARGET_PRIORITY); in ObtainOverlayType() local
2530 if (!isTargetBundleExisted && !isAppPriorityExisted && !isTargetModuleNameExisted && in ObtainOverlayType()
2540 if (!isTargetBundleExisted && isAppPriorityExisted) { in ObtainOverlayType()
2548 overlayMsg.isAppPriorityExisted = isAppPriorityExisted; in ObtainOverlayType()

Completed in 4 milliseconds