Home
last modified time | relevance | path

Searched refs:DCameraEvent (Results 1 - 25 of 30) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_preview_callback.cpp46 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnError()
H A Ddcamera_input_callback.cpp36 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnError()
H A Ddcamera_video_callback.cpp45 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnError()
H A Ddcamera_photo_callback.cpp70 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnCaptureError()
H A Ddcamera_session_callback.cpp38 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in OnError()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_event_cmd.h24 class DCameraEvent { class
36 std::shared_ptr<DCameraEvent> value_;
H A Dicamera_controller.h37 virtual int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/
H A Ddcamera_source_event.h100 explicit DCameraSourceEvent(DCAMERA_EVENT eventType, std::shared_ptr<DCameraEvent>& camEvent) in DCameraSourceEvent()
112 int32_t GetCameraEvent(std::shared_ptr<DCameraEvent>& camEvent);
122 std::vector<int>, std::shared_ptr<DCameraEvent>>;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.h30 void OnStateChanged(std::shared_ptr<DCameraEvent>& event) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_event_cmd.cpp89 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in Unmarshal()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_event.cpp90 int32_t DCameraSourceEvent::GetCameraEvent(std::shared_ptr<DCameraEvent>& camEvent) in GetCameraEvent()
92 auto camEventPtr = std::get_if<std::shared_ptr<DCameraEvent>>(&eventParam_); in GetCameraEvent()
H A Ddcamera_source_dev.cpp701 int32_t DCameraSourceDev::CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify()
766 std::shared_ptr<DCameraEvent> events = std::make_shared<DCameraEvent>(); in NotifyHalResult()
790 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in OnChannelConnectedEvent()
812 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in OnChannelDisconnectedEvent()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/
H A Ddcamera_source_capture_state.cpp92 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask()
236 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask()
H A Ddcamera_source_opened_state.cpp93 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask()
203 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask()
H A Ddcamera_source_config_stream_state.cpp101 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in DoUnregisterTask()
273 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask()
H A Ddcamera_source_regist_state.cpp132 std::shared_ptr<DCameraEvent> camEvent; in DoEventNofityTask()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.cpp27 void DCameraSinkControllerStateCallback::OnStateChanged(std::shared_ptr<DCameraEvent>& event) in OnStateChanged()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h46 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
57 void OnStateChanged(std::shared_ptr<DCameraEvent>& event);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h48 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify()
H A Dmock_dcamera_source_dev.h78 int32_t CameraEventNotify(std::shared_ptr<DCameraEvent>& events) in CameraEventNotify()
H A Ddcamera_source_dev_test.cpp345 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in HWTEST_F()
643 std::shared_ptr<DCameraEvent> camEvent = std::make_shared<DCameraEvent>(); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Dicamera_operator.h39 virtual void OnStateChanged(std::shared_ptr<DCameraEvent>& event) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h50 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h41 int32_t DCameraNotify(std::shared_ptr<DCameraEvent>& events) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp135 int32_t DCameraSinkController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify()
499 void DCameraSinkController::OnStateChanged(std::shared_ptr<DCameraEvent>& event) in OnStateChanged()
657 std::shared_ptr<DCameraEvent> event = std::make_shared<DCameraEvent>(); in DCameraNotifyInner()

Completed in 11 milliseconds

12