Home
last modified time | relevance | path

Searched refs:TakeWindowPairSnapshot (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h110 bool TakeWindowPairSnapshot(DisplayId displayId);
H A Dwindow_node_container.h125 bool TakeWindowPairSnapshot(DisplayId displayId);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp819 HWTEST_F(WindowNodeContainerTest, TakeWindowPairSnapshot, Function | SmallTest | Level2)
833 ASSERT_TRUE(!container->TakeWindowPairSnapshot(defaultDisplay_->GetId()));
H A Dwindow_root_test.cpp1124 HWTEST_F(WindowRootTest, TakeWindowPairSnapshot, Function | SmallTest | Level2)
1127 bool flag = windowRoot_->TakeWindowPairSnapshot(displayId);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1901 bool WindowRoot::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowRoot
1904 return container == nullptr ? false : container->TakeWindowPairSnapshot(displayId); in TakeWindowPairSnapshot()
H A Dwindow_controller.cpp1167 windowRoot_->TakeWindowPairSnapshot(node->GetDisplayId()); in ProcessPointDown()
H A Dwindow_node_container.cpp2619 bool WindowNodeContainer::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowNodeContainer