Home
last modified time | relevance | path

Searched defs:SCHEMA_STRING_SIZE_LIMIT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_constant.cpp62 const uint32_t SchemaConstant::SCHEMA_STRING_SIZE_LIMIT = 524288; // 512K member in DistributedDB::SchemaConstant
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_constant.h76 static const uint32_t SCHEMA_STRING_SIZE_LIMIT; variable