Searched refs:lastTable (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | virtual_cloud_syncer.cpp | 48 int VirtualCloudSyncer::DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction) in DoUpload() argument 57 return CloudSyncer::DoUpload(taskId, lastTable, lockAction); in DoUpload()
|
H A D | virtual_cloud_syncer.h | 29 int DoUpload(TaskId taskId, bool lastTable, LockAction lockAction) override;
|
H A D | cloud_syncer_test.h | 139 …int CallDoUpload(TaskId taskId, bool lastTable = false, LockAction lockAction = LockAction::INSERT) 142 int ret = CloudSyncer::DoUpload(taskId, lastTable, lockAction);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer.h | 115 bool lastTable = false; member 182 virtual int DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction);
|
H A D | cloud_syncer.cpp | 1111 if (uploadParam.lastTable && lastBatch) { in NotifyInBatchUpload() 1271 int CloudSyncer::DoUpload(CloudSyncer::TaskId taskId, bool lastTable, LockAction lockAction) in DoUpload() argument 1299 UpdateProcessInfoWithoutUpload(taskId, tableName, !lastTable); in DoUpload() 1304 param.lastTable = lastTable; in DoUpload()
|