Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.h84 uint16_t tcpConnectRetryCount = 0; variable
Dclient.cpp393 tcpConnectRetryCount = 0; in ConnectServerForClient()
559 WRITE_LOG(LOG_DEBUG, "retry count:%d", thisClass->tcpConnectRetryCount); in Connect()
560 if (thisClass->tcpConnectRetryCount >= TCP_CONNECT_MAX_RETRY_COUNT) { in Connect()
565 thisClass->tcpConnectRetryCount++; in Connect()