Home
last modified time | relevance | path

Searched refs:ShutdownReason (Results 1 - 25 of 93) sorted by relevance

1234

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/test/fuzztest/avtransonsessionclosed_fuzzer/
H A Davtransonsessionclosed_fuzzer.cpp33 ShutdownReason reason = *(reinterpret_cast<const ShutdownReason*>(data)); in AVTransOnSessionClosedFuzzTest()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/auth/include/
H A Dclient_trans_auth_manager.h30 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 Dclient_trans_udp_virtual.c45 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 Dclient_trans_udp_manager.h35 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 Dsoftbus_session_manager.h29 virtual void OnShutdown(int32_t socket, ShutdownReason reason) = 0;
63 void OnShutdown(int32_t socket, ShutdownReason reason);
H A Dsoftbus_session_manager.cpp35 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 Ddbinder_remote_listener.h39 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 Dsoftbus_session_object_fuzzer.cpp69 ShutdownReason reason = ShutdownReason::SHUTDOWN_REASON_UNKNOWN; in SoftBusSessionFuzzTest()
/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusonsourcesessionclosed_fuzzer/
H A Dsoftbusonsourcesessionclosed_fuzzer.cpp30 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 Dsoftbusonsinksessionclosed_fuzzer.cpp30 DCameraSoftbusAdapter::GetInstance().SinkOnShutDown(sessionId, ShutdownReason::SHUTDOWN_REASON_LOCAL); in SoftbusOnSinkSessionClosedFuzzTest()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Disoftbus_listener.h30 virtual void OnSessionClosed(int32_t sessionId, ShutdownReason reason) = 0;
/foundation/multimedia/av_session/services/session/server/test/fuzztest/softbussessionmanager_fuzzer/
H A Dsoftbussessionmanager_fuzzer.cpp40 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 Ddatabus_socket_listener.h78 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 Dclient_trans_auth_manager.c50 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 Dclient_trans_tcp_direct_callback.h34 int32_t ClientTransTdcOnSessionClosed(int32_t channelId, ShutdownReason reason);
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.h30 void OnSessionClosed(int32_t sessionId, ShutdownReason reason) override {}
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_asset_send_listener.h35 static void OnSendShutdown(int32_t sessionId, ShutdownReason reason);
H A Dsoftbus_file_send_listener.h34 static void OnSendFileShutdown(int32_t sessionId, ShutdownReason reason);
H A Dsoftbus_file_receive_listener.h36 static void OnReceiveFileShutdown(int32_t sessionId, ShutdownReason reason);
H A Dsoftbus_session_dispatcher.h39 static void OnSessionClosed(int32_t sessionId, ShutdownReason reason);
H A Dsoftbus_session_listener.h29 static void OnSessionClosed(int32_t sessionId, ShutdownReason reason);
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/include/
H A Dsoftbus_adapter_test.h48 void OnSessionClosed(int32_t sessionId, ShutdownReason reason) override {}
/foundation/distributedhardware/distributed_input/test/fuzztest/dinputonsessionclosed_fuzzer/
H A Ddinputonsessionclosed_fuzzer.cpp38 ShutdownReason reason = SHUTDOWN_REASON_UNKNOWN; in OnSessionClosedFuzzTest()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/manager/include/
H A Dclient_trans_channel_callback.h32 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 Dclient_trans_channel_callback.c98 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()

Completed in 6 milliseconds

1234