Home
last modified time | relevance | path

Searched refs:DCameraChannelSinkImpl (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_sink_impl.cpp28 DCameraChannelSinkImpl::DCameraChannelSinkImpl() in DCameraChannelSinkImpl() function in OHOS::DistributedHardware::DCameraChannelSinkImpl
33 DCameraChannelSinkImpl::~DCameraChannelSinkImpl() in ~DCameraChannelSinkImpl()
37 int32_t DCameraChannelSinkImpl::CloseSession() in CloseSession()
39 DHLOGI("DCameraChannelSinkImpl CloseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in CloseSession()
41 DHLOGE("DCameraChannelSinkImpl CloseSession %{public}s failed", GetAnonyString(mySessionName_).c_str()); in CloseSession()
46 DHLOGE("DCameraChannelSinkImpl CloseSession %{public}s ret: %{public}d", in CloseSession()
53 int32_t DCameraChannelSinkImpl::CreateSession(std::vector<DCameraIndex>& camIndexs, std::string sessionFlag, in CreateSession()
62 DHLOGE("DCameraChannelSinkImpl ge in CreateSession()
[all...]
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_sink_impl.h25 class DCameraChannelSinkImpl : public ICameraChannel { class
27 DCameraChannelSinkImpl();
28 ~DCameraChannelSinkImpl() override;
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_channel_sink_impl_test.cpp45 std::shared_ptr<DCameraChannelSinkImpl> channel_;
65 channel_ = std::make_shared<DCameraChannelSinkImpl>(); in SetUp()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp60 std::shared_ptr<ICameraChannel> channel = std::make_shared<DCameraChannelSinkImpl>(); in InitInner()
H A Ddcamera_sink_controller.cpp349 channel_ = std::make_shared<DCameraChannelSinkImpl>(); in Init()

Completed in 5 milliseconds