Home
last modified time | relevance | path

Searched defs:MAX_JSON_SIZE (Results 1 – 2 of 2) 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