Home
last modified time | relevance | path

Searched refs:InputTransferStation (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dinput_transfer_station_test.cpp74 InputTransferStation::GetInstance().isRegisteredMMI_ = true; in HWTEST_F()
75 InputTransferStation::GetInstance().AddInputWindow(window_); in HWTEST_F()
76 InputTransferStation::GetInstance().isRegisteredMMI_ = false; in HWTEST_F()
78 InputTransferStation::GetInstance().destroyed_ = true; in HWTEST_F()
79 InputTransferStation::GetInstance().AddInputWindow(window_); in HWTEST_F()
80 InputTransferStation::GetInstance().destroyed_ = false; in HWTEST_F()
81 InputTransferStation::GetInstance().AddInputWindow(window_); in HWTEST_F()
82 InputTransferStation::GetInstance().inputListener_ = listener; in HWTEST_F()
83 InputTransferStation::GetInstance().AddInputWindow(window_); in HWTEST_F()
94 InputTransferStation in HWTEST_F()
[all...]
/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h30 class InputTransferStation { class
31 WM_DECLARE_SINGLE_INSTANCE_BASE(InputTransferStation);
46 InputTransferStation() = default;
47 ~InputTransferStation();
/foundation/window/window_manager/wm/src/
H A Dinput_transfer_station.cpp28 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "InputTransferStation"};
30 WM_IMPLEMENT_SINGLE_INSTANCE(InputTransferStation)
32 InputTransferStation::~InputTransferStation() in ~InputTransferStation()
49 auto channel = InputTransferStation::GetInstance().GetInputChannel(windowId); in OnInputEvent()
88 auto channel = InputTransferStation::GetInstance().GetInputChannel(windowId); in OnInputEvent()
102 void InputTransferStation::AddInputWindow(const sptr<Window>& window) in AddInputWindow()
148 void InputTransferStation::RemoveInputWindow(uint32_t windowId) in RemoveInputWindow()
171 sptr<WindowInputChannel> InputTransferStation::GetInputChannel(uint32_t windowId) in GetInputChannel()
H A Droot_scene.cpp169 InputTransferStation::GetInstance().MarkRegisterToMMI(); in RegisterInputEventListener()
H A Dwindow_extension_session_impl.cpp107 InputTransferStation::GetInstance().AddInputWindow(this); in Create()
169 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
H A Dwindow_impl.cpp1379 InputTransferStation::GetInstance().AddInputWindow(self); in Create()
1563 InputTransferStation::GetInstance().RemoveInputWindow(property_->GetWindowId()); in Destroy()
H A Dwindow_scene_session_impl.cpp668 InputTransferStation::GetInstance().AddInputWindow(this); in Create()
1413 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()

Completed in 19 milliseconds