Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h234 bool HandleSequence(Sequence& sequence, bool &isLaunchAbility);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1801 if (!HandleSequence((*iter), isLaunchAbility)) { in HandleSequences()
1929 bool KeyCommandHandler::HandleSequence(Sequence &sequence, bool &isLaunchAbility) in HandleSequence() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2799 * @tc.desc: HandleSequence
2811 ASSERT_FALSE(handler.HandleSequence(sequence, isLaunchAbility));
2824 ASSERT_FALSE(handler.HandleSequence(sequence, isLaunchAbility));
2829 ASSERT_FALSE(handler.HandleSequence(sequence, isLaunchAbility));
3674 * @tc.desc: Test the funcation HandleSequence
3686 bool ret = handler.HandleSequence(sequence, isLaunchAbility);
3695 ret = handler.HandleSequence(sequence, isLaunchAbility);

Completed in 10 milliseconds