Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Dkey_auto_repeat.cpp114 AddHandleTimer(delayTime); in SelectAutoRepeat()
143 AddHandleTimer(delayTime); in SelectAutoRepeat()
153 void KeyAutoRepeat::AddHandleTimer(int32_t timeout) in AddHandleTimer() function in OHOS::MMI::KeyAutoRepeat
166 this->AddHandleTimer(triggertime); in AddHandleTimer()
H A Devent_normalize_handler.cpp674 int32_t EventNormalizeHandler::AddHandleTimer(int32_t timeout) in AddHandleTimer() function in OHOS::MMI::EventNormalizeHandler
684 this->AddHandleTimer(triggerTime); in AddHandleTimer()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/include/
H A Dkey_auto_repeat.h39 void AddHandleTimer(int32_t timeout);
H A Devent_normalize_handler.h44 int32_t AddHandleTimer(int32_t timeout = 300);