Searched refs:batchFileIdNeedDownload (Results 1 – 2 of 2) sorted by relevance
161 data.batchFileIdNeedDownload.clear(); in ClearData()206 if (static_cast<int32_t>(dataForDownload_.batchFileIdNeedDownload.size()) > 0) { in QueryDownloadFilesNeeded()207 predicates.NotIn(PhotoColumn::MEDIA_ID, dataForDownload_.batchFileIdNeedDownload); in QueryDownloadFilesNeeded()281 data.batchFileIdNeedDownload.push_back(fileId); in ReadyDataForBatchDownload()
57 std::vector<std::string> batchFileIdNeedDownload; member