Home
last modified time | relevance | path

Searched refs:FillCloudAssetForUpload (Results 1 – 2 of 2) 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.cpp191 int SQLiteSingleVerRelationalStorageExecutor::FillCloudAssetForUpload(OpType opType, const TableSch… in FillCloudAssetForUpload() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1344 errCode = FillCloudAssetForUpload(opType, tableSchema, data.insData); in FillHandleWithOpType()
1349 errCode = FillCloudAssetForUpload(opType, tableSchema, data.updData); in FillHandleWithOpType()
1359 errCode = FillCloudAssetForUpload(opType, tableSchema, data.insData); in FillHandleWithOpType()
1370 errCode = FillCloudAssetForUpload(opType, tableSchema, data.updData); in FillHandleWithOpType()
H A Dsqlite_single_ver_relational_storage_executor.h142 …int FillCloudAssetForUpload(OpType opType, const TableSchema &tableSchema, const CloudSyncBatch &d…