Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h236 bool HandleMatchedSequence(Sequence& sequence, bool &isLaunchAbility);
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp3643 * @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 Dkey_command_handler.cpp1905 bool KeyCommandHandler::HandleMatchedSequence(Sequence& sequence, bool &isLaunchAbility) in HandleMatchedSequence() function in OHOS::MMI::KeyCommandHandler
1956 return HandleMatchedSequence(sequence, isLaunchAbility); in HandleSequence()

Completed in 8 milliseconds