Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H A Dinstalld_host.cpp31 constexpr int32_t MAX_BATCH_QUERY_BUNDLE_SIZE = 1000; variable
859 if (extensionBundleDirSize <= 0 || extensionBundleDirSize > MAX_BATCH_QUERY_BUNDLE_SIZE) { in HandleRemoveExtensionDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp44 constexpr int16_t MAX_BATCH_QUERY_BUNDLE_SIZE = 1000; variable
856 if (bundleNameCount <= 0 || bundleNameCount > MAX_BATCH_QUERY_BUNDLE_SIZE) { in HandleBatchGetBundleInfo()