Home
last modified time | relevance | path

Searched refs: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.cpp133 ASSERT_NE(nullptr, windowEventChannel);
138 windowEventChannel->SetIsUIExtension(true);
140 res = windowEventChannel->TransferPointerEvent(pointerEvent);
147 windowEventChannel->SetIsUIExtension(false);
160 windowEventChannel->sessionStage_ = nullptr;
180 ASSERT_NE(nullptr, windowEventChannel);
181 windowEventChannel->sessionStage_ = nullptr;
282 ASSERT_NE(nullptr, windowEventChannel);
283 windowEventChannel->sessionStage_ = nullptr;
301 ASSERT_NE(windowEventChannel, nullptr);
[all …]
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp480 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in Connect() local
481 if (windowEventChannel && property_) { in Connect()
482windowEventChannel->SetIsUIExtension(property_->GetWindowType() == WindowType::WINDOW_TYPE_UI_EXTE… in Connect()
483 windowEventChannel->SetUIExtensionUsage(property_->GetUIExtensionUsage()); in Connect()
485 sptr<IWindowEventChannel> iWindowEventChannel(windowEventChannel); in Connect()
H A Dwindow_scene_session_impl.cpp516 auto windowEventChannel = new (std::nothrow) WindowEventChannel(iSessionStage); in RecoverAndReconnectSceneSession() local
517 if (windowEventChannel == nullptr) { in RecoverAndReconnectSceneSession()
520 sptr<IWindowEventChannel> iWindowEventChannel(windowEventChannel); in RecoverAndReconnectSceneSession()