Searched refs:passedSecond (Results 1 – 1 of 1) sorted by relevance
55 auto passedSecond = chrono::duration_cast<chrono::seconds>(end - start).count(); in Stop() local56 if (passedSecond > 10) { // The restart timeout interval is 10 seconds. in Stop()