Home
last modified time | relevance | path

Searched refs:CancelProcessImage (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_photo_proc_adapter.cpp131 bool DeferredPhotoProcessingAdapter::CancelProcessImage(const std::string &imageId) in CancelProcessImage() function in OHOS::Media::DeferredPhotoProcessingAdapter
139 return deferredPhotoProcSession_->CancelProcessImage(imageId); in CancelProcessImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp157 int32_t DeferredPhotoProcessingSession::CancelProcessImage(const std::string& imageId) in CancelProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession
164 processor_->CancelProcessImage(imageId); in CancelProcessImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session.h39 virtual int32_t CancelProcessImage(const std::string& imageId) = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp188 bool DeferredPhotoProcSession::CancelProcessImage(const std::string& imageId) in CancelProcessImage() function in OHOS::CameraStandard::DeferredPhotoProcSession
195 remoteSession_->CancelProcessImage(imageId); in CancelProcessImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Ddeferred_photo_proc_adapter.h46 EXPORT bool CancelProcessImage(const std::string &imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_proxy.h35 int32_t CancelProcessImage(const std::string& imageId) override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/photo_session/
H A Ddeferred_photo_processing_session.h52 int32_t CancelProcessImage(const std::string& imageId) override;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_unittest.cpp122 deferredProcSession->CancelProcessImage(imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h39 void CancelProcessImage(const std::string& imageId);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_photo_proc_session.h58 bool CancelProcessImage(const std::string& imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_stub.cpp140 int32_t ret = CancelProcessImage(imageId); in HandleCancelProcessImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp130 int32_t DeferredPhotoProcessingSessionProxy::CancelProcessImage(const std::string& imageId) in CancelProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionProxy
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp105 void DeferredPhotoProcessor::CancelProcessImage(const std::string& imageId) in CancelProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h134 static void CancelProcessImage(const std::string &photoId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp454 auto isCancelSucc = deferredProcSession_->CancelProcessImage(photoId); in CancelProcessRequest()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp627 deferredProcSession->CancelProcessImage(PHOTO_ID_FOR_TEST);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp312 void MediaAssetManagerNapi::CancelProcessImage(const std::string &photoId) in CancelProcessImage() function in OHOS::Media::MediaAssetManagerNapi
1558 MediaAssetManagerNapi::CancelProcessImage(context->photoId); in JSCancelRequestExecute()