Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_auto_repeat.h64 #define KeyRepeat ::OHOS::DelayedSingleton<KeyAutoRepeat>::GetInstance() macro
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp240 KeyRepeat->AddDeviceConfig(device); in OnEventDeviceAdded()
253 KeyRepeat->RemoveDeviceConfig(device); in OnEventDeviceRemoved()
267 KeyRepeat->SelectAutoRepeat(keyEvent); in HandleKeyEvent()
369 KeyRepeat->SelectAutoRepeat(keyEvent); in HandleKeyboardEvent()
729 int32_t triggerTime = KeyRepeat->GetIntervalTime(keyEvent->GetDeviceId()); in AddHandleTimer()
H A Dkey_auto_repeat.cpp170 int32_t triggertime = KeyRepeat->GetIntervalTime(keyEvent_->GetDeviceId()); in AddHandleTimer()
/foundation/multimodalinput/input/service/device_manager/test/
H A Dinput_device_manager_test.cpp1353 KeyRepeat->deviceConfig_.insert(std::make_pair(deviceId, deviceConfig)); in HWTEST_F()
1356 KeyRepeat->deviceConfig_.clear(); in HWTEST_F()
1377 KeyRepeat->deviceConfig_.insert(std::make_pair(deviceId, deviceConfig)); in HWTEST_F()
1384 KeyRepeat->deviceConfig_.clear(); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp214 auto deviceConfig = KeyRepeat->GetDeviceConfig(); in GetDeviceConfig()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp733 if (!isRepeat && keyEvent->GetKeyCode() == KeyRepeat->GetRepeatKeyCode()) { in NotifyKeyDownRightNow()

Completed in 8 milliseconds