Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp832 DataShare::DataSharePredicates predicatesPortrait; in QueryPortraitAlbum() local
838 GetDisplayLevelAlbumPredicates(value, predicatesPortrait); in QueryPortraitAlbum()
844 GetIsMeAlbumPredicates(value, predicatesPortrait); in QueryPortraitAlbum()
850 GetAlbumNameNotNullPredicates(value, predicatesPortrait); in QueryPortraitAlbum()
855 if (predicatesPortrait.GetWhereClause().empty()) { in QueryPortraitAlbum()
858 auto rdbPredicates = RdbUtils::ToPredicates(predicatesPortrait, ANALYSIS_ALBUM_TABLE); in QueryPortraitAlbum()