Home
last modified time | relevance | path

Searched refs:MAX_JSON_ARRAY_LENGTH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h42 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 5120; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h97 constexpr uint16_t MAX_JSON_ARRAY_LENGTH = 512; variable
H A Djson_util.h51 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h52 if (arrays.size() > AppExecFwk::Constants::MAX_JSON_ARRAY_LENGTH) { in CheckArrayType()
/ohos5.0/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()
/ohos5.0/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp122 if (arrays.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in ParseExtensionAbilityInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp1886 if (preloadObj.size() > Constants::MAX_JSON_ARRAY_LENGTH) { in ParserAtomicModuleConfig()