Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp80 CancelProcessRequest(photoId); in CancelRequestAndRemoveImage()
106 CancelProcessRequest(photoId); in HandleMultiStagesOperation()
440 bool MultiStagesPhotoCaptureManager::CancelProcessRequest(const string &photoId) in CancelProcessRequest() function in OHOS::Media::MultiStagesPhotoCaptureManager
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/
H A Dmultistages_photo_capture_manager.h45 EXPORT bool CancelProcessRequest(const std::string &photoId);
/ohos5.0/foundation/multimedia/media_library/frameworks/native/media_library_asset_manager/src/
H A Dmedia_asset_manager_impl.cpp486 MultiStagesPhotoCaptureManager::GetInstance().CancelProcessRequest(photoId); in NativeCancelRequest()