Home
last modified time | relevance | path

Searched refs:CancelProcessImage (Results 1 - 18 of 18) sorted by relevance

/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
133 MEDIA_INFO_LOG("DeferredPhotoProcessingAdapter::CancelProcessImage photoid: %{public}s", imageId.c_str()); in CancelProcessImage()
136 MEDIA_ERR_LOG("CancelProcessImage deferredPhotoProcSession_ is nullptr"); in CancelProcessImage()
139 return deferredPhotoProcSession_->CancelProcessImage(imageId); in CancelProcessImage()
/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;
/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;
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Ddeferred_photo_proc_adapter.h45 EXPORT bool CancelProcessImage(const std::string &imageId);
/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
191 MEDIA_ERR_LOG("DeferredPhotoProcSession::CancelProcessImage failed due to binder died."); in CancelProcessImage()
194 MEDIA_INFO_LOG("DeferredPhotoProcSession:CancelProcessImage() enter."); in CancelProcessImage()
195 remoteSession_->CancelProcessImage(imageId); in CancelProcessImage()
/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
160 DP_INFO_LOG("CancelProcessImage error, inSync!"); in CancelProcessImage()
162 DP_INFO_LOG("CancelProcessImage enter."); in CancelProcessImage()
164 processor_->CancelProcessImage(imageId); in CancelProcessImage()
/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;
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_unittest.cpp121 deferredProcSession->CancelProcessImage(imageId); in HWTEST_F()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h39 void CancelProcessImage(const std::string& imageId);
/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
142 DP_ERR_LOG("DeferredPhotoProcessingSessionProxy::CancelProcessImage failed, error: %{public}d", error); in CancelProcessImage()
/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()
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.cpp73 session->CancelProcessImage(imageId); in DeferredProcessingPhotoFuzzTest()
/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);
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp103 void DeferredPhotoProcessor::CancelProcessImage(const std::string& imageId) in CancelProcessImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dmedia_asset_manager_napi.h171 static void CancelProcessImage(const std::string &photoId);
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp451 auto isCancelSucc = deferredProcSession_->CancelProcessImage(photoId); in CancelProcessRequest()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp633 deferredProcSession->CancelProcessImage(PHOTO_ID_FOR_TEST); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp342 void MediaAssetManagerNapi::CancelProcessImage(const std::string &photoId) in CancelProcessImage() function in OHOS::Media::MediaAssetManagerNapi
1899 MediaAssetManagerNapi::CancelProcessImage(context->photoId); in JSCancelRequestExecute()

Completed in 12 milliseconds