Searched refs:FillCloudVersionForUpload (Results 1 – 3 of 3) sorted by relevance
242 int SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(const OpType opType, const … in FillCloudVersionForUpload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor246 …return SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(data.tableName, data.up… in FillCloudVersionForUpload()248 …return SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(data.tableName, data.in… in FillCloudVersionForUpload()1340 errCode = FillCloudVersionForUpload(opType, data); in FillHandleWithOpType()1365 errCode = FillCloudVersionForUpload(OpType::INSERT_VERSION, data); in FillHandleWithOpType()1376 errCode = FillCloudVersionForUpload(OpType::UPDATE_VERSION, data); in FillHandleWithOpType()
143 int FillCloudVersionForUpload(const OpType opType, const CloudSyncData &data);469 int FillCloudVersionForUpload(const std::string &tableName, const CloudSyncBatch &batchData);
1366 int SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(const std::string &tableNam… in FillCloudVersionForUpload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor