Home
last modified time | relevance | path

Searched refs:DiscardCameraPhotoExecute (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dmedia_asset_change_request_impl.h67 bool DiscardCameraPhotoExecute();
/ohos5.0/foundation/multimedia/media_library/frameworks/native/c_api/
H A Dmedia_asset_change_request_impl.cpp394 ret = DiscardCameraPhotoExecute(); in ChangeOperationExecute()
485 bool MediaAssetChangeRequestImpl::DiscardCameraPhotoExecute() in DiscardCameraPhotoExecute() function in MediaAssetChangeRequestImpl
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp2304 static bool DiscardCameraPhotoExecute(MediaAssetChangeRequestAsyncContext& context) in DiscardCameraPhotoExecute() function
2352 { AssetChangeOperation::DISCARD_CAMERA_PHOTO, DiscardCameraPhotoExecute },