Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_source_impl.cpp28 DCameraChannelSourceImpl::DCameraChannelSourceImpl() in DCameraChannelSourceImpl() function in OHOS::DistributedHardware::DCameraChannelSourceImpl
32 DCameraChannelSourceImpl::~DCameraChannelSourceImpl() in ~DCameraChannelSourceImpl()
36 int32_t DCameraChannelSourceImpl::CloseSession() in CloseSession()
38 DHLOGI("DCameraChannelSourceImpl CloseSession name: %{public}s", GetAnonyString(mySessionName_).c_str()); in CloseSession()
40 DHLOGE("DCameraChannelSourceImpl CloseSession %{public}s failed", GetAnonyString(mySessionName_).c_str()); in CloseSession()
50 DHLOGE("DCameraChannelSourceImpl CloseSession %{public}s failed, ret: %{public}d", in CloseSession()
59 int32_t DCameraChannelSourceImpl::CreateSession(std::vector<DCameraIndex>& camIndexs, std::string sessionFlag, in CreateSession()
66 DHLOGI("DCameraChannelSourceImpl sessio in CreateSession()
[all...]
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_channel_source_impl.h25 class DCameraChannelSourceImpl : public ICameraChannel { class
27 DCameraChannelSourceImpl();
28 ~DCameraChannelSourceImpl() override;
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_channel_source_impl_test.cpp46 std::shared_ptr<DCameraChannelSourceImpl> channel_;
66 channel_ = std::make_shared<DCameraChannelSourceImpl>(); in SetUp()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.cpp249 std::shared_ptr<ICameraChannel> continueCh = std::make_shared<DCameraChannelSourceImpl>(); in Init()
259 std::shared_ptr<ICameraChannel> snapShotCh = std::make_shared<DCameraChannelSourceImpl>(); in Init()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp423 channel_ = std::make_shared<DCameraChannelSourceImpl>(); in Init()

Completed in 3 milliseconds