/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_refresh.cpp | 44 std::to_string(albumId)), NotifyType::NOTIFY_ADD); in NotifyAnalysisAlbum() 46 watch->Notify(PhotoAlbumColumns::ANALYSIS_ALBUM_URI_PREFIX, NotifyType::NOTIFY_ADD); in NotifyAnalysisAlbum() 71 std::to_string(albumId)), NotifyType::NOTIFY_ADD); in NotifySystemAlbumFunc() 73 watch->Notify(PhotoAlbumColumns::ALBUM_URI_PREFIX, NotifyType::NOTIFY_ADD); in NotifySystemAlbumFunc() 86 watch->Notify(PhotoAlbumColumns::ALBUM_URI_PREFIX, NotifyType::NOTIFY_ADD); in RefreshCallbackFunc() 87 watch->Notify(PhotoAlbumColumns::ANALYSIS_ALBUM_URI_PREFIX, NotifyType::NOTIFY_ADD); in RefreshCallbackFunc()
|
H A D | medialibrary_notify.cpp | 303 …urn Notify(PhotoColumn::PHOTO_URI_PREFIX + to_string(closeAsset->GetId()), NotifyType::NOTIFY_ADD); in Notify() 308 …urn Notify(AudioColumn::AUDIO_URI_PREFIX + to_string(closeAsset->GetId()), NotifyType::NOTIFY_ADD); in Notify()
|
H A D | photo_map_operations.cpp | 126 watch->Notify(MediaFileUtils::Encode(notifyUri), NotifyType::NOTIFY_ADD); in AddPhotoAssets()
|
H A D | medialibrary_album_operations.cpp | 609 NotifyType::NOTIFY_ADD); in CreatePhotoAlbum() 1240 PhotoAlbumColumns::ALBUM_URI_PREFIX, to_string(newAlbumId)), NotifyType::NOTIFY_ADD); in RebuildDeletedAlbum() 1356 watch->Notify(notifyUri, NotifyType::NOTIFY_ADD); in RecoverPhotoAssets()
|
H A D | medialibrary_album_fusion_utils.cpp | 885 watch->Notify(newFileAssetUri, NotifyType::NOTIFY_ADD); in SendNewAssetNotify()
|
H A D | medialibrary_asset_operations.cpp | 1514 watch->Notify(notifyData->notifyUri, NotifyType::NOTIFY_ADD); in UpdateAlbumsAndSendNotifyInTrash()
|
H A D | medialibrary_rdbstore.cpp | 209 NotifyType::NOTIFY_ADD); in PhotoAlbumNotifyFunc()
|
H A D | medialibrary_photo_operations.cpp | 1073 assetNotifyType = NotifyType::NOTIFY_ADD; in SendHideNotify()
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/ |
H A D | file_access_observer_common.h | 30 NOTIFY_ADD = 0, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync_notify_handle/src/ |
H A D | uri_convert_handler.cpp | 28 {ChangeType::INSERT, NotifyType::NOTIFY_ADD},
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/ |
H A D | notify_test.cpp | 182 static_cast<DataShareObserver::ChangeType>(NotifyType::NOTIFY_ADD)); in CheckCloseAssetNotify() 206 static_cast<DataShareObserver::ChangeType>(NotifyType::NOTIFY_ADD)); in CheckInfo() 397 CheckFileNotify(NotifyType::NOTIFY_ADD);
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | userfile_manager_types.h | 196 NOTIFY_ADD, enumerator
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | ptp_media_sync_observer.cpp | 291 case static_cast<int32_t>(NotifyType::NOTIFY_ADD): in SendPhotoEvent() 330 case static_cast<int32_t>(NotifyType::NOTIFY_ADD): in SendEventToPTP()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/ |
H A D | enhancement_service_callback.cpp | 153 watch->Notify(newFileUri, NotifyType::NOTIFY_ADD); in SaveCloudEnhancementPhoto()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
H A D | media_scanner.cpp | 279 watch->Notify(GetUriWithoutSeg(uri_), NOTIFY_ADD); in Commit() 289 watch->Notify(GetUriWithoutSeg(uri_), NOTIFY_ADD); in Commit()
|
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/ |
H A D | file_access_service_proxy_test.cpp | 174 NotifyType notifyType = NotifyType::NOTIFY_ADD;
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileAccess-sys.md | 2021 … // 期待收到uri为'file://docs/storage/Users/currentUser/Documents/NOTIFY_DIR/SUB_DIR',事件类型为NOTIFY_ADD 2054 … 期待第一次收到uri为'file://docs/storage/Users/currentUser/Documents/NOTIFY_DIR/SUB_FILE_1',事件类型为NOTIFY_ADD 2647 | NOTIFY_ADD | 0 | 表示新增文件(详见registerObserver接口的示例2、示例3) …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 155 |新增|NA|模块名: ohos.filemanagement.userFileManager<br>类名: NotifyType<br>方法 or 属性:NOTIFY_ADD|@ohos.file…
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 1193 watch->Notify(PhotoColumn::DEFAULT_PHOTO_URI, NotifyType::NOTIFY_ADD); in NotifyAlbum()
|
H A D | clone_restore.cpp | 1107 watch->Notify(notifyUri, NotifyType::NOTIFY_ADD); in BatchNotifyPhoto() 1314 watch->Notify(albumUri, NotifyType::NOTIFY_ADD); in NotifyAlbum()
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-fileAccess-sys.md | 2021 …// The notification expected to receive is about the NOTIFY_ADD event of the URI 'file://docs/stor… 2054 …// The first notification expected to receive is about the NOTIFY_ADD event of the URI 'file://doc… 2646 | NOTIFY_ADD | 0 | File added.<br>See examples 2 and 3 of **registerObserver**. …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 14 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ADD|@ohos.file.fileAccess.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-file-management.md | 155 …userFileManager<br>Class name: NotifyType<br>Method or attribute name: NOTIFY_ADD|@ohos.filemanage…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-file-management.md | 91 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ADD|@ohos.file.fileAccess.d.ts| 271 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ADD|@ohos.file.photoAccessHelper.d.ts| 375 |新增|NA|类名:NotifyType;<br>方法or属性:NOTIFY_ADD|@ohos.filemanagement.userFileManager.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-file-management.md | 14 |Added|NA|Class name: NotifyType;<br>Method or attribute name: NOTIFY_ADD|@ohos.file.fileAccess.d.t…
|