/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
H A D | deferred_photo_proc_adapter.cpp | 107 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 D | deferred_photo_processing_session.cpp | 127 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 D | ideferred_photo_processing_session.h | 35 virtual int32_t RestoreImage(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 | 166 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 D | deferred_photo_proc_adapter.h | 44 EXPORT void RestoreImage(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 | 33 int32_t RestoreImage(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 | 50 int32_t RestoreImage(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 | 117 deferredProcSession->RestoreImage(imageId);
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/ |
H A D | deferred_photo_processor.h | 37 void RestoreImage(const std::string& imageId);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/ |
H A D | multistages_photo_capture_manager.h | 47 void RestoreImage(const std::string &photoId);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_capture_manager.cpp | 112 MultiStagesPhotoCaptureManager::GetInstance().RestoreImage(photoId); in RestorePhotos()
|
H A D | multistages_photo_capture_manager.cpp | 471 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 D | deferred_photo_proc_session.h | 56 void RestoreImage(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 | 120 int32_t ret = RestoreImage(imageId); in HandleRestoreImage()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/ |
H A D | deferred_photo_processing_session_proxy.cpp | 95 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 D | deferred_photo_processor.cpp | 77 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 D | medialibrary_multistages_photo_capture_test.cpp | 625 deferredProcSession->RestoreImage(PHOTO_ID_FOR_TEST);
|