/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | deferred_photo_proc_adapter.cpp | 131 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 D | deferred_photo_processing_session.cpp | 157 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 D | ideferred_photo_processing_session.h | 39 virtual int32_t CancelProcessImage(const std::string& imageId) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/ |
H A D | deferred_photo_proc_session.cpp | 188 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 D | deferred_photo_proc_adapter.h | 46 EXPORT bool CancelProcessImage(const std::string &imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/ |
H A D | deferred_photo_processing_session_proxy.h | 35 int32_t CancelProcessImage(const std::string& imageId) override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/photo_session/ |
H A D | deferred_photo_processing_session.h | 52 int32_t CancelProcessImage(const std::string& imageId) override;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_deferred_unittest.cpp | 122 deferredProcSession->CancelProcessImage(imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/ |
H A D | deferred_photo_processor.h | 39 void CancelProcessImage(const std::string& imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/ |
H A D | deferred_photo_proc_session.h | 58 bool CancelProcessImage(const std::string& imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/ |
H A D | deferred_photo_processing_session_stub.cpp | 140 int32_t ret = CancelProcessImage(imageId); in HandleCancelProcessImage()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_proxy.cpp | 130 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 D | deferred_photo_processor.cpp | 105 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 D | media_asset_manager_napi.h | 134 static void CancelProcessImage(const std::string &photoId);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_photo_capture_manager.cpp | 454 auto isCancelSucc = deferredProcSession_->CancelProcessImage(photoId); in CancelProcessRequest()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/ |
H A D | medialibrary_multistages_photo_capture_test.cpp | 627 deferredProcSession->CancelProcessImage(PHOTO_ID_FOR_TEST);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_manager_napi.cpp | 312 void MediaAssetManagerNapi::CancelProcessImage(const std::string &photoId) in CancelProcessImage() function in OHOS::Media::MediaAssetManagerNapi 1558 MediaAssetManagerNapi::CancelProcessImage(context->photoId); in JSCancelRequestExecute()
|