Home
last modified time | relevance | path

Searched refs:ChannelNeg (Results 1 - 24 of 24) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_sink_service_test.cpp134 * @tc.desc: Verify the ChannelNeg function.
143 int32_t ret = sinkService_->ChannelNeg(g_dhId, g_testChannelInfoContinue); in HWTEST_F()
176 ret = sinkService_->ChannelNeg(g_dhId, g_testChannelInfoContinue); in HWTEST_F()
234 * @tc.desc: Verify the ChannelNeg function can't find id.
242 int32_t ret = sinkService_->ChannelNeg("", g_testChannelInfoContinue); in HWTEST_F()
H A Dmock_distributed_camera_sink_stub.h59 int32_t ChannelNeg(const std::string &dhId, std::string& channelInfo) in ChannelNeg() function in OHOS::DistributedHardware::MockDistributedCameraSinkStub
H A Ddistributed_camera_sink_stub_test.cpp167 * @tc.desc: Verify the ChannelNeg function.
178 int32_t ret = sinkProxy.ChannelNeg(dhId, channelInfo); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_dev_test.cpp140 * @tc.desc: Verify the ChannelNeg function.
146 int32_t ret = dev_->ChannelNeg(g_testChannelInfoDevEmpty); in HWTEST_F()
152 * @tc.desc: Verify the ChannelNeg function.
158 int32_t ret = dev_->ChannelNeg(g_testChannelInfoDevContinue); in HWTEST_F()
161 ret = dev_->ChannelNeg(g_testChannelInfoDevContinue); in HWTEST_F()
H A Dmock_dcamera_sink_controller.h43 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg() function in OHOS::DistributedHardware::MockDCameraSinkController
H A Ddcamera_sink_controller_test.cpp206 * @tc.desc: Verify the ChannelNeg function.
214 int32_t ret = controller_->ChannelNeg(cmd.value_); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxychannelneg_fuzzer/
H A Dsinkproxychannelneg_fuzzer.cpp43 dCSinkProxy->ChannelNeg(dhId, channelInfo); in SinkProxyChannelNegFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkservicechannelneg_fuzzer/
H A Dsinkservicechannelneg_fuzzer.cpp43 sinkService->ChannelNeg(dhId, channelInfo); in SinkServiceChannelNegFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h36 virtual int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h44 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg() function in OHOS::DistributedHardware::MockDCameraSourceController
H A Ddcamera_source_controller_test.cpp180 * @tc.desc: Verify source controller ChannelNeg.
199 ret = controller_->ChannelNeg(chanInfo); in HWTEST_F()
322 * @tc.desc: Verify source controller ChannelNeg.
344 ret = controller_->ChannelNeg(chanInfo); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_dev.h39 int32_t ChannelNeg(std::string& channelInfo);
H A Ddcamera_sink_controller.h45 int32_t ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) override;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/
H A Ddistributed_camera_sink_proxy.h40 int32_t ChannelNeg(const std::string& dhId, std::string& channelInfo) override;
H A Didistributed_camera_sink.h35 virtual int32_t ChannelNeg(const std::string& dhId, std::string& channelInfo) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_dev.cpp95 int32_t DCameraSinkDev::ChannelNeg(std::string& channelInfo) in ChannelNeg() function in OHOS::DistributedHardware::DCameraSinkDev
97 DHLOGI("ChannelNeg dhId: %{public}s", GetAnonyString(dhId_).c_str()); in ChannelNeg()
111 return controller_->ChannelNeg(channelInfoCmd.value_); in ChannelNeg()
H A Ddcamera_sink_controller.cpp122 int32_t DCameraSinkController::ChannelNeg(std::shared_ptr<DCameraChannelInfo>& info) in ChannelNeg() function in OHOS::DistributedHardware::DCameraSinkController
124 DHLOGI("ChannelNeg dhId: %{public}s", GetAnonyString(dhId_).c_str()); in ChannelNeg()
131 DHLOGI("ChannelNeg %{public}s success", GetAnonyString(dhId_).c_str()); in ChannelNeg()
367 ret = ChannelNeg(info); in Init()
369 DHLOGE("ChannelNeg init failed, dhId: %{public}s, ret: %{public}d", GetAnonyString(dhId_).c_str(), ret); in Init()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/
H A Ddistributed_camera_sink_service.h42 int32_t ChannelNeg(const std::string& dhId, std::string& channelInfo) 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/distributedcamera/
H A Ddistributed_camera_sink_service.cpp187 int32_t DistributedCameraSinkService::ChannelNeg(const std::string& dhId, std::string& channelInfo) in ChannelNeg() function in OHOS::DistributedHardware::DistributedCameraSinkService
201 int32_t ret = sinkDevice->ChannelNeg(channelInfo); in ChannelNeg()
202 CHECK_AND_RETURN_RET_LOG(ret != DCAMERA_OK, ret, "ChannelNeg failed, ret: %{public}d", ret); in ChannelNeg()
203 DHLOGI("ChannelNeg success"); in ChannelNeg()
H A Ddistributed_camera_sink_stub.cpp221 ret = ChannelNeg(dhId, channelInfo); in ChannelNegInner()
/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() function in OHOS::DistributedHardware::DCameraSourceController
166 DHLOGE("ChannelNeg not support operate %{public}zu camera", indexs_.size()); in ChannelNeg()
172 DHLOGI("ChannelNeg devId: %{public}s, dhId: %{public}s", GetAnonyString(devId).c_str(), in ChannelNeg()
193 ret = camSinkSrv->ChannelNeg(dhId, jsonStr); in ChannelNeg()
195 DHLOGE("ChannelNeg rpc failed ret: %{public}d, devId: %{public}s, dhId: %{public}s", ret, in ChannelNeg()
199 DHLOGD("DCameraSourceController ChannelNeg devId: %{public}s, dhId: %{public}s success", in ChannelNeg()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/src/
H A Ddistributed_camera_sink_proxy.cpp174 int32_t DistributedCameraSinkProxy::ChannelNeg(const std::string& dhId, std::string& channelInfo) in ChannelNeg() function in OHOS::DistributedHardware::DistributedCameraSinkProxy
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp532 ret = controller_->ChannelNeg(chanInfo); in ConfigStreams()
534 DHLOGE("DCameraSourceDev ChannelNeg failed ret: %{public}d, devId: %{public}s, dhId: %{public}s", ret, in ConfigStreams()
543 DHLOGE("DCameraSourceDev ChannelNeg OpenChannel failed ret: %{public}d, devId: %{public}s, dhId: %{public}s", in ConfigStreams()

Completed in 13 milliseconds