Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp356 HWTEST_F(WindowEventChannelTest, PrintKeyEvent, Function | SmallTest | Level2)
361 windowEventChannel_->PrintKeyEvent(keyEvent);
363 windowEventChannel_->PrintKeyEvent(keyEvent);
364 windowEventChannel_->PrintKeyEvent(nullptr);
375 windowEventChannel_->PrintKeyEvent(keyEvent);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h71 void PrintKeyEvent(const std::shared_ptr<MMI::KeyEvent>& event);
/ohos5.0/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