Searched refs:SHUTDOWN_REASON_PEER (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 136 dBinderRemoteListener.ServerOnShutdown(socketId, SHUTDOWN_REASON_PEER); in HWTEST_F() 149 dBinderRemoteListener.ServerOnShutdown(socketId, SHUTDOWN_REASON_PEER); in HWTEST_F() 164 dBinderRemoteListener.ServerOnShutdown(socketId, SHUTDOWN_REASON_PEER); in HWTEST_F() 177 dBinderRemoteListener.ServerOnShutdown(socketId, SHUTDOWN_REASON_PEER); in HWTEST_F() 578 dBinderRemoteListener.ClientOnShutdown(socketId, SHUTDOWN_REASON_PEER); 594 dBinderRemoteListener.ClientOnShutdown(2, SHUTDOWN_REASON_PEER); 617 dBinderRemoteListener.ClientOnShutdown(socketId, SHUTDOWN_REASON_PEER); 619 dBinderRemoteListener.ClientOnShutdown(socketId1, SHUTDOWN_REASON_PEER);
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/common/ |
H A D | client_trans_udp_manager_static_test.cpp | 329 int32_t ret = CloseUdpChannelProc(&udpChannel, TEST_CLOSEID, SHUTDOWN_REASON_PEER); in HWTEST_F() 341 ret = CloseUdpChannelProc(NULL, TEST_CLOSEID, SHUTDOWN_REASON_PEER); in HWTEST_F() 356 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER); in HWTEST_F() 359 ret = CloseUdpChannel(TEST_CLOSEID, SHUTDOWN_REASON_PEER); in HWTEST_F()
|
H A D | client_trans_udp_manager_test.cpp | 260 ret = TransOnUdpChannelClosed(channel.channelId, SHUTDOWN_REASON_PEER); in HWTEST_F()
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | trans_type.h | 78 SHUTDOWN_REASON_PEER, /**< Shutdown by peer process */ enumerator
|
/foundation/communication/dsoftbus/interfaces/kits/transport/ |
H A D | trans_type.h | 80 SHUTDOWN_REASON_PEER, /**< Shutdown by peer process */ enumerator
|
/foundation/communication/dsoftbus/sdk/frame/small/src/ |
H A D | trans_client_stub.c | 100 (void)TransOnChannelClosed(channelId, channelType, messageType, SHUTDOWN_REASON_PEER); in ClientOnChannelClosed()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_manager.c | 401 case SHUTDOWN_REASON_PEER: in CloseUdpChannelProc()
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_client_stub.cpp | 135 return TransOnChannelClosed(channelId, channelType, messageType, SHUTDOWN_REASON_PEER); in OnChannelClosed()
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1106 SHUTDOWN_REASON_PEER, /**< Shutdown by peer process */ enumerator
|
Completed in 11 milliseconds