Home
last modified time | relevance | path

Searched refs:WindowEventChannel (Results 1 - 13 of 13) sorted by relevance

/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp32 constexpr HiviewDFX::HiLogLabel LABEL = { LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowEventChannel" };
78 void WindowEventChannel::SetIsUIExtension(bool isUIExtension) in SetIsUIExtension()
83 void WindowEventChannel::SetUIExtensionUsage(UIExtensionUsage uiExtensionUsage) in SetUIExtensionUsage()
88 WSError WindowEventChannel::TransferKeyEvent(const std::shared_ptr<MMI::KeyEvent>& keyEvent) in TransferKeyEvent()
90 WLOGFD("WindowEventChannel receive key event"); in TransferKeyEvent()
96 WSError WindowEventChannel::TransferPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in TransferPointerEvent()
98 WLOGFD("WindowEventChannel receive pointer event"); in TransferPointerEvent()
132 WSError WindowEventChannel::TransferBackpressedEventForConsumed(bool& isConsumed) in TransferBackpressedEventForConsumed()
134 WLOGFD("WindowEventChannel receive backpressed event"); in TransferBackpressedEventForConsumed()
143 WSError WindowEventChannel
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dwindow_event_channel_test.cpp48 sptr<WindowEventChannel> windowEventChannel_ = new WindowEventChannelMocker(sessionStage);
132 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); in HWTEST_F()
179 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); in HWTEST_F()
281 sptr<WindowEventChannel> windowEventChannel = new (std::nothrow) WindowEventChannel(sessionStage); in HWTEST_F()
300 sptr<WindowEventChannel> windowEventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
318 sptr<WindowEventChannel> windowEventChanne in HWTEST_F()
[all...]
H A Dscene_session_manager_stub_lifecycle_test.cpp84 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
H A Dscene_session_manager_stub_test.cpp79 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
124 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
169 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
1070 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
1113 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(sessionStage); in HWTEST_F()
H A Dextension_session_test.cpp696 wptrDeath = new (std::nothrow) WindowEventChannel(nullptr); in HWTEST_F()
H A Dscene_session_lifecycle_test.cpp840 sptr<IWindowEventChannel> eventChannel = new WindowEventChannel(mockSessionStage); in HWTEST_F()
/foundation/window/window_manager/test/fuzztest/window_scene/windoweventchstubpoint_fuzzer/
H A Dwindoweventchstubpoint_fuzzer.cpp49 sptr<WindowEventChannel> eventStub = new (std::nothrow) WindowEventChannel(nullptr); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/test/fuzztest/window_scene/windoweventchstubfocus_fuzzer/
H A Dwindoweventchstubfocus_fuzzer.cpp49 sptr<WindowEventChannel> eventStub = new (std::nothrow) WindowEventChannel(nullptr); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/window_scene/test/mock/
H A Dmock_window_event_channel.h23 class WindowEventChannelMocker : public WindowEventChannel {
25 WindowEventChannelMocker(sptr<ISessionStage> sessionStage) : WindowEventChannel(sessionStage) {}; in WindowEventChannelMocker()
/foundation/window/window_manager/window_scene/session/container/include/
H A Dwindow_event_channel.h44 class WindowEventChannel : public WindowEventChannelStub { class
46 explicit WindowEventChannel(sptr<ISessionStage> iSessionStage) : sessionStage_(iSessionStage) in WindowEventChannel() function in OHOS::Rosen::WindowEventChannel
49 ~WindowEventChannel() = default;
/foundation/window/window_manager/test/fuzztest/window_scene/windoweventchstubkeyevent_fuzzer/
H A Dwindoweventchstubkeyevent_fuzzer.cpp49 sptr<WindowEventChannel> eventStub = new (std::nothrow) WindowEventChannel(nullptr); in DoSomethingInterestingWithMyAPI()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp312 sptr<IWindowEventChannel> eventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in CreateAndConnectSpecificSession()
490 sptr<IWindowEventChannel> eventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in RecoverAndConnectSpecificSession()
554 sptr<IWindowEventChannel> iWindowEventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in RecoverAndReconnectSceneSession()
H A Dwindow_session_impl.cpp427 auto windowEventChannel = sptr<WindowEventChannel>::MakeSptr(iSessionStage); in Connect()

Completed in 39 milliseconds