Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1780 if (matchedSequence_.timerId >= 0 && keyEvent->GetKeyAction() == KeyEvent::KEY_ACTION_UP) { in HandleSequences()
1781 MMI_HILOGI("screen locked, remove matchedSequence timer:%{public}d", matchedSequence_.timerId); in HandleSequences()
1782 TimerMgr->RemoveTimer(matchedSequence_.timerId); in HandleSequences()
1783 matchedSequence_.timerId = -1; in HandleSequences()
1875 matchedSequence_ = sequence; in HandleScreenLocked()
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h330 Sequence matchedSequence_; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2873 handler.matchedSequence_.timerId = 10;
2875 handler.matchedSequence_.timerId = -1;
4946 handler.matchedSequence_.timerId = 10;
4949 handler.matchedSequence_.timerId = -1;
5006 handler.matchedSequence_.timerId = 1;
5174 handler.matchedSequence_.timerId = -10;

Completed in 10 milliseconds