Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp1907 void WindowRoot::ClearWindowPairSnapshot(DisplayId displayId) in ClearWindowPairSnapshot() function in OHOS::Rosen::WindowRoot
1914 return container->ClearWindowPairSnapshot(displayId); in ClearWindowPairSnapshot()
H A Dwindow_controller.cpp1198 windowRoot_->ClearWindowPairSnapshot(node->GetDisplayId()); in ProcessPointUp()
H A Dwindow_node_container.cpp2625 void WindowNodeContainer::ClearWindowPairSnapshot(DisplayId displayId) in ClearWindowPairSnapshot() function in OHOS::Rosen::WindowNodeContainer
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp1136 HWTEST_F(WindowRootTest, ClearWindowPairSnapshot, Function | SmallTest | Level2)
1140 windowRoot_->ClearWindowPairSnapshot(displayId);
H A Dwindow_node_container_test.cpp834 container->ClearWindowPairSnapshot(defaultDisplay_->GetId());