Searched refs:existingSensors (Results 1 – 2 of 2) sorted by relevance
1170 if (existingSensors.find(objectPath) == existingSensors.end()) in readTempSensors()1176 existingSensors[objectPath] = occInstance; in readTempSensors()1274 if (existingSensors.find(sensorPath) == existingSensors.end()) in readPowerSensors()1288 existingSensors[sensorPath] = id; in readPowerSensors()1295 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNaN()1311 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNonFunctional()
431 std::map<std::string, uint32_t> existingSensors; member