Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/common/src/
H A Dparse_util.cpp69 constexpr int32_t MAX_JSON_OBJECT_SIZE = 50 * 1024; variable
650 if (readSize < MAX_JSON_OBJECT_SIZE) { in ParseJsonObj()