Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h89 static constexpr int32_t MIN_UPLOAD_SIZE = 1024; // 1024Bytes variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp781 if (config.maxUploadSize < CloudDbConstant::MIN_UPLOAD_SIZE || in CheckCloudSyncConfigValid()