Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_constant.h45 static constexpr int MAX_COMMIT_SIZE = 1000000; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparcel.cpp348 if (size > DBConstant::MAX_COMMIT_SIZE) { in ReadMultiVerCommits()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_data_sync.cpp543 if (commitsSize > DBConstant::MAX_COMMIT_SIZE) { in GetValidCommit()