Home
last modified time | relevance | path

Searched refs:OnSessionError (Results 1 - 20 of 20) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.cpp37 void DCameraSinkOutputChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSinkOutputChannelListener
41 DHLOGE("DCameraSinkOutputChannelListener::OnSessionError output is null"); in OnSessionError()
44 output->OnSessionError(streamType_, eventType, eventReason, detail); in OnSessionError()
H A Ddcamera_sink_controller_channel_listener.cpp37 void DCameraSinkControllerChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSinkControllerChannelListener
41 DHLOGE("DCameraSinkControllerChannelListener::OnSessionError controller is null"); in OnSessionError()
44 controller->OnSessionError(eventType, eventReason, detail); in OnSessionError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.cpp45 void DCameraSourceInputChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSourceInputChannelListener
49 DHLOGE("DCameraSourceInput OnSessionError not found input"); in OnSessionError()
53 input->OnSessionError(streamType_, eventType, eventReason, detail); in OnSessionError()
H A Ddcamera_source_input.cpp327 void DCameraSourceInput::OnSessionError(DCStreamType streamType, int32_t eventType, int32_t eventReason, in OnSessionError() function in OHOS::DistributedHardware::DCameraSourceInput
330 DHLOGI("DCameraSourceInput OnSessionError devId: %{public}s, dhId: %{public}s, eventType: %{public}d, " in OnSessionError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller_channel_listener.cpp45 void DCameraSourceControllerChannelListener::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSourceControllerChannelListener
49 DHLOGE("DCameraSourceController OnSessionError not found controller"); in OnSessionError()
53 controller->OnSessionError(eventType, eventReason, detail); in OnSessionError()
H A Ddcamera_source_controller.cpp473 void DCameraSourceController::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSourceController
475 DHLOGI("DCameraSourceController OnSessionError devId: %{public}s, dhId: %{public}s, eventType: %{public}d, " in OnSessionError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller_channel_listener.h31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
H A Ddcamera_source_controller.h53 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail);
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Dicamera_channel_listener.h38 virtual void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/listener/
H A Ddcamera_sink_output_channel_listener.h31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
H A Ddcamera_sink_controller_channel_listener.h31 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_input_channel_listener.h33 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) override;
H A Ddcamera_source_input.h47 void OnSessionError(DCStreamType streamType, int32_t eventType, int32_t eventReason, std::string detail);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h47 void OnSessionError(DCStreamType type, int32_t eventType, int32_t eventReason, std::string detail);
H A Ddcamera_sink_controller.h61 void OnSessionError(int32_t eventType, int32_t eventReason, std::string detail);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp313 listener->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
495 * @tc.desc: Verify source controller OnSessionError.
510 listener_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp231 void DCameraSinkOutput::OnSessionError(DCStreamType type, int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSinkOutput
233 DHLOGI("OnSessionError dhId: %{public}s, stream type: %{public}d, eventType: %{public}d, eventReason: " in OnSessionError()
H A Ddcamera_sink_controller.cpp593 void DCameraSinkController::OnSessionError(int32_t eventType, int32_t eventReason, std::string detail) in OnSessionError() function in OHOS::DistributedHardware::DCameraSinkController
595 DHLOGI("DCameraSinkController::OnSessionError dhId: %{public}s, eventType: %{public}d, eventReason: %{public}d," in OnSessionError()
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_channel_sink_impl_test.cpp263 listener_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_controller_test.cpp327 controller_->OnSessionError(eventType, eventReason, detail); in HWTEST_F()

Completed in 10 milliseconds