Searched refs:IsUploadFinish (Results 1 – 4 of 4) sorted by relevance
33 bool IsUploadFinish(int userIndex, const std::string &table) const;
36 bool ProcessRecorder::IsUploadFinish(int userIndex, const std::string &table) const in IsUploadFinish() function in DistributedDB::ProcessRecorder
1140 return currentContext_.processRecorder->IsUploadFinish(currentContext_.currentUserIndex, table); in IsTableFinishInUpload()
147 EXPECT_TRUE(recorder->IsUploadFinish(0, cloudSyncer.GetCurrentContextTableName())); in CheckUploadFinish()