Searched refs:needQuerySet (Results 1 – 3 of 3) sorted by relevance
1006 std::unordered_set<std::string> needQuerySet; in NeedBatchQueryPhotoForPhotoMap() local1015 needQuerySet.insert(fileInfo.cloudPath); in NeedBatchQueryPhotoForPhotoMap()1017 if (needQuerySet.empty()) { in NeedBatchQueryPhotoForPhotoMap()1020 needQueryMap[PhotoRelatedType::PHOTO_MAP] = needQuerySet; in NeedBatchQueryPhotoForPhotoMap()1040 const std::unordered_set<std::string> &needQuerySet) in NeedQueryByPhotoRelatedType() argument1055 return !searchPath.empty() && needQuerySet.count(searchPath) > 0; in NeedQueryByPhotoRelatedType()
958 std::unordered_set<std::string> needQuerySet; in NeedBatchQueryPhotoForPortrait() local971 needQuerySet.insert(hash); in NeedBatchQueryPhotoForPortrait()973 if (needQuerySet.empty()) { in NeedBatchQueryPhotoForPortrait()976 needQueryMap[PhotoRelatedType::PORTRAIT] = needQuerySet; in NeedBatchQueryPhotoForPortrait()1033 auto needQuerySet = needQueryMap.at(PhotoRelatedType::PORTRAIT); in SetHashReference() local1035 if (needQuerySet.count(fileInfo.hashCode) == 0 || fileInfo.fileIdNew <= 0) { in SetHashReference()
110 const std::unordered_set<std::string> &needQuerySet);