Home
last modified time | relevance | path

Searched refs:NotifyHdiStatusChanged (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp54 controller_->NotifyHdiStatusChanged(static_cast<HdiStatus>(value)); in OnEventChange()
183 void DeferredPhotoController::NotifyHdiStatusChanged(HdiStatus status) in NotifyHdiStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoController
185 userInitiatedStrategy_->NotifyHdiStatusChanged(status); in NotifyHdiStatusChanged()
186 backgroundStrategy_->NotifyHdiStatusChanged(status); in NotifyHdiStatusChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.h39 void NotifyHdiStatusChanged(HdiStatus status);
H A Dbackground_strategy.h38 void NotifyHdiStatusChanged(HdiStatus status);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h44 void NotifyHdiStatusChanged(HdiStatus status);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.cpp67 void UserInitiatedStrategy::NotifyHdiStatusChanged(HdiStatus status) in NotifyHdiStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::UserInitiatedStrategy
H A Dbackground_strategy.cpp108 void BackgroundStrategy::NotifyHdiStatusChanged(HdiStatus status) in NotifyHdiStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::BackgroundStrategy