Searched refs:IsKeyboardEvent (Results 1 – 9 of 9) sorted by relevance
85 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in HandleKeyEvent()158 bool WindowInputChannel::IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const in IsKeyboardEvent() function in OHOS::Rosen::WindowInputChannel
464 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in NotifyKeyEvent()
3695 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in NotifyKeyEvent()3730 bool WindowSessionImpl::IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const in IsKeyboardEvent() function in OHOS::Rosen::WindowSessionImpl
35 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
326 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
53 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
288 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in OnInputEvent()312 bool IntentionEventManager::InputEventListener::IsKeyboardEvent( in IsKeyboardEvent() function in OHOS::Rosen::IntentionEventManager::InputEventListener
274 HWTEST_F(IntentionEventManagerTest, IsKeyboardEvent, Function | MediumTest | Level2)279 EXPECT_EQ(true, inputEventListener_->IsKeyboardEvent(keyEvent));
428 HWTEST_F(WindowSessionImplTwoTest, IsKeyboardEvent, Function | SmallTest | Level2)435 ASSERT_FALSE(window->IsKeyboardEvent(keyEvent));438 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent));441 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent));444 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent));