Home
last modified time | relevance | path

Searched refs:SOFTBUS_ADAPTER_SOCKET_EINPROGRESS (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_errcode.h34 SOFTBUS_ADAPTER_SOCKET_EINPROGRESS, enumerator
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c58 errCode = SOFTBUS_ADAPTER_SOCKET_EINPROGRESS; in GetErrorCode()
237 … if (result == SOFTBUS_ADAPTER_SOCKET_EINPROGRESS || result == SOFTBUS_ADAPTER_SOCKET_EAGAIN) { in SoftBusSocketConnect()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c321 if ((ret != SOFTBUS_ADAPTER_OK) && (ret != SOFTBUS_ADAPTER_SOCKET_EINPROGRESS) && in OpenTcpClientSocket()