Searched refs:GetBatchNo (Results 1 – 4 of 4) sorted by relevance
181 …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()
69 int32_t DataHandler::GetBatchNo() in GetBatchNo() function in OHOS::FileManagement::CloudSync::DataHandler
79 virtual int32_t GetBatchNo();
56 int32_t GetBatchNo() const in GetBatchNo() function