Home
last modified time | relevance | path

Searched refs:SOFTBUS_TEMP_FAILURE_RETRY (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dsoftbus/core/connection/interface/
H A Dsoftbus_socket.h32 #ifndef SOFTBUS_TEMP_FAILURE_RETRY
33 #define SOFTBUS_TEMP_FAILURE_RETRY(expression) \ macro
/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_tcp_socket.c171 return SOFTBUS_TEMP_FAILURE_RETRY( in BindLocalIP()
180 return SOFTBUS_TEMP_FAILURE_RETRY( in BindLocalIP()
265 return SOFTBUS_TEMP_FAILURE_RETRY( in SocketConnect()
274 return SOFTBUS_TEMP_FAILURE_RETRY( in SocketConnect()
413 int32_t ret = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketAccept(fd, &addr, cfd)); in AcceptTcpClient()
H A Dsoftbus_socket.c154 rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketSelect(fd + 1, NULL, &writeSet, NULL, &tv)); in WaitEvent()
168 rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketSelect(fd + 1, &readSet, NULL, NULL, &tv)); in WaitEvent()
224 ssize_t rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketSend(fd, &buf[bytes], len - bytes, 0)); in ConnSendSocketData()
269 ssize_t rc = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketRecv(fd, buf, len, flags)); in OnRecvData()
H A Dsoftbus_base_listener.c859 status = SOFTBUS_TEMP_FAILURE_RETRY(socketIf->AcceptClient(listenFd, &clientAddr, &clientFd)); in ProcessSpecifiedServerAcceptEvent()
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c80 ret = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketBind(fd, (SoftBusSockAddr *)&addr, sizeof(addr))); in CreateServerSocketByIpv4()
121 ret = SOFTBUS_TEMP_FAILURE_RETRY(SoftBusSocketBind(fd, (SoftBusSockAddr *)&addr, sizeof(addr))); in CreateServerSocketByIpv6()

Completed in 5 milliseconds