Home
last modified time | relevance | path

Searched refs:DpsStatus (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp99 scheduleState_(DpsStatus::DPS_SESSION_STATE_IDLE), in DeferredPhotoController()
252 DpsStatus scheduleState = DpsStatus::DPS_SESSION_STATE_IDLE; in NotifyScheduleState()
254 scheduleState = DpsStatus::DPS_SESSION_STATE_RUNNING; in NotifyScheduleState()
257 scheduleState = DpsStatus::DPS_SESSION_STATE_IDLE; in NotifyScheduleState()
260 scheduleState = DpsStatus::DPS_SESSION_STATE_SUSPENDED; in NotifyScheduleState()
262 scheduleState = DpsStatus::DPS_SESSION_STATE_RUNNALBE; in NotifyScheduleState()
H A Ddeferred_photo_processor.cpp187 void DeferredPhotoProcessor::OnStateChanged(const int32_t userId, DpsStatus statusCode) in OnStateChanged()
193 void DeferredPhotoProcessor::NotifyScheduleState(DpsStatus status) in NotifyScheduleState()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/session/
H A Dsession_coordinator.h48 void OnStateChanged(const int32_t userId, DpsStatus statusCode);
58 void OnVideoStateChanged(const int32_t userId, DpsStatus statusCode);
78 DpsStatus statusCode;
89 DpsStatus statusCode;
99 DpsStatus statusCode;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp73 StatusCode MapDpsStatus(DpsStatus statusCode) in MapDpsStatus()
77 case DpsStatus::DPS_SESSION_STATE_IDLE: in MapDpsStatus()
80 case DpsStatus::DPS_SESSION_STATE_RUNNALBE: in MapDpsStatus()
83 case DpsStatus::DPS_SESSION_STATE_RUNNING: in MapDpsStatus()
86 case DpsStatus::DPS_SESSION_STATE_SUSPENDED: in MapDpsStatus()
132 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override in OnStateChanged()
164 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override in OnStateChanged()
230 …DpsError::DPS_ERROR_SESSION_SYNC_NEEDED, DpsStatus::DPS_SESSION_STATE_IDLE, isCloudImageEnhanceSup… in OnProcessDone()
262 void SessionCoordinator::OnStateChanged(const int32_t userId, DpsStatus statusCode) in OnStateChanged()
374 void SessionCoordinator::OnVideoStateChanged(const int32_t userId, DpsStatus statusCode) in OnVideoStateChanged()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h47 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override;
48 void NotifyScheduleState(DpsStatus status);
H A Ddeferred_photo_controller.h56 DpsStatus scheduleState_;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/
H A Divideo_process_callbacks.h32 virtual void OnStateChanged(const int32_t userId, DpsStatus statusCode) = 0;
H A Diimage_process_callbacks.h37 virtual void OnStateChanged(const int32_t userId, DpsStatus statusCode) = 0;
H A Dbasic_definitions.h160 enum DpsStatus : int32_t { enum
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/video_processor/
H A Ddeferred_video_processor.h40 void OnStateChanged(const int32_t userId, DpsStatus statusCode) override;
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/video_processor/
H A Ddeferred_video_processor.cpp92 void DeferredVideoProcessor::OnStateChanged(const int32_t userId, DpsStatus statusCode) in OnStateChanged()