Home
last modified time | relevance | path

Searched defs:hiddenOnly (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_notify.h38 …ata(const std::string &uri, const NotifyType &notifyType, const int albumId, const bool hiddenOnly) in NotifyTaskData()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp852 const int32_t albumId, DataSharePredicates &predicates, const bool hiddenOnly) in GetUserAlbumPredicates()
978 static int32_t GetFavoritePredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetFavoritePredicates()
988 static int32_t GetVideoPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetVideoPredicates()
1015 static int32_t GetScreenshotPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetScreenshotPredicates()
1024 static int32_t GetCameraPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetCameraPredicates()
1033 static int32_t GetAllImagesPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetAllImagesPredicates()
1042 static int32_t GetCloudEnhancementPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetCloudEnhancementPredicates()
1054 const bool hiddenOnly) in GetSourceAlbumPredicates()
1063 DataSharePredicates &predicates, const bool hiddenOnly) in GetSystemAlbumPredicates()
H A Dsendable_photo_album_napi.cpp393 DataSharePredicates &predicates, const bool hiddenOnly) in GetPredicatesByAlbumTypes()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H A Dalbum_count_cover_test.cpp247 unique_ptr<PhotoAlbum> QueryAlbumInfo(const RdbPredicates &predicates, const bool hiddenOnly) in QueryAlbumInfo()
286 unique_ptr<PhotoAlbum> QuerySystemAlbumInfo(const int32_t subtype, const bool hiddenOnly) in QuerySystemAlbumInfo()
293 unique_ptr<PhotoAlbum> QueryUserAlbumInfo(const int32_t albumId, const bool hiddenOnly) in QueryUserAlbumInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp928 const int32_t albumId, DataSharePredicates &predicates, const bool hiddenOnly) in GetUserAlbumPredicates()
1052 static int32_t GetFavoritePredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetFavoritePredicates()
1062 static int32_t GetVideoPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetVideoPredicates()
1089 static int32_t GetScreenshotPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetScreenshotPredicates()
1098 static int32_t GetCameraPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetCameraPredicates()
1107 static int32_t GetAllImagesPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetAllImagesPredicates()
1116 static int32_t GetCloudEnhancementPredicates(DataSharePredicates &predicates, const bool hiddenOnly) in GetCloudEnhancementPredicates()
1128 const bool hiddenOnly) in GetSourceAlbumPredicates()
1137 DataSharePredicates &predicates, const bool hiddenOnly) in GetSystemAlbumPredicates()
H A Dphoto_album_napi.cpp722 bool hiddenOnly = context->objectInfo->GetHiddenOnly(); in FetchNewCount() local
912 DataSharePredicates &predicates, const bool hiddenOnly) in GetPredicatesByAlbumTypes()
H A Dmedia_album_change_request_napi.cpp887 bool hiddenOnly = album->GetHiddenOnly(); in FetchNewCount() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp175 void PhotoAlbum::SetHiddenOnly(const bool hiddenOnly) in SetHiddenOnly()
H A Dfetch_result.cpp179 void FetchResult<T>::SetHiddenOnly(const bool hiddenOnly) in SetHiddenOnly()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_notify.cpp273 const bool hiddenOnly) in Notify()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/
H A Dsendable_photo_access_helper_napi.h159 bool hiddenOnly = false; member
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_library_napi.h450 bool hiddenOnly = false; member