Home
last modified time | relevance | path

Searched refs:LaunchRepeatKeyAbility (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h213 …void LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, const std::shared_ptr<KeyEven…
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1620 LaunchRepeatKeyAbility(item, isLaunched, keyEvent); in HandleRepeatKeyAbility()
1641 LaunchRepeatKeyAbility(item, isLaunched, keyEvent); in HandleRepeatKeyAbility()
1645 void KeyCommandHandler::LaunchRepeatKeyAbility(const RepeatKey &item, bool &isLaunched, in LaunchRepeatKeyAbility() function in OHOS::MMI::KeyCommandHandler