Searched refs:CheckExist (Results 1 – 5 of 5) sorted by relevance
76 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 …]
60 bool RSRcdRenderManager::CheckExist(NodeId id, const RSRenderNodeMap& map) in CheckExist() function in OHOS::Rosen::RSRcdRenderManager106 if (!CheckExist(*it, nodeMap)) { in CheckRenderTargetNode()
71 static bool CheckExist(NodeId id, const RSRenderNodeMap& map);
87 bool CheckExist(NodeId id);
1041 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 …]