Home
last modified time | relevance | path

Searched refs:SOFTBUS_HISYSEVT_TCP_CONNECTION_SOCKET_ERR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/include/
H A Dsoftbus_hisysevt_connreporter.h67 SOFTBUS_HISYSEVT_TCP_CONNECTION_SOCKET_ERR, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/connection/tcp/src/
H A Dsoftbus_tcp_connect_manager.c345 … DEFAULT_PID, NULL, &tcpInfo, &tcpInfo.statistics, SOFTBUS_HISYSEVT_TCP_CONNECTION_SOCKET_ERR); in TcpOnDataEventOut()
502 …EFAULT_PID, (ConnectOption *)option, NULL, statistics, SOFTBUS_HISYSEVT_TCP_CONNECTION_SOCKET_ERR); in TcpOpenClientSocketErr()
527 int32_t error = SOFTBUS_HISYSEVT_TCP_CONNECTION_SOCKET_ERR; in TcpConnectDevice()