Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_change_request.h36 virtual MediaLibrary_ErrorCode DiscardCameraPhoto() = 0;
H A Dmedia_asset_change_request_impl.h48 MediaLibrary_ErrorCode DiscardCameraPhoto() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/media_asset_change_request_capi/
H A Dmedia_asset_change_request_capi.cpp52 return changeRequest->request_->DiscardCameraPhoto(); in OH_MediaAssetChangeRequest_DiscardCameraPhoto()
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp119 MediaLibrary_ErrorCode MediaAssetChangeRequestImpl::DiscardCameraPhoto() in DiscardCameraPhoto() function in MediaAssetChangeRequestImpl
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp907 static int32_t DiscardCameraPhoto(MediaLibraryCommand &cmd) in DiscardCameraPhoto() function
1443 return DiscardCameraPhoto(cmd); in UpdateV10()