Home
last modified time | relevance | path

Searched defs:QUERY_SQL (Results 1 – 8 of 8) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/highlight/
Dhighlight_restore.cpp79 const std::string QUERY_SQL = "SELECT story_id, date, name, min_datetaken, max_datetaken, " in GetAlbumInfos() local
126 …const std::string QUERY_SQL = "SELECT highlight.id, highlight.album_id, highlight.ai_album_id FROM… in HasSameHighlightAlbum() local
232 const std::string QUERY_SQL = in UpdateAlbumIds() local
347 const std::string QUERY_SQL = "SELECT album_id, id FROM tab_highlight_album LIMIT ?, ?"; in UpdateHighlightIds() local
512 const std::string QUERY_SQL = "SELECT tracks FROM t_video_semantic_analysis " in GetEffectVideoTrack() local
Dclone_restore_cv_analysis.cpp133 const std::string QUERY_SQL = "SELECT * FROM tab_analysis_asset_sd_map LIMIT ?, ?"; in GetAssetMapInfos() local
175 const std::string QUERY_SQL = "SELECT * FROM tab_analysis_album_asset_map LIMIT ?, ?"; in GetAssetAlbumInfos() local
266 …const std::string QUERY_SQL = "SELECT * FROM tab_analysis_label LIMIT " + std::to_string(offset) +… in GetAnalysisLabelInfos() local
367 …const std::string QUERY_SQL = "SELECT * FROM tab_analysis_saliency_detect LIMIT " + std::to_string… in GetAnalysisSaliencyInfos() local
444 …const std::string QUERY_SQL = "SELECT * FROM tab_analysis_recommendation LIMIT " + std::to_string(… in GetAnalysisRecommendationInfos() local
717 …const std::string QUERY_SQL = "SELECT album_id, play_info_id, play_info FROM tab_highlight_play_in… in UpdateHighlightPlayInfos() local
Dclone_restore_highlight.cpp277 const std::string QUERY_SQL = "SELECT MAX(" + idName + ") " + idName + " FROM " + tableName; in GetMaxAlbumId() local
306 … const std::string QUERY_SQL = "SELECT * FROM AnalysisAlbum WHERE album_subtype IN (4104, 4105) " in GetAnalysisAlbumInfos() local
447 …const std::string QUERY_SQL = "SELECT " + queryParam + " FROM AnalysisPhotoMap WHERE map_album = "… in UpdateMapInsertValuesByAlbumId() local
525 const std::string QUERY_SQL = "SELECT * FROM tab_highlight_album LIMIT " in GetHighlightAlbumInfos() local
783 …const std::string QUERY_SQL = "SELECT * FROM tab_highlight_cover_info LIMIT " + std::to_string(off… in GetHighlightCoverInfos() local
937 …const std::string QUERY_SQL = "SELECT * FROM tab_highlight_play_info LIMIT " + std::to_string(offs… in GetHighlightPlayInfos() local
1099 …const std::string QUERY_SQL = "SELECT t.id FROM tab_highlight_album AS t INNER JOIN AnalysisAlbum … in GetHighlightDuplicateIds() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/restore/
Dtab_old_photos_restore_test.cpp168 const std::string QUERY_SQL = "SELECT count(1) FROM tab_old_photos"; in QueryTabOldPhotosCount() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/geo_knowledge/
Dgeo_knowledge_restore.cpp80 …const std::string QUERY_SQL = "SELECT " + LATITUDE + ", " + LONGITUDE + ", " + LOCATION_KEY + ", "… in GetGeoKnowledgeInfos() local
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
Dupgrade_restore.cpp321 const std::string QUERY_SQL = "SELECT COUNT(1) AS count FROM t_story_album t1 " in GetHighlightCloudMediaCnt() local
Dclone_restore.cpp468 const std::string QUERY_SQL = "SELECT COUNT(1) AS count FROM AnalysisAlbum AS a " in GetHighlightCloudMediaCnt() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
Ddistributeddb_data_generator.h323 const static std::string QUERY_SQL = "select count(*) from version_data where key = ?;"; variable