Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.cpp386 const uint16_t maxWaitRetry = 1200; // client socket try 12s in CommandWorker() local
388 if (++thisClass->debugRetryCount > maxWaitRetry) { in CommandWorker()