Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp256 int32_t repeatRateTime = rate; in SetKeyboardRepeatRate() local
258 repeatRateTime = MIN_KEY_REPEAT_RATE; in SetKeyboardRepeatRate()
261 repeatRateTime = MAX_KEY_REPEAT_RATE; in SetKeyboardRepeatRate()
264 if (PutConfigDataToDatabase(name, repeatRateTime) != RET_OK) { in SetKeyboardRepeatRate()
268 MMI_HILOGD("Successfully set keyboard repeat for rate:%{public}d", repeatRateTime); in SetKeyboardRepeatRate()

Completed in 2 milliseconds