Home
last modified time | relevance | path

Searched refs:CloseChannel (Results 1 - 25 of 45) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/
H A Dicamera_sink_output.h39 virtual int32_t CloseChannel() = 0;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkproxyclosechannel_fuzzer/
H A Dsinkproxyclosechannel_fuzzer.cpp41 dCSinkProxy->CloseChannel(dhId); in SinkProxyCloseChannelFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_input.h35 virtual int32_t CloseChannel() = 0;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/sinkserviceclosechannel_fuzzer/
H A Dsinkserviceclosechannel_fuzzer.cpp45 sinkService->CloseChannel(dhId); in SinkServiceCloseChannelFuzzTest()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_output.h65 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSinkOutput
H A Dmock_dcamera_sink_controller.h69 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSinkController
H A Ddcamera_sink_controller_test.cpp416 * @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 Dicamera_controller.h41 virtual int32_t CloseChannel() = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h64 int32_t CloseChannel() in CloseChannel() function in OHOS::DistributedHardware::MockDCameraSourceController
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_dev.h42 int32_t CloseChannel();
H A Ddcamera_sink_output.h41 int32_t CloseChannel() override;
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/camera_sink/include/
H A Ddistributed_camera_sink_proxy.h43 int32_t CloseChannel(const std::string& dhId) override;
H A Didistributed_camera_sink.h38 virtual int32_t CloseChannel(const std::string& dhId) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcamera/
H A Ddistributed_camera_sink_service_test.cpp164 * @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 Dmock_distributed_camera_sink_stub.h80 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 Ddcamera_sink_dev.cpp157 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 Ddcamera_sink_controller.cpp289 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 Ddistributed_camera_sink_service.h45 int32_t CloseChannel(const std::string& dhId) override;
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h37 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h40 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 Ddcamera_source_controller.h45 int32_t CloseChannel() override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/
H A Ddcamera_source_input.h41 int32_t CloseChannel() override;
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h37 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h39 int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) override;
H A Dif_softbus_server.h39 virtual int32_t CloseChannel(const char *sessionName, int32_t channelId, int32_t channelType) = 0;

Completed in 8 milliseconds

12