Home
last modified time | relevance | path

Searched defs:hiddenState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album_column.cpp201 …s::GetUserAlbumPredicates(const int32_t albumId, RdbPredicates &predicates, const bool hiddenState) in GetUserAlbumPredicates()
210 const bool hiddenState) in GetPortraitAlbumPredicates()
229 RdbPredicates &predicates, const bool hiddenState) in GetAnalysisAlbumPredicates()
238 static void GetFavoritePredicates(RdbPredicates &predicates, const bool hiddenState) in GetFavoritePredicates()
249 static void GetVideoPredicates(RdbPredicates &predicates, const bool hiddenState) in GetVideoPredicates()
280 static void GetScreenshotPredicates(RdbPredicates &predicates, const bool hiddenState) in GetScreenshotPredicates()
290 static void GetCameraPredicates(RdbPredicates &predicates, const bool hiddenState) in GetCameraPredicates()
300 static void GetAllImagesPredicates(RdbPredicates &predicates, const bool hiddenState) in GetAllImagesPredicates()
310 static void GetCloudEnhancementPredicates(RdbPredicates &predicates, const bool hiddenState) in GetCloudEnhancementPredicates()
323 const bool hiddenState) in GetSourceAlbumPredicates()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H A Dalbum_count_cover_test.cpp334 for (const auto hiddenState : HIDDEN_STATE) { in CheckUserAlbum() local
344 for (const auto hiddenState : HIDDEN_STATE) { in CheckSystemAlbum() local
408 int32_t HideFileAsset(const unique_ptr<FileAsset> &fileAsset, bool hiddenState) in HideFileAsset()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_rdb_utils.cpp335 const bool hiddenState, const UpdateHandler &func) in ForEachRow()
461 ValuesBucket &values, const bool hiddenState, PhotoAlbumSubType subtype) in SetCount()
503 ValuesBucket &values, const bool hiddenState) in SetCover()
522 NativeRdb::RdbPredicates &predicates, const bool hiddenState, const bool isUpdateAlbum = false) in GetAlbumPredicates()
1070 UpdateAlbumData &data, ValuesBucket &values, PhotoAlbumSubType subtype, const bool hiddenState) in SetUpdateValues()
1138 const bool hiddenState, std::shared_ptr<TransactionOperations> trans) in UpdateUserAlbumIfNeeded()
1212 …UpdateAlbumData &data, const bool hiddenState, std::shared_ptr<TransactionOperations> trans = null… in UpdateAnalysisAlbumIfNeeded()
1248 UpdateAlbumData &data, const bool hiddenState, std::shared_ptr<TransactionOperations> trans) in UpdateSourceAlbumIfNeeded()
1284 const bool hiddenState, std::shared_ptr<TransactionOperations> trans) in UpdateSysAlbumIfNeeded()
H A Dmedialibrary_photo_operations.cpp1046 int32_t hiddenState = 0; in GetHiddenState() local
1054 static void SendHideNotify(vector<string> &notifyUris, const int32_t hiddenState) in SendHideNotify()
1094 int32_t hiddenState = GetHiddenState(cmd.GetValueBucket()); in HidePhotos() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp7680 bool hiddenState = false; in ParseArgsSetHidden() local