Searched refs:PrintKeyEvent (Results 1 – 3 of 3) sorted by relevance
356 HWTEST_F(WindowEventChannelTest, PrintKeyEvent, Function | SmallTest | Level2)361 windowEventChannel_->PrintKeyEvent(keyEvent);363 windowEventChannel_->PrintKeyEvent(keyEvent);364 windowEventChannel_->PrintKeyEvent(nullptr);375 windowEventChannel_->PrintKeyEvent(keyEvent);
71 void PrintKeyEvent(const std::shared_ptr<MMI::KeyEvent>& event);
91 PrintKeyEvent(keyEvent); in TransferKeyEvent()230 void WindowEventChannel::PrintKeyEvent(const std::shared_ptr<MMI::KeyEvent>& event) in PrintKeyEvent() function in OHOS::Rosen::WindowEventChannel