Searched refs:hashSelection (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/ |
H A D | upgrade_restore.h | 92 std::string &hashSelection, std::unordered_map<std::string, FileInfo> &fileInfoMap); 93 int32_t QueryFaceTotalNumber(const std::string &hashSelection); 94 std::vector<FaceInfo> QueryFaceInfos(const std::string &hashSelection,
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | upgrade_restore.cpp | 992 std::string hashSelection; in InsertFaceAnalysisData() local 994 SetHashReference(fileInfos, needQueryMap, hashSelection, fileInfoMap); in InsertFaceAnalysisData() 996 int32_t totalNumber = QueryFaceTotalNumber(hashSelection); in InsertFaceAnalysisData() 1005 …std::vector<FaceInfo> faceInfos = QueryFaceInfos(hashSelection, fileInfoMap, offset, excludedFiles… in InsertFaceAnalysisData() 1031 std::string &hashSelection, std::unordered_map<std::string, FileInfo> &fileInfoMap) in SetHashReference() argument 1041 BackupDatabaseUtils::UpdateSelection(hashSelection, fileInfo.hashCode, true); in SetHashReference() 1046 int32_t UpgradeRestore::QueryFaceTotalNumber(const std::string &hashSelection) in QueryFaceTotalNumber() argument 1049 GALLERY_MERGE_FACE_HASH + " IN (" + hashSelection + ")"; in QueryFaceTotalNumber() 1053 std::vector<FaceInfo> UpgradeRestore::QueryFaceInfos(const std::string &hashSelection, in QueryFaceInfos() argument 1063 …GALLERY_MERGE_FACE_HASH + " IN (" + hashSelection + ") ORDER BY " + GALLERY_MERGE_FACE_HASH + ", "… in QueryFaceInfos()
|