/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransonsessionclosed_fuzzer/ |
H A D | avtransonsessionclosed_fuzzer.cpp | 33 ShutdownReason reason = *(reinterpret_cast<const ShutdownReason*>(data)); in AVTransOnSessionClosedFuzzTest()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/include/ |
H A D | client_trans_auth_manager.h | 30 int32_t ClientTransAuthOnChannelClosed(int32_t channelId, ShutdownReason reason); 36 void ClientTransAuthCloseChannel(int32_t channelId, ShutdownReason reason);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/ |
H A D | client_trans_udp_virtual.c | 45 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason) in TransOnUdpChannelClosed() 51 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason) in ClientTransCloseUdpChannel()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 35 void (*OnUdpChannelClosed)(int32_t channelId, ShutdownReason reason); 70 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason); 74 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason);
|
/foundation/multimedia/av_session/services/session/server/softbus/ |
H A D | softbus_session_manager.h | 29 virtual void OnShutdown(int32_t socket, ShutdownReason reason) = 0;
63 void OnShutdown(int32_t socket, ShutdownReason reason);
|
H A D | softbus_session_manager.cpp | 35 static void OnShutdown(int32_t socket, ShutdownReason reason)
in OnShutdown() 161 void SoftbusSessionManager::OnShutdown(int32_t socket, ShutdownReason reason)
in OnShutdown() 163 SLOGI("ShutdownReason = %{public}d", reason);
in OnShutdown()
|
/foundation/communication/ipc/services/dbinder/dbinder_service/include/ |
H A D | dbinder_remote_listener.h | 39 static void ServerOnShutdown(int32_t socket, ShutdownReason reason); 41 static void ClientOnShutdown(int32_t socket, ShutdownReason reason);
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/softbussessionobject_fuzzer/ |
H A D | softbus_session_object_fuzzer.cpp | 69 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in SoftBusSessionFuzzTest()
|
/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/distributedhardware/distributed_screen/services/softbusadapter/include/ |
H A D | isoftbus_listener.h | 30 virtual void OnSessionClosed(int32_t sessionId, ShutdownReason reason) = 0;
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/softbussessionmanager_fuzzer/ |
H A D | softbussessionmanager_fuzzer.cpp | 40 void OnShutdown(int32_t socket, ShutdownReason reason) override {}; 54 manager_->OnShutdown(socket, ShutdownReason::SHUTDOWN_REASON_LOCAL); in SoftbusSessionManagerFuzzTest()
|
/foundation/communication/ipc/ipc/native/src/core/include/ |
H A D | databus_socket_listener.h | 78 static void ServerOnShutdown(int32_t socket, ShutdownReason reason);
80 static void ClientOnShutdown(int32_t socket, ShutdownReason reason);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/src/ |
H A D | client_trans_auth_manager.c | 50 int32_t ClientTransAuthOnChannelClosed(int32_t channelId, ShutdownReason reason) in ClientTransAuthOnChannelClosed() 87 void ClientTransAuthCloseChannel(int32_t channelId, ShutdownReason reason) in ClientTransAuthCloseChannel()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/ |
H A D | client_trans_tcp_direct_callback.h | 34 int32_t ClientTransTdcOnSessionClosed(int32_t channelId, ShutdownReason reason);
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.h | 30 void OnSessionClosed(int32_t sessionId, ShutdownReason reason) override {}
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_asset_send_listener.h | 35 static void OnSendShutdown(int32_t sessionId, ShutdownReason reason);
|
H A D | softbus_file_send_listener.h | 34 static void OnSendFileShutdown(int32_t sessionId, ShutdownReason reason);
|
H A D | softbus_file_receive_listener.h | 36 static void OnReceiveFileShutdown(int32_t sessionId, ShutdownReason reason);
|
H A D | softbus_session_dispatcher.h | 39 static void OnSessionClosed(int32_t sessionId, ShutdownReason reason);
|
H A D | softbus_session_listener.h | 29 static void OnSessionClosed(int32_t sessionId, ShutdownReason reason);
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/include/ |
H A D | softbus_adapter_test.h | 48 void OnSessionClosed(int32_t sessionId, ShutdownReason reason) override {}
|
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionclosed_fuzzer/ |
H A D | dinputonsessionclosed_fuzzer.cpp | 38 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in OnSessionClosedFuzzTest()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/include/ |
H A D | client_trans_channel_callback.h | 32 int32_t TransOnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType, ShutdownReason reason);
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/src/ |
H A D | client_trans_channel_callback.c | 98 static int32_t NofifyChannelClosed(int32_t channelId, int32_t channelType, ShutdownReason reason) in NofifyChannelClosed() 129 int32_t TransOnChannelClosed(int32_t channelId, int32_t channelType, int32_t messageType, ShutdownReason reason) in TransOnChannelClosed()
|