/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/ |
H A D | interface_i_image_process_session_v12.md | 26 | [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 D | deferred_photo_processing_session.cpp | 83 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 D | deferred_photo_proc_adapter.cpp | 95 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 D | multistages_capture_deferred_photo_proc_session_callback.cpp | 139 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 D | mock_deferred_photo_proc_adapter.h | 31 MOCK_METHOD2(RemoveImage, void(const std::string&, const bool));
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_photo_capture_manager.cpp | 81 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 D | multistages_capture_manager.cpp | 69 MultiStagesPhotoCaptureManager::GetInstance().RemoveImage(photoId, isRestorable); in RemovePhotos()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/ |
H A D | ideferred_photo_processing_session.h | 33 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 D | deferred_photo_processor.cpp | 58 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 D | deferred_photo_proc_session.cpp | 155 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 D | deferred_photo_proc_adapter.h | 43 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 D | deferred_photo_processing_session_proxy.h | 32 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 D | deferred_photo_processing_session.h | 49 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 D | camera_deferred_unittest.cpp | 115 deferredProcSession->RemoveImage(imageId, restorable);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/ |
H A D | photo_post_processor.h | 60 void RemoveImage(std::string imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/ |
H A D | deferred_photo_processor.h | 36 void RemoveImage(const std::string& imageId, bool restorable);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/ |
H A D | multistages_photo_capture_manager.h | 46 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 D | image_process_session_service.cpp.txt | 45 int32_t ImageProcessSessionService::RemoveImage(const std::string& imageId)
|
H A D | image_process_session_service.h.txt | 38 int32_t RemoveImage(const std::string& imageId) override;
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/ |
H A D | defferred_delivery_image_fuzzer.cpp | 80 imageProcessSession_->RemoveImage(imageId); in RemoveImageApi()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/ |
H A D | deferred_photo_proc_session.h | 55 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 D | deferred_photo_processing_session_stub.cpp | 110 int32_t ret = RemoveImage(imageId, restorable); in HandleRemoveImage()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_proxy.cpp | 77 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 D | IImageProcessSession.idl | 79 RemoveImage([in] String imageId);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/ |
H A D | IImageProcessSession.idl | 79 RemoveImage([in] String imageId);
|