Home
last modified time | relevance | path

Searched refs:GetBatchNo (Results 1 – 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/data_sync/
Ddata_syncer.cpp181 …shared_ptr<TaskContext> context = make_shared<DownloadTaskContext>(handler, handler->GetBatchNo()); in Pull()
347 onFetchParams.totalPullCount = context->GetBatchNo() * handler->GetRecordSize(); in HandleOnFetchRecords()
362 handler->FinishPull(context->GetBatchNo()); in HandleOnFetchRecords()
385 if (ctx->GetBatchNo() == 0) { in OnFetchRecords()
394 handler->FinishPull(ctx->GetBatchNo()); in OnFetchRecords()
398 …ptr<DownloadTaskContext> nexCtx = make_shared<DownloadTaskContext>(handler, handler->GetBatchNo()); in OnFetchRecords()
478 handler->FinishPull(ctx->GetBatchNo()); in OnFetchDatabaseChanges()
482 …ptr<DownloadTaskContext> nexCtx = make_shared<DownloadTaskContext>(handler, handler->GetBatchNo()); in OnFetchDatabaseChanges()
523 …ptr<DownloadTaskContext> nexCtx = make_shared<DownloadTaskContext>(handler, handler->GetBatchNo()); in OnFetchCheckRecords()
565 handler->FinishPull(ctx->GetBatchNo()); in PullRecordsWithId()
Ddata_handler.cpp69 int32_t DataHandler::GetBatchNo() in GetBatchNo() function in OHOS::FileManagement::CloudSync::DataHandler
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/data_sync/
Ddata_handler.h79 virtual int32_t GetBatchNo();
Dtask.h56 int32_t GetBatchNo() const in GetBatchNo() function