Searched refs:MAX_JSON_ARRAY_LENGTH (Results 1 – 7 of 7) sorted by relevance
42 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 5120; variable
97 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 512; variable
51 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
52 if (arrays.size() > AppExecFwk::Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
52 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
122 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in ParseExtensionAbilityInfos()
1886 if (preloadObj.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in ParserAtomicModuleConfig()