Searched refs:startLogTime_ (Results 1 – 2 of 2) sorted by relevance
48 std::chrono::system_clock::time_point InputMethodController::startLogTime_ = system_clock::now(); member in OHOS::MiscServices::InputMethodController782 startLogTime_ = now; in PrintKeyEventLog()785 if (std::chrono::duration_cast<seconds>(now - startLogTime_).count() >= LOG_MAX_TIME) { in PrintKeyEventLog()786 auto start = std::chrono::duration_cast<seconds>(startLogTime_.time_since_epoch()).count(); in PrintKeyEventLog()
880 static std::chrono::system_clock::time_point startLogTime_; variable