Home
last modified time | relevance | path

Searched refs:OVERLAY_MINIMUM_PRIORITY (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h142 constexpr int32_t OVERLAY_MINIMUM_PRIORITY = 1; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/overlay/
H A Dbundle_overlay_install_checker.cpp198 if ((priority < ServiceConstants::OVERLAY_MINIMUM_PRIORITY) || (priority > OVERLAY_MAXIMUM_PRIORITY)) { in CheckTargetPriority()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp649 innerModuleInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY - 1; in HWTEST_F()
671 innerModuleInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY + 1; in HWTEST_F()
700 applicationInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY - 1; in HWTEST_F()
732 applicationInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY + 1; in HWTEST_F()
735 innerModuleInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY + 1; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2283 innerModuleInfo.targetPriority = ServiceConstants::OVERLAY_MINIMUM_PRIORITY; in ToInnerModuleInfo()
2496 innerBundleInfo.SetTargetPriority(ServiceConstants::OVERLAY_MINIMUM_PRIORITY); in ToInnerBundleInfo()

Completed in 10 milliseconds