Searched refs:excludedFiles (Results 1 – 2 of 2) sorted by relevance
96 std::unordered_set<std::string> &excludedFiles);100 const std::unordered_set<std::string> &excludedFiles);102 const std::unordered_set<std::string> &excludedFiles);
999 std::unordered_set<std::string> excludedFiles; in InsertFaceAnalysisData() local1005 …td::vector<FaceInfo> faceInfos = QueryFaceInfos(hashSelection, fileInfoMap, offset, excludedFiles); in InsertFaceAnalysisData()1007 faceRowNum += InsertFaceAnalysisDataByTable(faceInfos, false, excludedFiles); in InsertFaceAnalysisData()1013 mapRowNum += InsertFaceAnalysisDataByTable(faceInfos, true, excludedFiles); in InsertFaceAnalysisData()1055 std::unordered_set<std::string> &excludedFiles) in QueryFaceInfos() argument1075 excludedFiles.insert(faceInfo.hash); in QueryFaceInfos()1080 excludedFiles.insert(faceInfo.hash); in QueryFaceInfos()1119 const std::unordered_set<std::string> &excludedFiles) in InsertFaceAnalysisDataByTable() argument1121 std::vector<NativeRdb::ValuesBucket> values = GetInsertValues(faceInfos, isMap, excludedFiles); in InsertFaceAnalysisDataByTable()1132 const std::unordered_set<std::string> &excludedFiles) in GetInsertValues() argument[all …]