Lines Matching defs:sensorList
2499 std::vector<sensorInfo> sensorList;
2505 return std::make_tuple(totalInstSensor, sensorList);
2511 return std::make_tuple(totalInstSensor, sensorList);
2567 if (!sensorList.empty())
2580 sensorList.emplace_back(sensorObjPath, sensorTypeValue,
2593 sensorList.emplace_back(sensorObjPath, sensorTypeValue,
2610 sort(sensorList.begin(), sensorList.end(), cmpFunc);
2612 return std::make_tuple(totalInstSensor, sensorList);
2688 const auto& [totalSensorInst, sensorList] =
2691 if (sensorList.empty())
2704 for (const auto& sensor : sensorList)
2745 const auto& [totalSensorInst, sensorList] =
2748 if (sensorList.empty())
2761 for (const auto& sensor : sensorList)