Lines Matching refs:GetWindowId
86 if (primary_ != nullptr && primary_->GetWindowId() == node->GetWindowId()) { in Find()
88 } else if (secondary_ != nullptr && secondary_->GetWindowId() == node->GetWindowId()) { in Find()
90 } else if (divider_ != nullptr && divider_->GetWindowId() == node->GetWindowId()) { in Find()
191 WLOGI("Exit Split Mode, Minimize Window %{public}u", hideNode->GetWindowId()); in ExitSplitMode()
367 WLOGFD("Window id: %{public}u is not split related and paired.", node->GetWindowId()); in UpdateIfSplitRelated()
377 status_, node->GetWindowId(), node->GetWindowMode()); in UpdateIfSplitRelated()
444 …primary_->GetWindowId(), primary_->GetWindowMode(), secondary_->GetWindowId(), secondary_->GetWind… in SwitchPosition()
498 WLOGI("Insert a window to pair id: %{public}u", node->GetWindowId()); in Insert()
523 WLOGI("[DumpPairInfo] primary id: %{public}u mode: %{public}u", primary_->GetWindowId(), in DumpPairInfo()
527 WLOGI("[DumpPairInfo] secondary id: %{public}u mode: %{public}u", secondary_->GetWindowId(), in DumpPairInfo()
531 WLOGI("[DumpPairInfo] divider id: %{public}u mode: %{public}u", divider_->GetWindowId(), in DumpPairInfo()
543 WLOGI("Resume unpaired split related window id: %{public}u", node->GetWindowId()); in HandleRemoveWindow()
553 WLOGI("Pairing window id: %{public}u is remove, clear window pair", node->GetWindowId()); in HandleRemoveWindow()
578 …ke pair snapshot id:[%{public}u, %{public}u]", primary_->GetWindowId(), secondary_->GetWindowId()); in TakePairSnapshot()