Lines Matching refs:GetWindowName

174     property_->SetWindowName(option->GetWindowName());
197 surfaceNode_ = CreateSurfaceNode(property_->GetWindowName(), optionWindowType);
383 const auto& name = property_->GetWindowName();
439 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType(), ret);
507 property_->GetWindowName().c_str(), property_->GetPersistentId(), GetType(), reason, state_);
514 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType());
545 property_->GetWindowName().c_str(), GetPersistentId(), property_->GetWindowType());
621 NotifyBeforeDestroy(GetWindowName());
634 windowSessionMap_.erase(property_->GetWindowName());
680 GetWindowName().c_str(), GetPersistentId());
1115 winPair.second.second->GetProperty()->GetWindowName().c_str(), GetPersistentId());
1454 property_->GetWindowName().c_str(), GetPersistentId());
1461 property_->GetWindowName().c_str(), GetPersistentId());
1475 const std::string& WindowSessionImpl::GetWindowName() const
1477 return property_->GetWindowName();
1758 property_->GetWindowName().c_str(), GetPersistentId());
2576 GetWindowName().c_str(), activeColor.c_str(), activeColorValue);
2582 GetWindowName().c_str(), inactiveColor.c_str(), inactiveColorValue);
2806 GetWindowName().c_str(), GetPersistentId());
2818 GetWindowName().c_str(), GetPersistentId());
2826 GetWindowName().c_str(), GetPersistentId());
2838 GetWindowName().c_str(), GetPersistentId());
2941 TLOGI(WmsLogTag::WMS_DIALOG, "window %{public}s id %{public}d", GetWindowName().c_str(), GetPersistentId());
3105 GetPersistentId(), GetWindowName().c_str(), type, avoidArea->ToString().c_str());
3160 GetWindowName().c_str(), GetPersistentId());
3189 GetWindowName().c_str(), GetPersistentId());
3225 GetWindowName().c_str(), GetPersistentId());
3325 GetWindowName().c_str(), GetPersistentId(), isVisible);
3343 GetWindowName().c_str(), GetPersistentId(), listener->GetTimeout());
3651 GetWindowName().c_str(), color.c_str(), colorValue);
3660 TLOGI(WmsLogTag::DEFAULT, "window: %{public}s, value:%{public}u", GetWindowName().c_str(), color);
4093 oss << ", windowName: " << window->GetWindowName();