Home
last modified time | relevance | path

Searched refs:MAX_JSON_ARRAY_LENGTH (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h42 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 5120; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h89 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 512; member
H A Djson_util.h61 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h52 if (arrays.size() > AppExecFwk::Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_util.h52 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1714 if (preloadObj.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in ParserAtomicModuleConfig()

Completed in 5 milliseconds