Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/common/include/
H A Dstorage_service_constant.h30 const int MAX_APP_INDEX = 5; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h124 constexpr int16_t MAX_APP_INDEX = 100; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/storage/src/
H A Dstorage_status_service.cpp281 if (appIndex < 0 || appIndex > StorageService::MAX_APP_INDEX) { in GetBundleStats()