Searched refs:PhotoJobRepository (Results 1 – 12 of 12) sorted by relevance
27 PhotoJobRepository::PhotoJobRepository(const int32_t userId) in PhotoJobRepository() function in OHOS::CameraStandard::DeferredProcessing::PhotoJobRepository42 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 …]
28 class PhotoJobRepository {30 PhotoJobRepository(const int32_t userId);31 ~PhotoJobRepository();
65 friend class PhotoJobRepository;
34 UserInitiatedStrategy(std::shared_ptr<PhotoJobRepository> photoJobRepository);44 std::shared_ptr<PhotoJobRepository> photoJobRepository_;
31 BackgroundStrategy(std::shared_ptr<PhotoJobRepository> repository);54 std::shared_ptr<PhotoJobRepository> jobRepository_;
32 DeferredPhotoController(const int32_t userId, std::shared_ptr<PhotoJobRepository> repository,57 std::shared_ptr<PhotoJobRepository> photoJobRepository_;
31 …std::shared_ptr<PhotoJobRepository> repository, std::shared_ptr<IImageProcessCallbacks> callbacks);61 std::shared_ptr<PhotoJobRepository> repository_;
25 UserInitiatedStrategy::UserInitiatedStrategy(std::shared_ptr<PhotoJobRepository> photoJobRepository) in UserInitiatedStrategy()
28 BackgroundStrategy::BackgroundStrategy(std::shared_ptr<PhotoJobRepository> repository) in BackgroundStrategy()
60 auto photoRepository = std::make_shared<PhotoJobRepository>(userId); in CreatePhotoProcessor()
94 …ller::DeferredPhotoController(const int32_t userId, std::shared_ptr<PhotoJobRepository> repository, in DeferredPhotoController()
25 … std::shared_ptr<PhotoJobRepository> repository, std::shared_ptr<IImageProcessCallbacks> callbacks) in DeferredPhotoProcessor()