Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h111 void ClearWindowPairSnapshot(DisplayId displayId);
H A Dwindow_node_container.h126 void ClearWindowPairSnapshot(DisplayId displayId);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1906 void WindowRoot::ClearWindowPairSnapshot(DisplayId displayId) in ClearWindowPairSnapshot() function in OHOS::Rosen::WindowRoot
1913 return container->ClearWindowPairSnapshot(displayId); in ClearWindowPairSnapshot()
H A Dwindow_controller.cpp1198 windowRoot_->ClearWindowPairSnapshot(node->GetDisplayId()); in ProcessPointUp()
H A Dwindow_node_container.cpp2623 void WindowNodeContainer::ClearWindowPairSnapshot(DisplayId displayId) in ClearWindowPairSnapshot() function in OHOS::Rosen::WindowNodeContainer
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp1132 * @tc.name: ClearWindowPairSnapshot
1133 * @tc.desc: test WindowRoot ClearWindowPairSnapshot
1136 HWTEST_F(WindowRootTest, ClearWindowPairSnapshot, Function | SmallTest | Level2) in HWTEST_F()
1140 windowRoot_->ClearWindowPairSnapshot(displayId); in HWTEST_F()
H A Dwindow_node_container_test.cpp834 container->ClearWindowPairSnapshot(defaultDisplay_->GetId()); in HWTEST_F()

Completed in 21 milliseconds