Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/restore/
H A Dphoto_album_dao.h76 const std::string FIELD_NAME_ALBUM_TYPE = "album_type"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Dphoto_album_dao.cpp115 albumRowData.albumType = GetInt32Val(this->FIELD_NAME_ALBUM_TYPE, resultSet); in GetPhotoAlbums()
159 albumRowData.albumType = GetInt32Val(this->FIELD_NAME_ALBUM_TYPE, resultSet); in GetPhotoAlbum()