Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_constant.h88 static constexpr int32_t MAX_UPLOAD_SIZE = 128 * 1024 * 1024; // 128M variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp782 config.maxUploadSize > CloudDbConstant::MAX_UPLOAD_SIZE) { in CheckCloudSyncConfigValid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp1184 config.maxUploadSize = CloudDbConstant::MAX_UPLOAD_SIZE; in GetCloudVersionRecord()