Lines Matching refs:legendEntry
342 OSSharedPtr<IOReportLegendEntry> legendEntry; in createLegend() local
346 legendEntry = handleCreateLegend(); in createLegend()
350 return legendEntry; in createLegend()
750 OSSharedPtr<IOReportLegendEntry> legendEntry = nullptr; in handleCreateLegend() local
756 legendEntry = IOReporter::legendWith(channelIDs.get(), _channelNames.get(), _channelType, _unit); in handleCreateLegend()
759 return legendEntry; in handleCreateLegend()
1030 OSSharedPtr<IOReportLegendEntry> legendEntry = nullptr; in legendWith() local
1081 legendEntry = OSDictionary::withCapacity(1); in legendWith()
1083 if (legendEntry) { in legendWith()
1084 legendEntry->setObject(kIOReportLegendChannelsKey, channelLegendArray.get()); in legendWith()
1085 legendEntry->setObject(kIOReportLegendInfoKey, channelInfoDict.get()); in legendWith()
1090 return legendEntry; in legendWith()