Home
last modified time | relevance | path

Searched refs:RemoveImage (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_session_v12.md26 | [RemoveImage](#removeimage) ([in] String imageId) | 按映像ID删除特定映像。 |
101 ### RemoveImage()
104 IImageProcessSession::RemoveImage ([in] String imageId)
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp83 RemoveImage(imageId, false); in EndSynchronize()
112 int32_t DeferredPhotoProcessingSession::RemoveImage(const std::string& imageId, bool restorable) in RemoveImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession
119 processor_->RemoveImage(imageId, restorable); in RemoveImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Ddeferred_photo_proc_adapter.cpp95 void DeferredPhotoProcessingAdapter::RemoveImage(const std::string &imageId, bool isRestorable) in RemoveImage() function in OHOS::Media::DeferredPhotoProcessingAdapter
103 deferredPhotoProcSession_->RemoveImage(imageId, isRestorable); in RemoveImage()
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp139 MultiStagesPhotoCaptureManager::GetInstance().RemoveImage(imageId, false); in OnError()
219 MultiStagesPhotoCaptureManager::GetInstance().RemoveImage(imageId, false); in OnProcessImageDone()
336 MultiStagesPhotoCaptureManager::GetInstance().RemoveImage(imageId, false); in OnProcessImageDone()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/include/
H A Dmock_deferred_photo_proc_adapter.h31 MOCK_METHOD2(RemoveImage, void(const std::string&, const bool));
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_photo_capture_manager.cpp81 RemoveImage(photoId, false); in CancelRequestAndRemoveImage()
404 deferredProcSession_->RemoveImage(photoId); in SyncWithDeferredProcSessionInternal()
460 void MultiStagesPhotoCaptureManager::RemoveImage(const string &photoId, bool isRestorable) in RemoveImage() function in OHOS::Media::MultiStagesPhotoCaptureManager
468 deferredProcSession_->RemoveImage(photoId, isRestorable); in RemoveImage()
H A Dmultistages_capture_manager.cpp69 MultiStagesPhotoCaptureManager::GetInstance().RemoveImage(photoId, isRestorable); in RemovePhotos()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session.h33 virtual int32_t RemoveImage(const std::string& imageId, const bool restorable = false) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp58 void DeferredPhotoProcessor::RemoveImage(const std::string& imageId, bool restorable) in RemoveImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
72 postProcessor_->RemoveImage(imageId); in RemoveImage()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp155 void DeferredPhotoProcSession::RemoveImage(const std::string& imageId, const bool restorable) in RemoveImage() function in OHOS::CameraStandard::DeferredPhotoProcSession
161 remoteSession_->RemoveImage(imageId, restorable); in RemoveImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Ddeferred_photo_proc_adapter.h43 EXPORT virtual void RemoveImage(const std::string &imageId, const bool isRestorable = true);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_proxy.h32 int32_t RemoveImage(const std::string& imageId, const bool restorable) override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/photo_session/
H A Ddeferred_photo_processing_session.h49 int32_t RemoveImage(const std::string& imageId, bool restorable) override;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_unittest.cpp115 deferredProcSession->RemoveImage(imageId, restorable);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h60 void RemoveImage(std::string imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h36 void RemoveImage(const std::string& imageId, bool restorable);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/
H A Dmultistages_photo_capture_manager.h46 void RemoveImage(const std::string &photoId, bool isRestorable = true);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_session_service.cpp.txt45 int32_t ImageProcessSessionService::RemoveImage(const std::string& imageId)
H A Dimage_process_session_service.h.txt38 int32_t RemoveImage(const std::string& imageId) override;
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp80 imageProcessSession_->RemoveImage(imageId); in RemoveImageApi()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_photo_proc_session.h55 void RemoveImage(const std::string& imageId, const bool restorable = true);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_stub.cpp110 int32_t ret = RemoveImage(imageId, restorable); in HandleRemoveImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp77 int32_t DeferredPhotoProcessingSessionProxy::RemoveImage(const std::string& imageId, const bool res… in RemoveImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionProxy
/ohos5.0/drivers/interface/camera/v1_2/
H A DIImageProcessSession.idl79 RemoveImage([in] String imageId);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIImageProcessSession.idl79 RemoveImage([in] String imageId);

12