/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_controller.cpp | 52 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 D | dcamera_sink_dev.cpp | 47 controller_ = std::make_shared<DCameraSinkController>(accessControl_, sinkCallback_); in Init()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/listener/ |
H A D | dcamera_sink_controller_channel_listener.cpp | 23 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 D | dcamera_sink_controller_state_callback.cpp | 23 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 D | dcamera_sink_controller.h | 37 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 D | dcamera_sink_controller_state_callback.h | 27 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 D | dcamera_sink_controller_channel_listener.h | 27 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 D | sinkserviceinitsink_fuzzer.cpp | 49 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 D | sinkservicegetcamerainfo_fuzzer.cpp | 45 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 D | sinkserviceclosechannel_fuzzer.cpp | 43 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 D | sinkservicestopcapture_fuzzer.cpp | 43 sinkDevice->controller_ = std::make_shared<DCameraSinkController>(sinkDevice->accessControl_, sinkCallback); in SinkServiceStopCaptureFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_sink_controller_test.cpp | 57 std::shared_ptr<DCameraSinkController> controller_; 133 controller_ = std::make_shared<DCameraSinkController>(accessControl_, sinkCallback); in SetUp()
|