Home
last modified time | relevance | path

Searched refs:backgroundStrategy_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp103 backgroundStrategy_(nullptr), in DeferredPhotoController()
110 backgroundStrategy_ = std::make_unique<BackgroundStrategy>(repository); in DeferredPhotoController()
127 backgroundStrategy_ = nullptr; in ~DeferredPhotoController()
146 work = backgroundStrategy_->GetWork(); in TryDoSchedule()
178 backgroundStrategy_->NotifyPressureLevelChanged(level); in NotifyPressureLevelChanged()
186 backgroundStrategy_->NotifyHdiStatusChanged(status); in NotifyHdiStatusChanged()
194 backgroundStrategy_->NotifyMediaLibStatusChanged(status); in NotifyMediaLibStatusChanged()
204 backgroundStrategy_->NotifyCameraStatusChanged(status); in NotifyCameraStatusChanged()
259 if (backgroundStrategy_->GetHdiStatus() != HdiStatus::HDI_READY) { in NotifyScheduleState()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h60 std::unique_ptr<BackgroundStrategy> backgroundStrategy_; variable