Searched refs:LOG_MAX_TIME (Results 1 – 1 of 1) sorted by relevance
50 constexpr int32_t LOG_MAX_TIME = 20; variable785 if (std::chrono::duration_cast<seconds>(now - startLogTime_).count() >= LOG_MAX_TIME) { in PrintKeyEventLog()