Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts22 static retryCount: number = 0; property in SpStatisticsHttpUtil
77 if (SpStatisticsHttpUtil.retryCount >= SpStatisticsHttpUtil.retryMaxCount) {
84 SpStatisticsHttpUtil.retryCount = 0;
89 ++SpStatisticsHttpUtil.retryCount;
/developtools/profiler/host/smartperf/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts22 static retryCount: number = 0; property in SpStatisticsHttpUtil
77 if (SpStatisticsHttpUtil.retryCount >= SpStatisticsHttpUtil.retryMaxCount) {
84 SpStatisticsHttpUtil.retryCount = 0;
89 ++SpStatisticsHttpUtil.retryCount;
/developtools/hdc/src/host/
Dhost_updater.cpp287 int retryCount = 0; in ConfirmCommand() local
312 retryCount++; in ConfirmCommand()
313 } while (retryCount < MAX_RETRY_COUNT); in ConfirmCommand()
314 return (retryCount >= MAX_RETRY_COUNT) ? false : true; in ConfirmCommand()
Dserver.cpp721 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()
/developtools/hdc/src/common/
Ddefine_plus.h326 uint16_t retryCount; member
354 uint16_t retryCount = 0; member