/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_test_link.h | 37 void UtRemoveSocketNode(int32_t socket, ShutdownReason reason, bool isServer); 47 void UtServerOnShutdown(int32_t socket, ShutdownReason reason); 49 void UtClientOnShutdown(int32_t socket, ShutdownReason reason);
|
H A D | dslm_test_link.c | 29 void UtRemoveSocketNode(int32_t socket, ShutdownReason reason, bool isServer) in UtRemoveSocketNode() 54 void UtServerOnShutdown(int32_t socket, ShutdownReason reason) in UtServerOnShutdown() 59 void UtClientOnShutdown(int32_t socket, ShutdownReason reason) in UtClientOnShutdown()
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | soft_bus_socket_listener.h | 31 static void OnShutdown(int32_t socket, ShutdownReason reason);
|
/base/useriam/user_auth_framework/services/remote_connect/inc/ |
H A D | soft_bus_socket_listener.h | 36 static void OnShutdown(int32_t socketId, ShutdownReason reason);
|
H A D | soft_bus_client_socket.h | 36 void OnShutdown(int32_t socketId, ShutdownReason reason) override;
|
H A D | soft_bus_server_socket.h | 34 void OnShutdown(int32_t socketId, ShutdownReason reason) override;
|
H A D | soft_bus_manager.h | 55 void OnShutdown(int32_t socketId, ShutdownReason reason);
|
H A D | soft_bus_base_socket.h | 65 virtual void OnShutdown(int32_t socketId, ShutdownReason reason) = 0;
|
/base/security/access_token/services/tokensyncmanager/test/mock/include/ |
H A D | socket.h | 115 } ShutdownReason; typedef 267 void (*OnShutdown)(int32_t socket, ShutdownReason reason);
|
/base/useriam/user_auth_framework/services/remote_connect/src/ |
H A D | soft_bus_socket_listener.cpp | 59 void SoftBusSocketListener::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
|
H A D | soft_bus_client_socket.cpp | 63 void ClientSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
|
H A D | soft_bus_server_socket.cpp | 55 void ServerSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
|
H A D | soft_bus_manager.cpp | 584 void SoftBusManager::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
|
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/ |
H A D | soft_bus_fuzzer.cpp | 67 ShutdownReason reason = SHUTDOWN_REASON_LOCAL; in FuzzSoftBusBaseSocketSecond() 126 ShutdownReason reason = SHUTDOWN_REASON_LOCAL; in FuzzSoftBusServerSocketFisrst() 172 ShutdownReason reason = SHUTDOWN_REASON_LOCAL; in FuzzSoftBusManagerFisrst()
|
/base/telephony/call_manager/services/distributed_call/include/transmission/ |
H A D | session_adapter.h | 56 static void OnShutdown(int32_t socket, ShutdownReason reason);
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/ |
H A D | dsoftbus_adapter_impl.h | 89 void OnShutdown(int32_t socket, ShutdownReason reason);
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | soft_bus_socket_listener.cpp | 56 void SoftBusSocketListener::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
|
/base/telephony/call_manager/services/distributed_call/src/transmission/ |
H A D | session_adapter.cpp | 81 void SessionAdapter::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
|
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
H A D | distributed_transmission_test.cpp | 125 SessionAdapter::OnShutdown(0, static_cast<ShutdownReason>(0)); in HWTEST_F()
|
/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_device_socket_manager.c | 140 static void RemoveSocketNode(int32_t socket, ShutdownReason reason, bool isServer) in RemoveSocketNode() 159 static void ServerOnShutdown(int32_t socket, ShutdownReason reason) in ServerOnShutdown() 167 static void ClientOnShutdown(int32_t socket, ShutdownReason reason) in ClientOnShutdown() 188 ShutdownReason reason = SHUTDOWN_REASON_LOCAL; in TimerProcessWaitingTimeOut()
|
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/ |
H A D | dsoftbus_adapter_impl.cpp | 277 static void OnShutdownLink(int32_t socket, ShutdownReason reason) in OnShutdownLink() 314 void DSoftbusAdapterImpl::OnShutdown(int32_t socket, ShutdownReason reason) in OnShutdown()
|