Home
last modified time | relevance | path

Searched refs:windowEventChannel (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp132 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); in HWTEST_F() local
133 ASSERT_NE(nullptr, windowEventChannel); in HWTEST_F()
135 auto res = windowEventChannel->TransferPointerEvent(pointerEvent); in HWTEST_F()
138 windowEventChannel->SetIsUIExtension(true); in HWTEST_F()
139 windowEventChannel->SetUIExtensionUsage(UIExtensionUsage::MODAL); in HWTEST_F()
140 res = windowEventChannel->TransferPointerEvent(pointerEvent); in HWTEST_F()
143 windowEventChannel->SetUIExtensionUsage(UIExtensionUsage::EMBEDDED); in HWTEST_F()
144 res = windowEventChannel->TransferPointerEvent(pointerEvent); in HWTEST_F()
147 windowEventChannel->SetIsUIExtension(false); in HWTEST_F()
148 windowEventChannel in HWTEST_F()
179 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); HWTEST_F() local
281 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); HWTEST_F() local
300 sptr<WindowEventChannel> windowEventChannel = new WindowEventChannel(sessionStage); HWTEST_F() local
318 sptr<WindowEventChannel> windowEventChannel = new WindowEventChannel(sessionStage); HWTEST_F() local
[all...]
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp427 auto windowEventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in Connect() local
428 windowEventChannel->SetIsUIExtension(property_->GetWindowType() == WindowType::WINDOW_TYPE_UI_EXTENSION); in Connect()
429 windowEventChannel->SetUIExtensionUsage(property_->GetUIExtensionUsage()); in Connect()
430 sptr<IWindowEventChannel> iWindowEventChannel(windowEventChannel); in Connect()

Completed in 8 milliseconds