Lines Matching refs:info
1039 const std::shared_ptr<RSTransaction>& rsTransaction, const sptr<DisplayInfo>& info,
1043 if (info == nullptr) {
1051 displayInfo = info;
1939 WLOGFE("get display info failed displayId:%{public}" PRIu64, property_->GetDisplayId());
1981 WLOGFE("get display info failed displayId:%{public}" PRIu64, property_->GetDisplayId());
2020 WLOGFE("get display info failed displayId:%{public}" PRIu64, property_->GetDisplayId());
2076 WLOGFE("get display info failed displayId:%{public}" PRIu64, property_->GetDisplayId());
3756 void WindowSessionImpl::NotifyOccupiedAreaChangeInfoInner(sptr<OccupiedAreaChangeInfo> info)
3772 listener->OnSizeChange(info);
3777 void WindowSessionImpl::NotifyOccupiedAreaChangeInfo(sptr<OccupiedAreaChangeInfo> info,
3782 info->safeHeight_, info->rect_.posX_, info->rect_.posY_, info->rect_.width_, info->rect_.height_);
3787 auto task = [weak = wptr(this), info, rsTransaction]() {
3790 TLOGE(WmsLogTag::WMS_KEYBOARD, "window is nullptr, notify occupied area change info failed");
3797 window->NotifyOccupiedAreaChangeInfoInner(info);
3820 WMError WindowSessionImpl::TransferAccessibilityEvent(const Accessibility::AccessibilityEventInfo& info,