Home
last modified time | relevance | path

Searched defs:windowEventChannel (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp132 … sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); variable
179 … sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); variable
281 … sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); variable
300 sptr<WindowEventChannel> windowEventChannel = new WindowEventChannel(sessionStage); variable
318 sptr<WindowEventChannel> windowEventChannel = new WindowEventChannel(sessionStage); variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp516 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in RecoverAndReconnectSceneSession() local
H A Dwindow_session_impl.cpp480 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in Connect() local