Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dinput_transfer_station_test.cpp74 InputTransferStation::GetInstance().isRegisteredMMI_ = true;
75 InputTransferStation::GetInstance().AddInputWindow(window_);
78 InputTransferStation::GetInstance().destroyed_ = true;
79 InputTransferStation::GetInstance().AddInputWindow(window_);
80 InputTransferStation::GetInstance().destroyed_ = false;
81 InputTransferStation::GetInstance().AddInputWindow(window_);
94 InputTransferStation::GetInstance().destroyed_ = true;
97 InputTransferStation::GetInstance().destroyed_ = false;
175 InputTransferStation::GetInstance().destroyed_ = true;
178 InputTransferStation::GetInstance().destroyed_ = false;
[all …]
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dinput_transfer_station.cpp30 WM_IMPLEMENT_SINGLE_INSTANCE(InputTransferStation) in WM_IMPLEMENT_SINGLE_INSTANCE() argument
32 InputTransferStation::~InputTransferStation() in WM_IMPLEMENT_SINGLE_INSTANCE()
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.cpp211 InputTransferStation::GetInstance().MarkRegisterToMMI(); in RegisterInputEventListener()
H A Dwindow_extension_session_impl.cpp108 InputTransferStation::GetInstance().AddInputWindow(this); in Create()
186 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
H A Dwindow_impl.cpp1413 InputTransferStation::GetInstance().AddInputWindow(self); in Create()
1599 InputTransferStation::GetInstance().RemoveInputWindow(property_->GetWindowId()); in Destroy()
H A Dwindow_scene_session_impl.cpp640 InputTransferStation::GetInstance().AddInputWindow(this); in Create()
1421 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dinput_transfer_station.h30 class InputTransferStation {
31 WM_DECLARE_SINGLE_INSTANCE_BASE(InputTransferStation);
45 InputTransferStation() = default;
46 ~InputTransferStation();