Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp1268 int32_t wantCount = data.ReadInt32(); in HandleBatchQueryAbilityInfos() local
1269 if (wantCount <= 0 || wantCount > MAX_BATCH_QUERY_ABILITY_SIZE) { in HandleBatchQueryAbilityInfos()
1274 for (int i = 0; i < wantCount; i++) { in HandleBatchQueryAbilityInfos()