Home
last modified time | relevance | path

Searched refs:mapTableName (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp1018 string mapTableName = GetValueFromMap(CLONE_ALBUM_MAP, tableName); in GetAlbumExtraQueryWhereClause() local
1019 if (mapTableName.empty()) { in GetAlbumExtraQueryWhereClause()
1023 …string albumQueryWhereClause = "EXISTS (SELECT " + PhotoMap::ASSET_ID + " FROM " + mapTableName + … in GetAlbumExtraQueryWhereClause()
1202 string mapTableName = GetValueFromMap(CLONE_ALBUM_MAP, tableName); in BatchInsertMap() local
1203 if (mapTableName.empty()) { in BatchInsertMap()
1214 string baseQuerySql = mapTableName + " INNER JOIN " + tableName + " ON " + in BatchInsertMap()
1215mapTableName + "." + PhotoMap::ALBUM_ID + " = " + tableName + "." + PhotoAlbumColumns::ALBUM_ID + in BatchInsertMap()
1216 " WHERE " + mapTableName + "." + PhotoMap::ASSET_ID + " IN (" + selection + ")"; in BatchInsertMap()
1223 …vector<MapInfo> mapInfos = QueryMapInfos(mapTableName, baseQuerySql, offset, fileIdMap, albumIdMap… in BatchInsertMap()
1225 int64_t rowNum = InsertMapByTable(mapTableName, mapInfos, currentTableAlbumSet); in BatchInsertMap()