Home
last modified time | relevance | path

Searched refs:FillCloudVersionForUpload (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_extend_executor.cpp242 int SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(const OpType opType, const … in FillCloudVersionForUpload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
246 …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()
H A Dsqlite_single_ver_relational_storage_executor.h143 int FillCloudVersionForUpload(const OpType opType, const CloudSyncData &data);
469 int FillCloudVersionForUpload(const std::string &tableName, const CloudSyncBatch &batchData);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1366 int SQLiteSingleVerRelationalStorageExecutor::FillCloudVersionForUpload(const std::string &tableNam… in FillCloudVersionForUpload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor