Home
last modified time | relevance | path

Searched refs:IsKeyboardEvent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp85 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
H A Dwindow_extension_session_impl.cpp464 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in NotifyKeyEvent()
H A Dwindow_session_impl.cpp3695 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
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_input_channel.h35 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
H A Dwindow_session_impl.h326 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/include/
H A Dintention_event_manager.h53 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp288 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in OnInputEvent()
312 bool IntentionEventManager::InputEventListener::IsKeyboardEvent( in IsKeyboardEvent() function in OHOS::Rosen::IntentionEventManager::InputEventListener
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp274 HWTEST_F(IntentionEventManagerTest, IsKeyboardEvent, Function | MediumTest | Level2)
279 EXPECT_EQ(true, inputEventListener_->IsKeyboardEvent(keyEvent));
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_two_test.cpp428 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));