Home
last modified time | relevance | path

Searched refs:photoJobRepository_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp100 photoJobRepository_(repository), in DeferredPhotoController()
118 photoJobRepository_->RegisterJobListener(photoJobRepositoryListener_); in DeferredPhotoController()
125 photoJobRepository_ = nullptr; in ~DeferredPhotoController()
152 if (photoJobRepository_->GetRunningJobCounts() == 0) { in TryDoSchedule()
158 …if ((photoJobRepository_->GetRunningJobCounts()) < (photoProcessor_->GetConcurrency(work->GetExecu… in TryDoSchedule()
253 if (workAvailable || photoJobRepository_->GetRunningJobCounts() > 0) { in NotifyScheduleState()
256 if (photoJobRepository_->GetOfflineJobSize() == 0) { in NotifyScheduleState()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.cpp26 : photoJobRepository_(photoJobRepository) in UserInitiatedStrategy()
34 photoJobRepository_ = nullptr; in ~UserInitiatedStrategy()
50 return photoJobRepository_->GetHighPriorityJob(); in GetJob()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.h44 std::shared_ptr<PhotoJobRepository> photoJobRepository_;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h57 std::shared_ptr<PhotoJobRepository> photoJobRepository_; variable