Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/
H A Dability_service_manager.cpp32 constexpr static uint16_t STORE_LIST_CAPACITY = 10240; variable
99 if (storeList_.size() >= STORE_LIST_CAPACITY) { in AddStoreArgs()