Searched refs:retryCount (Results 1 – 5 of 5) sorted by relevance
22 static retryCount: number = 0; property in SpStatisticsHttpUtil77 if (SpStatisticsHttpUtil.retryCount >= SpStatisticsHttpUtil.retryMaxCount) {84 SpStatisticsHttpUtil.retryCount = 0;89 ++SpStatisticsHttpUtil.retryCount;
287 int retryCount = 0; in ConfirmCommand() local312 retryCount++; in ConfirmCommand()313 } while (retryCount < MAX_RETRY_COUNT); in ConfirmCommand()314 return (retryCount >= MAX_RETRY_COUNT) ? false : true; in ConfirmCommand()
721 if (++hSession->hUSB->retryCount > usbConnectRetryMax) { // max 15s in UsbPreConnect()753 if (hSession->hUART->retryCount > uartConnectRetryMax) { in UartPreConnect()755 hSession->hUART->retryCount); in UartPreConnect()760 hSession->hUART->retryCount++; in UartPreConnect()
326 uint16_t retryCount; member354 uint16_t retryCount = 0; member