Home
last modified time | relevance | path

Searched refs:RecoverInputEventToClient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h83 WMError RecoverInputEventToClient(uint32_t windowId);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp1377 HWTEST_F(WindowControllerTest, RecoverInputEventToClient, Function | SmallTest | Level3)
1397 WMError res = windowController_->RecoverInputEventToClient(10);
1400 res = windowController_->RecoverInputEventToClient(windowId);
1429 WMError res = windowController_->RecoverInputEventToClient(windowId);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp1010 WMError res = windowController_->RecoverInputEventToClient(windowId); in RemoveWindow()
1257 windowController_->RecoverInputEventToClient(windowId); in ProcessPointUp()
H A Dwindow_controller.cpp1235 WMError WindowController::RecoverInputEventToClient(uint32_t windowId) in RecoverInputEventToClient() function in OHOS::Rosen::WindowController