Searched refs:HandleKeyEventWindowId (Results 1 – 6 of 6) sorted by relevance
65 MOCK_METHOD(void, HandleKeyEventWindowId, (std::shared_ptr<KeyEvent>));
99 virtual void HandleKeyEventWindowId(std::shared_ptr<KeyEvent> keyEvent) = 0;
95 void HandleKeyEventWindowId(std::shared_ptr<KeyEvent> keyEvent);
384 WIN_MGR->HandleKeyEventWindowId(keyEvent); in UpdateKeyEventHandlerChain()
197 WIN_MGR->HandleKeyEventWindowId(keyEvent);5858 EXPECT_NO_FATAL_FAILURE(inputWindowsMgr.HandleKeyEventWindowId(keyEvent));5861 EXPECT_NO_FATAL_FAILURE(inputWindowsMgr.HandleKeyEventWindowId(keyEvent));5864 EXPECT_NO_FATAL_FAILURE(inputWindowsMgr.HandleKeyEventWindowId(keyEvent));
575 void InputWindowsManager::HandleKeyEventWindowId(std::shared_ptr<KeyEvent> keyEvent) in HandleKeyEventWindowId() function in OHOS::MMI::InputWindowsManager