Searched refs:OnWindowEvent (Results 1 – 3 of 3) sorted by relevance
165 void OnWindowEvent(Event event, const sptr<IRemoteObject>& remoteObject);
267 wms->OnWindowEvent(static_cast<Event>(1), remoteObject);268 wms->OnWindowEvent(Event::REMOTE_DIED, remoteObject);
69 …[this](Event event, const sptr<IRemoteObject>& remoteObject) { OnWindowEvent(event, remoteObject);… in __anon02364d230202()1146 void WindowManagerService::OnWindowEvent(Event event, const sptr<IRemoteObject>& remoteObject) in OnWindowEvent() function in OHOS::Rosen::WindowManagerService