Home
last modified time | relevance | path

Searched refs:maxUploadCount_ (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.h500 std::atomic<int32_t> maxUploadCount_; variable
H A Dsqlite_single_ver_relational_storage_executor.cpp84 maxUploadCount_(0), maxUploadSize_(0) in SQLiteSingleVerRelationalStorageExecutor()
1666 … (CloudStorageUtils::IsGetCloudDataContinue(stepNum, totalSize, maxUploadSize_, maxUploadCount_)) { in GetCloudDataForSync()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1178 maxUploadCount_ = maxUploadCount; in SetUploadConfig()