Home
last modified time | relevance | path

Searched refs:OnWindowEvent (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_service.h164 void OnWindowEvent(Event event, const sptr<IRemoteObject>& remoteObject);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_manager_service_test.cpp260 * @tc.name: OnWindowEvent
261 * @tc.desc: OnWindowEvent test
267 wms->OnWindowEvent(static_cast<Event>(1), remoteObject); in HWTEST_F()
268 wms->OnWindowEvent(Event::REMOTE_DIED, remoteObject); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp69 [this](Event event, const sptr<IRemoteObject>& remoteObject) { OnWindowEvent(event, remoteObject); });
1149 void WindowManagerService::OnWindowEvent(Event event, const sptr<IRemoteObject>& remoteObject) in OnWindowEvent() function in OHOS::Rosen::WindowManagerService
1187 PostVoidSyncTask(task, "OnWindowEvent"); in OnWindowEvent()

Completed in 6 milliseconds