Home
last modified time | relevance | path

Searched refs:MAX_JSON_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h40 constexpr uint32_t MAX_JSON_SIZE = 40 * 1024 * 1024; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp47 const int32_t MAX_JSON_SIZE = 1024 * 64; variable
49 const uint32_t MAX_JSON_SIZE = 1024 * 64; variable
398 if (size > MAX_JSON_SIZE) { in GetJsonStream()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Ddh_utils_tool.cpp314 if (inputJsonStr.empty() || inputJsonStr.length() > MAX_JSON_SIZE) { in IsJsonLengthValid()