Home
last modified time | relevance | path

Searched refs:CheckExist (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display_manager.cpp76 if (CheckExist(id)) { in AddRoundCornerDisplay()
107 if (!CheckExist(id)) { in RemoveRoundCornerDisplay()
134 if (!CheckExist(id)) { in UpdateDisplayParameter()
149 if (!CheckExist(id)) { in UpdateNotchStatus()
164 if (!CheckExist(id)) { in UpdateOrientationStatus()
179 if (!CheckExist(id)) { in UpdateHardwareResourcePrepared()
207 if (!CheckExist(id)) { in DrawTopRoundCorner()
221 if (!CheckExist(id)) { in DrawBottomRoundCorner()
237 if (!CheckExist(id)) { in RunHardwareTask()
254 if (!CheckExist(id)) { in GetHardwareInfo()
[all …]
H A Drs_rcd_render_manager.cpp60 bool RSRcdRenderManager::CheckExist(NodeId id, const RSRenderNodeMap& map) in CheckExist() function in OHOS::Rosen::RSRcdRenderManager
106 if (!CheckExist(*it, nodeMap)) { in CheckRenderTargetNode()
H A Drs_rcd_render_manager.h71 static bool CheckExist(NodeId id, const RSRenderNodeMap& map);
H A Drs_round_corner_display_manager.h87 bool CheckExist(NodeId id);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1041 auto res = rcdInstance.CheckExist(1);
1045 res = rcdInstance.CheckExist(1);
1048 res = rcdInstance.CheckExist(1);
1051 res = rcdInstance.CheckExist(1);
1054 res = rcdInstance.CheckExist(1);
1097 auto res = rcdInstance.CheckExist(id);
1101 res = rcdInstance.CheckExist(id);
1105 res = rcdInstance.CheckExist(id);
1109 res = rcdInstance.CheckExist(id);
1135 auto res = rcdInstance.CheckExist(id);
[all …]