Lines Matching refs:legendEntry
341 OSSharedPtr<IOReportLegendEntry> legendEntry; in createLegend() local
345 legendEntry = handleCreateLegend(); in createLegend()
349 return legendEntry; in createLegend()
732 OSSharedPtr<IOReportLegendEntry> legendEntry = nullptr; in handleCreateLegend() local
738 legendEntry = IOReporter::legendWith(channelIDs.get(), _channelNames.get(), _channelType, _unit); in handleCreateLegend()
741 return legendEntry; in handleCreateLegend()
1012 OSSharedPtr<IOReportLegendEntry> legendEntry = nullptr; in legendWith() local
1063 legendEntry = OSDictionary::withCapacity(1); in legendWith()
1065 if (legendEntry) { in legendWith()
1066 legendEntry->setObject(kIOReportLegendChannelsKey, channelLegendArray.get()); in legendWith()
1067 legendEntry->setObject(kIOReportLegendInfoKey, channelInfoDict.get()); in legendWith()
1072 return legendEntry; in legendWith()