/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/ |
H A D | softbusonsourcesessionclosed_fuzzer.cpp | 30 DCameraSoftbusAdapter::GetInstance().SourceOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in SoftbusOnSourceSessionClosedFuzzTest()
|
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sinkfuzztest/softbusonsinksessionclosed_fuzzer/ |
H A D | softbusonsinksessionclosed_fuzzer.cpp | 30 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in SoftbusOnSinkSessionClosedFuzzTest()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/src/ |
H A D | client_trans_tcp_direct_callback.c | 89 g_sessionCb.OnSessionClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, SHUTDOWN_REASON_LOCAL); in ClientTransTdcOnChannelBind() 96 g_sessionCb.OnSessionClosed(channelId, CHANNEL_TYPE_TCP_DIRECT, SHUTDOWN_REASON_LOCAL); in ClientTransTdcOnChannelBind()
|
H A D | client_trans_tcp_direct_manager.c | 353 ClientTransTdcOnSessionClosed(channel->channelId, SHUTDOWN_REASON_LOCAL); in ClientTransTdcOnChannelOpened()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_manager.c | 75 ret = ClientTransCloseUdpChannel(channelId, SHUTDOWN_REASON_LOCAL); in ClientTransCloseChannel() 78 ClientTransAuthCloseChannel(channelId, SHUTDOWN_REASON_LOCAL); in ClientTransCloseChannel()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 77 SHUTDOWN_REASON_LOCAL, /**< Shutdown by local process */ enumerator
|
H A D | dcamera_softbus_adapter_test.cpp | 264 DCameraSoftbusAdapter::GetInstance().SourceOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 297 DCameraSoftbusAdapter::GetInstance().SourceOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 330 DCameraSoftbusAdapter::GetInstance().SourceOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 380 DCameraSoftbusAdapter::GetInstance().SourceOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 441 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 474 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 507 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F() 550 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/softbussessionmanager_fuzzer/ |
H A D | softbussessionmanager_fuzzer.cpp | 54 manager_->OnShutdown(socket, ShutdownReason::SHUTDOWN_REASON_LOCAL); in SoftbusSessionManagerFuzzTest()
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 79 SHUTDOWN_REASON_LOCAL, /**< Shutdown by local process */ enumerator
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_static_test.cpp | 338 ret = CloseUdpChannelProc(&udpChannel, TEST_CLOSEID, SHUTDOWN_REASON_LOCAL); in HWTEST_F()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 409 case SHUTDOWN_REASON_LOCAL: in CloseUdpChannelProc() 428 if (reason != SHUTDOWN_REASON_LOCAL) { in CloseUdpChannelProc()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | communicator_test.cpp | 525 AppDataListenerWrap::OnServerShutdown(socket, SHUTDOWN_REASON_LOCAL);
in HWTEST_F()
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1105 SHUTDOWN_REASON_LOCAL, /**< Shutdown by local process */ enumerator
|
/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 284 ClientDestroySession(&destroyList, SHUTDOWN_REASON_LOCAL); in TransClientDeinit() 599 (void)ClientDestroySession(&destroyList, SHUTDOWN_REASON_LOCAL); in ClientDeleteSessionServer()
|