Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp50 constexpr int32_t LOG_MAX_TIME = 20; variable
785 if (std::chrono::duration_cast<seconds>(now - startLogTime_).count() >= LOG_MAX_TIME) { in PrintKeyEventLog()