Home
last modified time | relevance | path

Searched refs:DCameraSinkController (Results 1 - 12 of 12) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp52 DCameraSinkController::DCameraSinkController(std::shared_ptr<ICameraSinkAccessControl>& accessControl, in DCameraSinkController() function in OHOS::DistributedHardware::DCameraSinkController
59 DCameraSinkController::~DCameraSinkController() in ~DCameraSinkController()
66 int32_t DCameraSinkController::StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, in StartCapture()
94 int32_t DCameraSinkController::StopCapture() in StopCapture()
122 int32_t DCameraSinkController::ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg()
135 int32_t DCameraSinkController::DCameraNotify(std::shared_ptr<DCameraEvent>& events) in DCameraNotify()
188 int32_t DCameraSinkController::UpdateSettings(std::vector<std::shared_ptr<DCameraSettings>>& settings) in UpdateSettings()
192 DHLOGE("DCameraSinkController UpdateSetting in UpdateSettings()
[all...]
H A Ddcamera_sink_dev.cpp47 controller_ = std::make_shared<DCameraSinkController>(accessControl_, sinkCallback_); in Init()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/
H A Ddcamera_sink_controller_channel_listener.cpp23 std::shared_ptr<DCameraSinkController>& controller) : controller_(controller) in DCameraSinkControllerChannelListener()
29 std::shared_ptr<DCameraSinkController> controller = controller_.lock(); in OnSessionState()
39 std::shared_ptr<DCameraSinkController> controller = controller_.lock(); in OnSessionError()
49 std::shared_ptr<DCameraSinkController> controller = controller_.lock(); in OnDataReceived()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.cpp23 std::shared_ptr<DCameraSinkController>& controller) : controller_(controller) in DCameraSinkControllerStateCallback()
29 std::shared_ptr<DCameraSinkController> controller = controller_.lock(); in OnStateChanged()
39 std::shared_ptr<DCameraSinkController> controller = controller_.lock(); in OnMetadataResult()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h37 class DCameraSinkController : public ICameraController, public std::enable_shared_from_this<DCameraSinkController> { class
39 explicit DCameraSinkController(std::shared_ptr<ICameraSinkAccessControl>& accessControl,
41 ~DCameraSinkController() override;
67 std::shared_ptr<DCameraSinkController> sinkContrPtr);
71 std::weak_ptr<DCameraSinkController> sinkContrWPtr_;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/
H A Ddcamera_sink_controller_state_callback.h27 explicit DCameraSinkControllerStateCallback(std::shared_ptr<DCameraSinkController>& controller);
34 std::weak_ptr<DCameraSinkController> controller_;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/listener/
H A Ddcamera_sink_controller_channel_listener.h27 explicit DCameraSinkControllerChannelListener(std::shared_ptr<DCameraSinkController>& controller);
35 std::weak_ptr<DCameraSinkController> controller_;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceinitsink_fuzzer/
H A Dsinkserviceinitsink_fuzzer.cpp49 sinkDevice->controller_ = std::make_shared<DCameraSinkController>(sinkDevice->accessControl_, sinkCallback); in SinkServiceInitSinkFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicegetcamerainfo_fuzzer/
H A Dsinkservicegetcamerainfo_fuzzer.cpp45 sinkDevice->controller_ = std::make_shared<DCameraSinkController>(sinkDevice->accessControl_, sinkCallback); in SinkServiceGetCameraInfoFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/
H A Dsinkserviceclosechannel_fuzzer.cpp43 sinkDevice->controller_ = std::make_shared<DCameraSinkController>(sinkDevice->accessControl_, sinkCallback); in SinkServiceCloseChannelFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicestopcapture_fuzzer/
H A Dsinkservicestopcapture_fuzzer.cpp43 sinkDevice->controller_ = std::make_shared<DCameraSinkController>(sinkDevice->accessControl_, sinkCallback); in SinkServiceStopCaptureFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_controller_test.cpp57 std::shared_ptr<DCameraSinkController> controller_;
133 controller_ = std::make_shared<DCameraSinkController>(accessControl_, sinkCallback); in SetUp()

Completed in 6 milliseconds