Searched refs:TakeWindowPairSnapshot (Results 1 – 7 of 7) sorted by relevance
110 bool TakeWindowPairSnapshot(DisplayId displayId);
125 bool TakeWindowPairSnapshot(DisplayId displayId);
819 HWTEST_F(WindowNodeContainerTest, TakeWindowPairSnapshot, Function | SmallTest | Level2)833 ASSERT_TRUE(!container->TakeWindowPairSnapshot(defaultDisplay_->GetId()));
1124 HWTEST_F(WindowRootTest, TakeWindowPairSnapshot, Function | SmallTest | Level2)1127 bool flag = windowRoot_->TakeWindowPairSnapshot(displayId);
1901 bool WindowRoot::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowRoot1904 return container == nullptr ? false : container->TakeWindowPairSnapshot(displayId); in TakeWindowPairSnapshot()
1167 windowRoot_->TakeWindowPairSnapshot(node->GetDisplayId()); in ProcessPointDown()
2619 bool WindowNodeContainer::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowNodeContainer