Searched refs:IsFunctionKey (Results 1 – 5 of 5) sorted by relevance
505 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));507 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));509 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));511 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));513 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));515 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));517 ASSERT_FALSE(handler.IsFunctionKey(keyEvent));1248 ASSERT_TRUE(handler.IsFunctionKey(keyEvent));1250 ASSERT_TRUE(handler.IsFunctionKey(keyEvent));1252 ASSERT_TRUE(handler.IsFunctionKey(keyEvent));[all …]
90 bool IsFunctionKey(const std::shared_ptr<KeyEvent> keyEvent);
283 bool KeySubscriberHandler::IsFunctionKey(const std::shared_ptr<KeyEvent> keyEvent) in IsFunctionKey() function in OHOS::MMI::KeySubscriberHandler310 if (IsFunctionKey(keyEvent)) { in IsEnableCombineKey()
567 bool IsFunctionKey() const in IsFunctionKey() function
1929 if (event.IsFunctionKey() || event.IsEscapeKey()) { in TriggerKeyboardShortcut()