Searched refs:HandleMatchedSequence (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 236 bool HandleMatchedSequence(Sequence& sequence, bool &isLaunchAbility);
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 3643 * @tc.desc: Test the funcation HandleMatchedSequence 3654 bool ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 3659 ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 3662 ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 3665 ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 3668 ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 4070 * @tc.desc: Test the funcation HandleMatchedSequence 4083 bool ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 4089 ret = handler.HandleMatchedSequence(sequence, isLaunchAbility); 4094 ret = handler.HandleMatchedSequence(sequenc [all...] |
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1905 bool KeyCommandHandler::HandleMatchedSequence(Sequence& sequence, bool &isLaunchAbility) in HandleMatchedSequence() function in OHOS::MMI::KeyCommandHandler 1956 return HandleMatchedSequence(sequence, isLaunchAbility); in HandleSequence()
|
Completed in 10 milliseconds