Home
last modified time | relevance | path

Searched refs:serviceErrorType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_input.cpp43 int32_t serviceErrorType = ServiceToCameraError(errorType); in OnError() local
44 camInputSptr->GetErrorCallback()->OnError(serviceErrorType, errorMsg); in OnError()
137 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
139 … MEDIA_DEBUG_LOG("serviceErrorType:%{public}d!, serviceErrorMsg:%{public}d!", serviceErrorType, in CameraServerDied()
141 errorCallback_->OnError(serviceErrorType, serviceErrorMsg); in CameraServerDied()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddepth_data_output.cpp218 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
219 appCallback_->OnDepthDataError(serviceErrorType); in CameraServerDied()
H A Dvideo_output.cpp426 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
427 appCallback_->OnError(serviceErrorType); in CameraServerDied()
H A Dpreview_output.cpp634 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
635 appCallback_->OnError(serviceErrorType); in CameraServerDied()
H A Dmetadata_output.cpp314 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
315 appStateCallback_->OnError(serviceErrorType); in CameraServerDied()
H A Dphoto_output.cpp939 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
941 appCallback_->OnCaptureError(captureId, serviceErrorType); in CameraServerDied()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp248 int32_t serviceErrorType = ServiceToCameraError(CAMERA_INVALID_STATE); in CameraServerDied() local
249 appCallback_->OnError(serviceErrorType); in CameraServerDied()