Searched refs:PhotoRelatedType (Results 1 – 4 of 4) sorted by relevance
241 enum class PhotoRelatedType { enum548 using NeedQueryMap = std::unordered_map<PhotoRelatedType, std::unordered_set<std::string>>;
109 bool NeedQueryByPhotoRelatedType(const FileInfo &fileInfo, PhotoRelatedType photoRelatedType,
1020 needQueryMap[PhotoRelatedType::PHOTO_MAP] = needQuerySet; in NeedBatchQueryPhotoForPhotoMap()1039 bool BaseRestore::NeedQueryByPhotoRelatedType(const FileInfo &fileInfo, PhotoRelatedType photoRelat… in NeedQueryByPhotoRelatedType()1044 case PhotoRelatedType::PHOTO_MAP: { in NeedQueryByPhotoRelatedType()1048 case PhotoRelatedType::PORTRAIT: { in NeedQueryByPhotoRelatedType()
976 needQueryMap[PhotoRelatedType::PORTRAIT] = needQuerySet; in NeedBatchQueryPhotoForPortrait()984 if (needQueryMap.count(PhotoRelatedType::PORTRAIT) == 0) { in InsertFaceAnalysisData()1033 auto needQuerySet = needQueryMap.at(PhotoRelatedType::PORTRAIT); in SetHashReference()