Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp211 size_t entitiesCount = entities_.size(); in operator ==() local
213 if (entitiesCount != otherEntitiesCount) { in operator ==()
216 for (size_t i = 0; i < entitiesCount; i++) { in operator ==()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp478 int entitiesCount = cJSON_GetArraySize(entities); in ParseOneSkill() local
480 if (entitiesCount > MAX_SKILL_ITEM || actionsCount > MAX_SKILL_ITEM) { in ParseOneSkill()