Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/test/facility/mock/include/
H A Dinput_windows_manager_mock.h117 MOCK_METHOD(std::optional<WindowInfo>, GetWindowAndDisplayInfo, (int32_t, int32_t));
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Di_input_windows_manager.h150 …virtual std::optional<WindowInfo> GetWindowAndDisplayInfo(int32_t windowId, int32_t displayId) = 0;
H A Dinput_windows_manager.h173 std::optional<WindowInfo> GetWindowAndDisplayInfo(int32_t windowId, int32_t displayId);
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp175 auto windowInfo = WIN_MGR->GetWindowAndDisplayInfo(windowId, point->GetTargetDisplayId()); in HandleMultiWindowPointerEvent()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp2166 auto result = WIN_MGR->GetWindowAndDisplayInfo(windowId, displayId);
2171 result = WIN_MGR->GetWindowAndDisplayInfo(windowId, displayId);
2175 result = WIN_MGR->GetWindowAndDisplayInfo(windowId, displayId);
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp3169 … auto windowInfo = GetWindowAndDisplayInfo(windowId, pointerEvent->GetTargetDisplayId()); in UpdateDisplayInfo()
4123 std::optional<WindowInfo> InputWindowsManager::GetWindowAndDisplayInfo(int32_t windowId, int32_t di… in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp2474 auto window = WIN_MGR->GetWindowAndDisplayInfo(targetWindowId, targetDisplayId); in CheckInputMethodArea()