Searched refs:InputTransferStation (Results 1 – 7 of 7) sorted by relevance
74 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 …]
30 WM_IMPLEMENT_SINGLE_INSTANCE(InputTransferStation) in WM_IMPLEMENT_SINGLE_INSTANCE() argument32 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()
211 InputTransferStation::GetInstance().MarkRegisterToMMI(); in RegisterInputEventListener()
108 InputTransferStation::GetInstance().AddInputWindow(this); in Create()186 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
1413 InputTransferStation::GetInstance().AddInputWindow(self); in Create()1599 InputTransferStation::GetInstance().RemoveInputWindow(property_->GetWindowId()); in Destroy()
640 InputTransferStation::GetInstance().AddInputWindow(this); in Create()1421 InputTransferStation::GetInstance().RemoveInputWindow(GetPersistentId()); in Destroy()
30 class InputTransferStation {31 WM_DECLARE_SINGLE_INSTANCE_BASE(InputTransferStation);45 InputTransferStation() = default;46 ~InputTransferStation();