Searched defs:albumInfos (Results 1 – 4 of 4) sorted by relevance
74 void PhotoAlbumClone::TRACE_LOG(std::vector<PhotoAlbumDao::PhotoAlbumRowData> &albumInfos) in TRACE_LOG()95 void PhotoAlbumClone::TRACE_LOG(const std::string &tableName, vector<AlbumInfo> &albumInfos) in TRACE_LOG()
67 void TRACE_LOG(std::vector<PhotoAlbumDao::PhotoAlbumRowData> &albumInfos) in TRACE_LOG()94 … std::vector<PhotoAlbumDao::PhotoAlbumRowData> albumInfos = this->photoAlbumDao_.GetPhotoAlbums(); in Restore() local
340 vector<AlbumInfo> albumInfos = QueryAlbumInfos(tableName, offset); in RestoreAlbum() local1111 void CloneRestore::InsertAlbum(vector<AlbumInfo> &albumInfos, const string &tableName) in InsertAlbum()1137 vector<NativeRdb::ValuesBucket> CloneRestore::GetInsertValues(vector<AlbumInfo> &albumInfos, in GetInsertValues()1172 void CloneRestore::BatchQueryAlbum(vector<AlbumInfo> &albumInfos, const string &tableName) in BatchQueryAlbum()
536 … std::vector<PhotoAlbumDao::PhotoAlbumRowData> albumInfos = this->photoAlbumDao_.GetPhotoAlbums(); in RestoreAlbum() local