Home
last modified time | relevance | path

Searched refs:downCount (Results 1 - 1 of 1) sorted by relevance

/base/update/updater/services/ui/driver/
H A Dkeys_input_device.cpp43 static int downCount = 0; in OnLongKeyPressDown() local
44 ++downCount; in OnLongKeyPressDown()
47 std::thread t { [this, lastdownCount = downCount] () { in OnLongKeyPressDown()
50 // When the downCount of the last power key press changes, in OnLongKeyPressDown()
53 if (timerStop_ || lastdownCount != downCount) { in OnLongKeyPressDown()

Completed in 1 milliseconds