Home
last modified time | relevance | path

Searched refs:DataProcessErrorType (Results 1 – 19 of 19) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/include/interfaces/
Ddata_process_listener.h23 enum DataProcessErrorType : int32_t { enum
34 virtual void OnError(DataProcessErrorType errorType) = 0;
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
Dmock_dcamera_data_process_listener.h33 void OnError(DataProcessErrorType errorType) override in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/listener/
Ddcamera_sink_data_process_listener.h31 void OnError(DataProcessErrorType errorType) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
Ddcamera_stream_data_process_pipeline_listener.h33 void OnError(DataProcessErrorType errorType) override;
Ddcamera_stream_data_process.h46 void OnError(const DataProcessErrorType errorType);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
Ddcamera_sink_data_process_listener.cpp37 void DCameraSinkDataProcessListener::OnError(DataProcessErrorType errorType) in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
Ddcamera_stream_data_process_pipeline_listener.cpp45 void DCameraStreamDataProcessPipelineListener::OnError(DataProcessErrorType errorType) in OnError()
Ddcamera_stream_data_process.cpp222 void DCameraStreamDataProcess::OnError(const DataProcessErrorType errorType) in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
Dmock_dcamera_sink_data_process.h74 void OnError(DataProcessErrorType errorType) in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
Ddcamera_sink_data_process.h43 void OnError(DataProcessErrorType errorType);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
Ddcamera_pipeline_sink.h48 void OnError(DataProcessErrorType errorType);
Ddcamera_pipeline_source.h50 void OnError(DataProcessErrorType errorType);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
Ddcamera_stream_data_process_test.cpp230 listener1->OnError(DataProcessErrorType::ERROR_PIPELINE_ENCODER);
236 listener2->OnError(DataProcessErrorType::ERROR_PIPELINE_ENCODER);
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
Ddcamera_pipeline_sink.cpp165 void DCameraPipelineSink::OnError(DataProcessErrorType errorType) in OnError()
Ddcamera_pipeline_source.cpp205 void DCameraPipelineSource::OnError(DataProcessErrorType errorType) in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
Ddcamera_sink_data_process.cpp168 void DCameraSinkDataProcess::OnError(DataProcessErrorType errorType) in OnError()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
Dencode_data_process.cpp514 targetPipelineSink->OnError(DataProcessErrorType::ERROR_PIPELINE_ENCODER); in OnError()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
Ddecode_data_process_common.cpp726 targetPipelineSource->OnError(DataProcessErrorType::ERROR_PIPELINE_DECODER); in OnError()
Ddecode_data_process.cpp678 targetPipelineSource->OnError(DataProcessErrorType::ERROR_PIPELINE_DECODER); in OnError()