Home
last modified time | relevance | path

Searched refs:CloseSoftbusSession (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp64 adapter->CloseSoftbusSession(sessionId); in SoftbusAdapterFuzzTest()
195 (void)softbusAdapter->CloseSoftbusSession(socketId); in SoftbusOpenSoftbusSessionFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h47 int32_t CloseSoftbusSession(const int32_t sessionId);
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp85 DCameraSoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId); in SoftbusCloseSoftbusSessionFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp152 int32_t ret = SoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId_); in CloseSession()
159 ret = SoftbusAdapter::GetInstance().CloseSoftbusSession(jpegSessionId_); in CloseSession()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h47 int32_t CloseSoftbusSession(int32_t socket);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp53 int32_t ret = DCameraSoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId_); in ~DCameraSoftbusSession()
73 int32_t ret = DCameraSoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId_); in CloseSession()
H A Ddcamera_softbus_adapter.cpp220 int32_t DCameraSoftbusAdapter::CloseSoftbusSession(int32_t socket) in CloseSoftbusSession() function in OHOS::DistributedHardware::DCameraSoftbusAdapter
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp301 int32_t actual = softbusAdapter.CloseSoftbusSession(0);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp138 ret = DCameraSoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId);
739 int32_t ret = DCameraSoftbusAdapter::GetInstance().CloseSoftbusSession(sessionId);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp227 int32_t SoftbusAdapter::CloseSoftbusSession(const int32_t sessionId) in CloseSoftbusSession() function in OHOS::DistributedHardware::SoftbusAdapter