/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | mock_dstream_operator_callback.h | 40 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function
|
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/ |
H A D | stream_operator_callback.cpp | 32 void StreamOperatorCallback::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/ |
H A D | stream_operator_callback.cpp | 37 int32_t StreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInf… in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 43 int32_t StreamOperatorServiceCallback::OnCaptureError(int32_t captureId, const std::vector<VdiCaptu… in OnCaptureError() function in OHOS::Camera::StreamOperatorServiceCallback
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.h | 34 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const override {} in OnCaptureError() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/ |
H A D | dcamera_photo_callback.cpp | 62 void DCameraPhotoCallback::OnCaptureError(const int32_t captureId, const int32_t errorCode) const in OnCaptureError() function in OHOS::DistributedHardware::DCameraPhotoCallback
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/ |
H A D | utils.h | 37 const std::vector<std::shared_ptr<VdiCaptureErrorInfo>> &info)> OnCaptureError; member
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/ |
H A D | dstreamchangetoofflinestream_fuzzer.cpp | 42 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function in OHOS::DistributedHardware::MockDStreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 29 void (*OnCaptureError)(int captureId, CaptureErrorInfoCIF* info, int count); member
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/ |
H A D | camera_device_fuzzer.h | 96 inline int32_t OnCaptureError(int32_t captureId, in OnCaptureError() function
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_capture_callback_proxy.cpp | 84 int32_t HStreamCaptureCallbackProxy::OnCaptureError(int32_t captureId, int32_t errorCode) in OnCaptureError() function in OHOS::CameraStandard::HStreamCaptureCallbackProxy
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/ |
H A D | benchmark_common.cpp | 563 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback 593 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2 625 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 229 void OfflineStream::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo>& infos) in OnCaptureError() function in OHOS::Camera::OfflineStream
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 598 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback 628 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2 669 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/ |
H A D | benchmark_common.cpp | 463 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback 500 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_output_impl.h | 191 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const override in OnCaptureError() function
|
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/ |
H A D | common.cpp | 588 int32_t CameraManager::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::CameraManager::TestStreamOperatorCallback 661 int32_t CameraManager::TestStreamOperatorCallbackV1_2::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::CameraManager::TestStreamOperatorCallbackV1_2
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | dcamera_client_demo.h | 237 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const in OnCaptureError() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.h | 237 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const in OnCaptureError() function
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 556 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback 593 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
|
/ohos5.0/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 227 void OnCaptureError(int32_t captureId, in OnCaptureError() function
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | benchmark_common.cpp | 388 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback
|
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/ |
H A D | benchmark_common.cpp | 445 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 216 void TestPhotoOutputCallback::OnCaptureError(const int32_t captureId, const int32_t errorCode) const in OnCaptureError() function in OHOS::CameraStandard::TestPhotoOutputCallback
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | ut_common.cpp | 443 int32_t Test::TestStreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<Captu… in OnCaptureError() function in OHOS::Camera::Test::TestStreamOperatorCallback
|