Home
last modified time | relevance | path

Searched refs:NotifyPressureLevelChanged (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.cpp60 controller_->NotifyPressureLevelChanged(static_cast<SystemPressureLevel>(value)); in OnEventChange()
176 void DeferredPhotoController::NotifyPressureLevelChanged(SystemPressureLevel level) in NotifyPressureLevelChanged() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoController
178 backgroundStrategy_->NotifyPressureLevelChanged(level); in NotifyPressureLevelChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/strategy/
H A Dbackground_strategy.h37 void NotifyPressureLevelChanged(SystemPressureLevel level);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h43 void NotifyPressureLevelChanged(SystemPressureLevel level);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H A Dbackground_strategy.cpp101 void BackgroundStrategy::NotifyPressureLevelChanged(SystemPressureLevel level) in NotifyPressureLevelChanged() function in OHOS::CameraStandard::DeferredProcessing::BackgroundStrategy