Home
last modified time | relevance | path

Searched refs:AddReuseNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.h56 void AddReuseNode(NodeId id);
H A Drs_uifirst_manager.cpp962 void RSUifirstManager::AddReuseNode(NodeId id) in AddReuseNode() function in OHOS::Rosen::RSUifirstManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uifirst_manager_test.cpp1071 uifirstManager_.AddReuseNode(0);
1074 uifirstManager_.AddReuseNode(1);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp903 RSUifirstManager::Instance().AddReuseNode(surfaceParams.GetId()); in DealWithUIFirstCache()