Home
last modified time | relevance | path

Searched refs:PhotoJobRepository (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.cpp27 PhotoJobRepository::PhotoJobRepository(const int32_t userId) in PhotoJobRepository() function in OHOS::CameraStandard::DeferredProcessing::PhotoJobRepository
42 PhotoJobRepository::~PhotoJobRepository() in ~PhotoJobRepository()
134 bool PhotoJobRepository::RequestJob(const std::string& imageId) in RequestJob()
161 void PhotoJobRepository::CancelJob(const std::string& imageId) in CancelJob()
306 DeferredPhotoJobPtr PhotoJobRepository::GetLowPriorityJob() in GetLowPriorityJob()
355 DeferredPhotoJobPtr PhotoJobRepository::GetHighPriorityJob() in GetHighPriorityJob()
368 int PhotoJobRepository::GetRunningJobCounts() in GetRunningJobCounts()
469 int PhotoJobRepository::GetBackgroundJobSize() in GetBackgroundJobSize()
477 int PhotoJobRepository::GetOfflineJobSize() in GetOfflineJobSize()
485 bool PhotoJobRepository::IsOfflineJob(std::string imageId) in IsOfflineJob()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/photo_job_repository/
H A Dphoto_job_repository.h28 class PhotoJobRepository {
30 PhotoJobRepository(const int32_t userId);
31 ~PhotoJobRepository();
H A Ddeferred_photo_job.h65 friend class PhotoJobRepository;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.h34 UserInitiatedStrategy(std::shared_ptr<PhotoJobRepository> photoJobRepository);
44 std::shared_ptr<PhotoJobRepository> photoJobRepository_;
H A Dbackground_strategy.h31 BackgroundStrategy(std::shared_ptr<PhotoJobRepository> repository);
54 std::shared_ptr<PhotoJobRepository> jobRepository_;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h32 DeferredPhotoController(const int32_t userId, std::shared_ptr<PhotoJobRepository> repository,
57 std::shared_ptr<PhotoJobRepository> photoJobRepository_;
H A Ddeferred_photo_processor.h31 …std::shared_ptr<PhotoJobRepository> repository, std::shared_ptr<IImageProcessCallbacks> callbacks);
61 std::shared_ptr<PhotoJobRepository> repository_;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.cpp25 UserInitiatedStrategy::UserInitiatedStrategy(std::shared_ptr<PhotoJobRepository> photoJobRepository) in UserInitiatedStrategy()
H A Dbackground_strategy.cpp28 BackgroundStrategy::BackgroundStrategy(std::shared_ptr<PhotoJobRepository> repository) in BackgroundStrategy()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/
H A Dscheduler_manager.cpp60 auto photoRepository = std::make_shared<PhotoJobRepository>(userId); in CreatePhotoProcessor()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp94 …ller::DeferredPhotoController(const int32_t userId, std::shared_ptr<PhotoJobRepository> repository, in DeferredPhotoController()
H A Ddeferred_photo_processor.cpp25 … std::shared_ptr<PhotoJobRepository> repository, std::shared_ptr<IImageProcessCallbacks> callbacks) in DeferredPhotoProcessor()