Searched refs:MAX_STATIC_CAPABILITY_SIZE (Results 1 – 2 of 2) sorted by relevance
117 if (capabilityNum == 0 || capabilityNum > MAX_STATIC_CAPABILITY_SIZE) { in GetStaticCapability()184 if (staticInfoNum == 0 || staticInfoNum > MAX_STATIC_CAPABILITY_SIZE) { in GetLatestStaticInfoJson()209 if (staticInfoNum == 0 || staticInfoNum > MAX_STATIC_CAPABILITY_SIZE) { in GetStaticInfoJsonByVersion()
133 constexpr int32_t MAX_STATIC_CAPABILITY_SIZE = 100; variable