Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h501 std::atomic<int32_t> maxUploadSize_; variable
H A Dsqlite_single_ver_relational_storage_executor.cpp84 maxUploadCount_(0), maxUploadSize_(0) in SQLiteSingleVerRelationalStorageExecutor()
1666 …if (CloudStorageUtils::IsGetCloudDataContinue(stepNum, totalSize, maxUploadSize_, maxUploadCount_)… in GetCloudDataForSync()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1179 maxUploadSize_ = maxUploadSize; in SetUploadConfig()