Home
last modified time | relevance | path

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

/foundation/window/window_manager/wm/include/
H A Dwindow_input_channel.h36 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
H A Dwindow_session_impl.h322 bool IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const;
/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp85 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in HandleKeyEvent()
157 bool WindowInputChannel::IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const in IsKeyboardEvent() function in OHOS::Rosen::WindowInputChannel
H A Dwindow_extension_session_impl.cpp443 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in NotifyKeyEvent()
H A Dwindow_session_impl.cpp3536 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in NotifyKeyEvent()
3571 bool WindowSessionImpl::IsKeyboardEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) const in IsKeyboardEvent() function in OHOS::OHOS::Rosen::WindowSessionImpl
/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;
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp293 bool isKeyboardEvent = IsKeyboardEvent(keyEvent); in OnInputEvent()
317 bool IntentionEventManager::InputEventListener::IsKeyboardEvent( in IsKeyboardEvent() function in OHOS::Rosen::IntentionEventManager::InputEventListener
/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp270 * @tc.name: IsKeyboardEvent
271 * @tc.desc: IsKeyboardEvent Test
274 HWTEST_F(IntentionEventManagerTest, IsKeyboardEvent, Function | MediumTest | Level2) in HWTEST_F()
279 EXPECT_EQ(true, inputEventListener_->IsKeyboardEvent(keyEvent)); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test2.cpp439 * @tc.name: IsKeyboardEvent
440 * @tc.desc: IsKeyboardEvent
443 HWTEST_F(WindowSessionImplTest2, IsKeyboardEvent, Function | SmallTest | Level2) in HWTEST_F()
445 auto window = GetTestWindowImpl("IsKeyboardEvent"); in HWTEST_F()
450 ASSERT_FALSE(window->IsKeyboardEvent(keyEvent)); in HWTEST_F()
453 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent)); in HWTEST_F()
456 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent)); in HWTEST_F()
459 ASSERT_TRUE(window->IsKeyboardEvent(keyEvent)); in HWTEST_F()

Completed in 16 milliseconds