/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/ |
H A D | icamera_sink_output.h | 39 virtual int32_t CloseChannel() = 0;
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/ |
H A D | sinkproxyclosechannel_fuzzer.cpp | 41 dCSinkProxy->CloseChannel(dhId); in SinkProxyCloseChannelFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/ |
H A D | icamera_input.h | 35 virtual int32_t CloseChannel() = 0;
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/ |
H A D | sinkserviceclosechannel_fuzzer.cpp | 45 sinkService->CloseChannel(dhId); in SinkServiceCloseChannelFuzzTest()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_sink_output.h | 65 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSinkOutput
|
H A D | mock_dcamera_sink_controller.h | 69 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSinkController
|
H A D | dcamera_sink_controller_test.cpp | 416 * @tc.desc: Verify the CloseChannel function. 422 int32_t ret = controller_->CloseChannel(); in HWTEST_F() 428 ret = controller_->CloseChannel(); in HWTEST_F() 472 * @tc.desc: Verify the CloseChannel function. 479 int32_t ret = controller_->CloseChannel(); in HWTEST_F() 485 * @tc.desc: Verify the CloseChannel function. 492 int32_t ret = controller_->CloseChannel(); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | icamera_controller.h | 41 virtual int32_t CloseChannel() = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | mock_dcamera_source_controller.h | 64 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSourceController
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_dev.h | 42 int32_t CloseChannel();
|
H A D | dcamera_sink_output.h | 41 int32_t CloseChannel() override;
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/ |
H A D | distributed_camera_sink_proxy.h | 43 int32_t CloseChannel(const std::string& dhId) override;
|
H A D | idistributed_camera_sink.h | 38 virtual int32_t CloseChannel(const std::string& dhId) = 0;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/ |
H A D | distributed_camera_sink_service_test.cpp | 164 * @tc.desc: Verify the OpenChannel and CloseChannel function. 179 ret = sinkService_->CloseChannel(g_dhId); in HWTEST_F() 262 * @tc.desc: Verify the OpenChannel and CloseChannel function can't find id. 273 ret = sinkService_->CloseChannel(""); in HWTEST_F()
|
H A D | mock_distributed_camera_sink_stub.h | 80 int32_t CloseChannel(const std::string &dhId) in CloseChannel() function in OHOS::DistributedHardware::MockDistributedCameraSinkStub
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_dev.cpp | 157 int32_t DCameraSinkDev::CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::DCameraSinkDev 159 DHLOGI("CloseChannel dhId: %{public}s", GetAnonyString(dhId_).c_str()); in CloseChannel() 161 return controller_->CloseChannel(); in CloseChannel()
|
H A D | dcamera_sink_controller.cpp | 289 int32_t DCameraSinkController::CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::DCameraSinkController 291 DHLOGI("DCameraSinkController CloseChannel Start, dhId: %{public}s", GetAnonyString(dhId_).c_str()); in CloseChannel() 296 DHLOGE("DCameraSinkController CloseChannel channel_ is nullptr"); in CloseChannel() 305 ret = output_->CloseChannel(); in CloseChannel() 307 DHLOGE("DCameraSinkController CloseChannel failed, dhId: %{public}s, ret: %{public}d", in CloseChannel() 324 DHLOGI("DCameraSinkController CloseChannel %{public}s success", GetAnonyString(dhId_).c_str()); in CloseChannel() 408 ret = CloseChannel(); in UnInit() 424 ret = output_->CloseChannel(); in UnInit() 426 DHLOGE("DCameraSinkController output CloseChannel failed, dhId: %{public}s, ret: %{public}d", in UnInit() 575 int32_t ret = CloseChannel(); in OnSessionState() [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcamera/ |
H A D | distributed_camera_sink_service.h | 45 int32_t CloseChannel(const std::string& dhId) override;
|
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/ |
H A D | trans_server_proxy_standard.h | 37 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
|
/foundation/communication/dsoftbus/sdk/frame/standard/include/ |
H A D | softbus_server_proxy_standard.h | 40 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/ |
H A D | dcamera_source_controller.h | 45 int32_t CloseChannel() override;
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_input.h | 41 int32_t CloseChannel() override;
|
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/ |
H A D | bus_center_server_proxy_standard.h | 37 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
|
/foundation/communication/dsoftbus/core/frame/standard/init/include/ |
H A D | softbus_server.h | 39 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
|
H A D | if_softbus_server.h | 39 virtual int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) = 0;
|