Home
last modified time | relevance | path

Searched refs:GetWindowDrawingContentChangeInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp854 HWTEST_F(SceneSessionManagerTest4, GetWindowDrawingContentChangeInfo, Function | SmallTest | Level3)
875 auto result = ssm_->GetWindowDrawingContentChangeInfo(currDrawingContentData);
879 result = ssm_->GetWindowDrawingContentChangeInfo(currDrawingContentData);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h646 std::vector<std::pair<uint64_t, bool>> GetWindowDrawingContentChangeInfo(
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7777 drawingContentChangeInfos = GetWindowDrawingContentChangeInfo(currDrawingContentData); in WindowLayerInfoChangeCallback()
8088 std::vector<std::pair<uint64_t, bool>> SceneSessionManager::GetWindowDrawingContentChangeInfo( in GetWindowDrawingContentChangeInfo() function in OHOS::Rosen::SceneSessionManager