Home
last modified time | relevance | path

Searched refs:MAX_HAP_NUMBER (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp43 constexpr uint8_t MAX_HAP_NUMBER = 128; member
195 if (hapFileList.size() > MAX_HAP_NUMBER) { in GetHapFilesFromBundlePath()
196 APP_LOGE("max hap number %{public}hhu, stop add", MAX_HAP_NUMBER); in GetHapFilesFromBundlePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h129 constexpr uint8_t MAX_HAP_NUMBER = 128; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_host.cpp158 if (size > ServiceConstants::MAX_HAP_NUMBER) { in HandleInstallMultipleHapsMessage()
H A Dbundle_util.cpp265 if (!hapFileList.empty() && (hapFileList.size() > ServiceConstants::MAX_HAP_NUMBER)) { in GetHapFilesFromBundlePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp4988 for (int i = 0; i < ServiceConstants::MAX_HAP_NUMBER + 1; i++) { in HWTEST_F()

Completed in 16 milliseconds