Searched refs:retryCount (Results 1 – 4 of 4) sorted by relevance
23 static retryCount: number = 0; property in SpStatisticsHttpUtil83 if (SpStatisticsHttpUtil.retryCount >= SpStatisticsHttpUtil.retryMaxCount) {90 SpStatisticsHttpUtil.retryCount = 0;95 ++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()
733 if (hSession->hUART->retryCount > uartConnectRetryMax) { in UartPreConnect()735 hSession->hUART->retryCount); in UartPreConnect()740 hSession->hUART->retryCount++; in UartPreConnect()
328 uint16_t retryCount; member357 uint16_t retryCount = 0; member