Home
last modified time | relevance | path

Searched refs:RestoreImage (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.cpp107 void DeferredPhotoProcessingAdapter::RestoreImage(const std::string &imageId) in RestoreImage() function in OHOS::Media::DeferredPhotoProcessingAdapter
115 deferredPhotoProcSession_->RestoreImage(imageId); in RestoreImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp127 int32_t DeferredPhotoProcessingSession::RestoreImage(const std::string& imageId) in RestoreImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSession
134 processor_->RestoreImage(imageId); in RestoreImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session.h35 virtual int32_t RestoreImage(const std::string& imageId) = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp166 void DeferredPhotoProcSession::RestoreImage(const std::string& imageId) in RestoreImage() function in OHOS::CameraStandard::DeferredPhotoProcSession
172 remoteSession_->RestoreImage(imageId); in RestoreImage()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Ddeferred_photo_proc_adapter.h44 EXPORT void RestoreImage(const std::string &imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_proxy.h33 int32_t RestoreImage(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.h50 int32_t RestoreImage(const std::string& imageId) override;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_deferred_unittest.cpp117 deferredProcSession->RestoreImage(imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h37 void RestoreImage(const std::string& imageId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/
H A Dmultistages_photo_capture_manager.h47 void RestoreImage(const std::string &photoId);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/
H A Dmultistages_capture_manager.cpp112 MultiStagesPhotoCaptureManager::GetInstance().RestoreImage(photoId); in RestorePhotos()
H A Dmultistages_photo_capture_manager.cpp471 void MultiStagesPhotoCaptureManager::RestoreImage(const string &photoId) in RestoreImage() function in OHOS::Media::MultiStagesPhotoCaptureManager
478 deferredProcSession_->RestoreImage(photoId); in RestoreImage()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_photo_proc_session.h56 void RestoreImage(const std::string& imageId);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_stub.cpp120 int32_t ret = RestoreImage(imageId); in HandleRestoreImage()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_proxy.cpp95 int32_t DeferredPhotoProcessingSessionProxy::RestoreImage(const std::string& imageId) in RestoreImage() 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.cpp77 void DeferredPhotoProcessor::RestoreImage(const std::string& imageId) in RestoreImage() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp625 deferredProcSession->RestoreImage(PHOTO_ID_FOR_TEST);