Home
last modified time | relevance | path

Searched refs:NotifyCameraStatusChanged (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.cpp51 controller_->NotifyCameraStatusChanged(static_cast<CameraSessionStatus>(value)); in OnEventChange()
201 void DeferredPhotoController::NotifyCameraStatusChanged(CameraSessionStatus status) in NotifyCameraStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoController
203 userInitiatedStrategy_->NotifyCameraStatusChanged(status); in NotifyCameraStatusChanged()
204 backgroundStrategy_->NotifyCameraStatusChanged(status); in NotifyCameraStatusChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.h41 void NotifyCameraStatusChanged(CameraSessionStatus status);
H A Dbackground_strategy.h40 void NotifyCameraStatusChanged(CameraSessionStatus status);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h46 void NotifyCameraStatusChanged(CameraSessionStatus status);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/strategy/
H A Duser_initiated_strategy.cpp79 void UserInitiatedStrategy::NotifyCameraStatusChanged(CameraSessionStatus status) in NotifyCameraStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::UserInitiatedStrategy
H A Dbackground_strategy.cpp122 void BackgroundStrategy::NotifyCameraStatusChanged(CameraSessionStatus status) in NotifyCameraStatusChanged() function in OHOS::CameraStandard::DeferredProcessing::BackgroundStrategy