Searched refs:SetUploadConfig (Results 1 – 3 of 3) sorted by relevance
207 void SetUploadConfig(int32_t maxUploadCount, int32_t maxUploadSize);
1176 void SQLiteSingleVerRelationalStorageExecutor::SetUploadConfig(int32_t maxUploadCount, int32_t maxU… in SetUploadConfig() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1139 transactionHandle_->SetUploadConfig(config.maxUploadCount, config.maxUploadSize); in GetCloudDataNext()