Lines Matching refs:event
103 void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status);
105 void NotifyDisplayChangedEvent(sptr<DisplayInfo> info, DisplayChangeEvent event);
207 void OnDisplayChange(sptr<DisplayInfo> displayInfo, DisplayChangeEvent event) override
217 WLOGD("OnDisplayChange. display %{public}" PRIu64", event %{public}u", displayInfo->GetDisplayId(), event);
239 virtual void NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status) override
241 pImpl_->NotifyDisplayPowerEvent(event, status);
598 WLOGFE("Get display info failed, please check whether the onscreenchange event is triggered");
1736 void DisplayManager::Impl::NotifyDisplayPowerEvent(DisplayPowerEvent event, EventStatus status)
1738 WLOGFD("[UL_POWER]NotifyDisplayPowerEvent event:%{public}u, status:%{public}u, size:%{public}zu", event, status,
1746 listener->OnDisplayPowerEvent(event, status);
1929 void DisplayManager::NotifyDisplayEvent(DisplayEvent event)
1931 // Unlock event dms->wms restore other hidden windows
1932 WLOGFD("[UL_POWER]DisplayEvent:%{public}u", event);
1933 SingletonContainer::Get<DisplayManagerAdapter>().NotifyDisplayEvent(event);