Home
last modified time | relevance | path

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

/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);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_node_container_test.cpp815 * @tc.name: TakeWindowPairSnapshot
819 HWTEST_F(WindowNodeContainerTest, TakeWindowPairSnapshot, Function | SmallTest | Level2) in HWTEST_F()
833 ASSERT_TRUE(!container->TakeWindowPairSnapshot(defaultDisplay_->GetId())); in HWTEST_F()
H A Dwindow_root_test.cpp1120 * @tc.name: TakeWindowPairSnapshot
1121 * @tc.desc: test WindowRoot TakeWindowPairSnapshot
1124 HWTEST_F(WindowRootTest, TakeWindowPairSnapshot, Function | SmallTest | Level2) in HWTEST_F()
1127 bool flag = windowRoot_->TakeWindowPairSnapshot(displayId); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1900 bool WindowRoot::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowRoot
1903 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.cpp2617 bool WindowNodeContainer::TakeWindowPairSnapshot(DisplayId displayId) in TakeWindowPairSnapshot() function in OHOS::Rosen::WindowNodeContainer

Completed in 17 milliseconds