Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h49 int saSize; member
71 saStore->saSize = 0; in SASTORA_Init()
H A Dsa_store.c69 if (saStore->saSize >= MAX_SA_NUM) { in SASTORA_Save()
107 saStore->saSize++; in SASTORA_Save()
279 saStore->saSize--; in FreeTreeNode()
/ohos5.0/foundation/systemabilitymgr/samgr/
H A DREADME_zh.md40 auto saSize = abilityMap_.size();
41 if (saSize >= MAX_SERVICES) {
42 HILOGE("map size error, (Has been greater than %zu)", saSize);
H A DREADME.md40 auto saSize = abilityMap_.size();
41 if (saSize >= MAX_SERVICES) {
42 HILOGE("map size error, (Has been greater than %zu)", saSize);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1092 auto saSize = abilityMap_.size(); in AddSystemAbility() local
1093 if (saSize >= MAX_SERVICES) { in AddSystemAbility()
1094 HILOGE("map size error, (Has been greater than %zu)", saSize); in AddSystemAbility()