Lines Matching refs:sensorList
2527 std::vector<sensorInfo> sensorList; in getSensorsByEntityId() local
2533 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId()
2539 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId()
2595 if (!sensorList.empty()) in getSensorsByEntityId()
2608 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId()
2621 sensorList.emplace_back(sensorObjPath, sensorTypeValue, in getSensorsByEntityId()
2638 sort(sensorList.begin(), sensorList.end(), cmpFunc); in getSensorsByEntityId()
2640 return std::make_tuple(totalInstSensor, sensorList); in getSensorsByEntityId()
2716 const auto& [totalSensorInst, sensorList] = in getSensorInfo()
2719 if (sensorList.empty()) in getSensorInfo()
2732 for (const auto& sensor : sensorList) in getSensorInfo()
2773 const auto& [totalSensorInst, sensorList] = in getTempReadings()
2776 if (sensorList.empty()) in getTempReadings()
2789 for (const auto& sensor : sensorList) in getTempReadings()