/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_notify.cpp | 119 …((type == NotifyType::NOTIFY_ALBUM_ADD_ASSET) || (type == NotifyType::NOTIFY_ALBUM_REMOVE_ASSET)) { in SolveAlbumUri() 235 hiddenAlbumsNotifyType = NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in HandleAlbumNotify() 236 } else if (taskData->notifyType_ == NotifyType::NOTIFY_ALBUM_REMOVE_ASSET) { in HandleAlbumNotify() 252 (taskData->notifyType_ == NotifyType::NOTIFY_ALBUM_REMOVE_ASSET)) { in AddNfListMap()
|
H A D | medialibrary_asset_operations.cpp | 1512 watch->Notify(notifyData->notifyUri, NotifyType::NOTIFY_ALBUM_REMOVE_ASSET); in UpdateAlbumsAndSendNotifyInTrash() 1523 NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in UpdateAlbumsAndSendNotifyInTrash() 1603 …e type = (isFavorite) ? NotifyType::NOTIFY_ALBUM_ADD_ASSET : NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in SendFavoriteNotify() 2170 …watch->Notify(MediaFileUtils::Encode(notifyUri), NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, trashAlbum… in DeleteFiles()
|
H A D | photo_map_operations.cpp | 326 …ch->Notify(MediaFileUtils::Encode(uriWhereArgs[i]), NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, albumId… in RemovePhotoAssets()
|
H A D | medialibrary_photo_operations.cpp | 770 watch->Notify(notifyUris[0], NotifyType::NOTIFY_ALBUM_REMOVE_ASSET); in TrashPhotosSendNotify() 1070 albumNotifyType = NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in SendHideNotify() 1075 hiddenAlbumNotifyType = NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in SendHideNotify() 1162 … type = favoriteState ? NotifyType::NOTIFY_ALBUM_ADD_ASSET : NotifyType::NOTIFY_ALBUM_REMOVE_ASSET; in BatchSetFavorite() 1332 NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, oriAlbumId); in UpdateSystemRows() 1374 watch->Notify(assetUri, NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, oriAlbumId); in BatchSetOwnerAlbumId() 3415 NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, originalAlbumId); in UpdateOwnerAlbumId()
|
H A D | medialibrary_album_operations.cpp | 1364 …watch->Notify(MediaFileUtils::Encode(whereArgs[i]), NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, trashAl… in RecoverPhotoAssets()
|
H A D | medialibrary_rdb_utils.cpp | 189 return NOTIFY_ALBUM_REMOVE_ASSET; in GetTypeFromCountVariation()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | userfile_manager_types.h | 200 NOTIFY_ALBUM_REMOVE_ASSET, enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 159 …os.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.fi…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 159 …eManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.fi…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 275 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file.photoAccessHelper.d.ts| 379 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.filemanagement.userFileManager.d.ts|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 183 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file.photoAccessHelper.d.ts|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 4508 | NOTIFY_ALBUM_REMOVE_ASSET | 4 | 在相册中删除的文件集的通知类型。 |
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-photoAccessHelper.md | 5119 | NOTIFY_ALBUM_REMOVE_ASSET | 4 | 在相册中删除的文件集的通知类型。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-file-management.md | 275 |Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file… 379 |Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 183 |Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ALBUM_REMOVE_ASSET|@ohos.file…
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 4508 | NOTIFY_ALBUM_REMOVE_ASSET | 4 | A file asset is removed from the album.|
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_library_napi.cpp | 2632 SetValueInt32(env, "type", (int)NotifyType::NOTIFY_ALBUM_REMOVE_ASSET, result); in SolveOnChange()
|
/ohos5.0/docs/en/application-dev/reference/apis-media-library-kit/ |
H A D | js-apis-photoAccessHelper.md | 5120 | NOTIFY_ALBUM_REMOVE_ASSET | 4 | A file asset is removed from the album.|
|