Home
last modified time | relevance | path

Searched refs:inputWindowMonitor_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h37inputWindowMonitor_(inputWindowMonitor), accessibilityConnection_(new AccessibilityConnection(wind… in WindowController()
128 sptr<InputWindowMonitor> inputWindowMonitor_; variable
H A Dwindow_manager_service.h201 sptr<InputWindowMonitor> inputWindowMonitor_; variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp40 static sptr<InputWindowMonitor> inputWindowMonitor_; member in OHOS::Rosen::WindowControllerTest
47 sptr<InputWindowMonitor> WindowControllerTest::inputWindowMonitor_ = nullptr; member in OHOS::Rosen::WindowControllerTest
60 inputWindowMonitor_ = new InputWindowMonitor(windowRoot_); in SetUpTestCase()
61 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_); in SetUpTestCase()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp70 inputWindowMonitor_ = new InputWindowMonitor(windowRoot_);
71 windowController_ = new WindowController(windowRoot_, inputWindowMonitor_);
H A Dwindow_controller.cpp1371 inputWindowMonitor_->UpdateInputWindow(windowId); in FlushWindowInfo()
1378 inputWindowMonitor_->UpdateInputWindowByDisplayId(displayId); in FlushWindowInfoWithDisplayId()