Searched refs:RecoverInputEventToClient (Results 1 – 4 of 4) sorted by relevance
83 WMError RecoverInputEventToClient(uint32_t windowId);
1377 HWTEST_F(WindowControllerTest, RecoverInputEventToClient, Function | SmallTest | Level3)1397 WMError res = windowController_->RecoverInputEventToClient(10);1400 res = windowController_->RecoverInputEventToClient(windowId);1429 WMError res = windowController_->RecoverInputEventToClient(windowId);
1010 WMError res = windowController_->RecoverInputEventToClient(windowId); in RemoveWindow()1257 windowController_->RecoverInputEventToClient(windowId); in ProcessPointUp()
1235 WMError WindowController::RecoverInputEventToClient(uint32_t windowId) in RecoverInputEventToClient() function in OHOS::Rosen::WindowController