Home
last modified time | relevance | path

Searched refs:DCameraChannelInfo (Results 1 - 16 of 16) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_channel_info_cmd.h39 class DCameraChannelInfo { class
50 std::shared_ptr<DCameraChannelInfo> value_;
57 int32_t UnmarshalDetails(cJSON *details, std::shared_ptr<DCameraChannelInfo> channelInfo);
H A Dicamera_controller.h36 virtual int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_channel_info_cmd.cpp104 std::shared_ptr<DCameraChannelInfo> channelInfo = std::make_shared<DCameraChannelInfo>(); in Unmarshal()
120 int32_t DCameraChannelInfoCmd::UnmarshalDetails(cJSON *details, std::shared_ptr<DCameraChannelInfo> channelInfo) in UnmarshalDetails()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp187 std::shared_ptr<DCameraChannelInfo> chanInfo = std::make_shared<DCameraChannelInfo>(); in HWTEST_F()
213 std::shared_ptr<DCameraChannelInfo> chanInfo = std::make_shared<DCameraChannelInfo>(); in HWTEST_F()
328 std::shared_ptr<DCameraChannelInfo> chanInfo = std::make_shared<DCameraChannelInfo>(); in HWTEST_F()
374 std::shared_ptr<DCameraChannelInfo> chanInfo = std::make_shared<DCameraChannelInfo>(); in HWTEST_F()
H A Dmock_dcamera_source_controller.h44 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/
H A Dicamera_sink_output.h38 virtual int32_t OpenChannel(std::shared_ptr<DCameraChannelInfo>& info) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_output.h61 int32_t OpenChannel(std::shared_ptr<DCameraChannelInfo>& info) in OpenChannel()
H A Dmock_dcamera_sink_controller.h43 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg()
H A Ddcamera_sink_output_test.cpp65 std::shared_ptr<DCameraChannelInfo> g_testChannelInfo;
107 g_testChannelInfo = std::make_shared<DCameraChannelInfo>(); in SetUpTestCase()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h40 int32_t OpenChannel(std::shared_ptr<DCameraChannelInfo>& info) override;
H A Ddcamera_sink_controller.h45 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h40 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp122 int32_t DCameraSinkController::ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg()
361 std::shared_ptr<DCameraChannelInfo> info = std::make_shared<DCameraChannelInfo>(); in Init()
H A Ddcamera_sink_output.cpp79 int32_t DCameraSinkOutput::OpenChannel(std::shared_ptr<DCameraChannelInfo>& info) in OpenChannel()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp520 std::shared_ptr<DCameraChannelInfo> chanInfo = std::make_shared<DCameraChannelInfo>(); in ConfigStreams()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp162 int32_t DCameraSourceController::ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg()

Completed in 9 milliseconds