Lines Matching defs:info
68 void NotifyWindowPidVisibilityChanged(const sptr<WindowPidVisibilityInfo>& info);
198 for (auto& info : infos) {
199 if (info == nullptr) {
200 TLOGD(WmsLogTag::WMS_MAIN, "info is nullptr");
207 info->wid_, info->innerWid_, info->uiNodeId_, info->windowRect_.width_, info->windowRect_.height_,
208 info->windowRect_.posX_, info->windowRect_.posY_, info->focused_, info->isDecorEnable_, info->displayId_,
209 info->layer_, info->mode_, info->type_, type, info->bundleName_.c_str());
210 for (const auto& rect : info->touchHotAreas_) {
319 TLOGI(WmsLogTag::DMS, "can not find token in listener list, need not notify the change of display info");
347 const sptr<WindowPidVisibilityInfo>& info)
356 listener->NotifyWindowPidVisibilityChanged(info);
1026 TLOGD(WmsLogTag::DMS, "notify display info change, displayid = %{public}" PRIu64", density=%{public}f," \
1029 TLOGE(WmsLogTag::DMS, "notify display info change failed, token is nullptr");
1107 WLOGFE("get window info failed");
1117 TLOGE(WmsLogTag::DEFAULT, "get unreliable window info failed");
1126 WLOGFE("get window visibility info failed");
1192 void WindowManager::NotifyWindowPidVisibilityChanged(const sptr<WindowPidVisibilityInfo>& info) const
1194 pImpl_->NotifyWindowPidVisibilityChanged(info);