Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h73 void PrintInfoPointerEvent(const std::shared_ptr<MMI::PointerEvent>& event);
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp281 PrintInfoPointerEvent(event); in PrintPointerEvent()
285 void WindowEventChannel::PrintInfoPointerEvent(const std::shared_ptr<MMI::PointerEvent>& event) in PrintInfoPointerEvent() function in OHOS::Rosen::WindowEventChannel
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp513 HWTEST_F(WindowEventChannelTest, PrintInfoPointerEvent, Function | SmallTest | Level2)
518 windowEventChannel_->PrintInfoPointerEvent(nullptr);