Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp352 * @tc.name: PrintKeyEvent
353 * @tc.desc: normal function PrintKeyEvent
356 HWTEST_F(WindowEventChannelTest, PrintKeyEvent, Function | SmallTest | Level2) in HWTEST_F()
361 windowEventChannel_->PrintKeyEvent(keyEvent); in HWTEST_F()
363 windowEventChannel_->PrintKeyEvent(keyEvent); in HWTEST_F()
364 windowEventChannel_->PrintKeyEvent(nullptr); in HWTEST_F()
375 windowEventChannel_->PrintKeyEvent(keyEvent); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h71 void PrintKeyEvent(const std::shared_ptr<MMI::KeyEvent>& event);
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp91 PrintKeyEvent(keyEvent); in TransferKeyEvent()
230 void WindowEventChannel::PrintKeyEvent(const std::shared_ptr<MMI::KeyEvent>& event) in PrintKeyEvent() function in OHOS::Rosen::WindowEventChannel

Completed in 2 milliseconds