Lines Matching refs:info
102 void NotifyScreenshot(sptr<ScreenshotInfo> info);
105 void NotifyDisplayChangedEvent(sptr<DisplayInfo> info, DisplayChangeEvent event);
106 void NotifyDisplayCreate(sptr<DisplayInfo> info);
113 void NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info);
259 virtual void OnScreenshot(sptr<ScreenshotInfo> info) override
261 pImpl_->NotifyScreenshot(info);
349 virtual void NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info) override
351 pImpl_->NotifyDisplayChangeInfoChanged(info);
551 auto info = SingletonContainer::Get<DisplayManagerAdapter>().GetDefaultDisplayInfo();
552 if (info == nullptr) {
555 return info->GetDisplayId();
594 WLOGFW("Current get display info is null, retry %{public}u times", retryTimes);
598 WLOGFE("Get display info failed, please check whether the onscreenchange event is triggered");
850 WLOGFI("get displayId:%{public}" PRIu64" info nullptr.", displayId);
1513 void DisplayManager::Impl::NotifyDisplayChangeInfoChanged(const sptr<DisplayChangeInfo>& info)
1521 listener->OnDisplayUpdate(info);
1722 void DisplayManager::Impl::NotifyScreenshot(sptr<ScreenshotInfo> info)
1725 info->GetTrigger().c_str(), info->GetDisplayId(), screenshotListeners_.size());
1732 listener->OnScreenshot(*info);
1766 void DisplayManager::Impl::NotifyDisplayCreate(sptr<DisplayInfo> info)
1769 UpdateDisplayInfoLocked(info);