Searched refs:existingSensors (Results 1 – 2 of 2) sorted by relevance
1170 if (existingSensors.find(objectPath) == existingSensors.end()) in readTempSensors()1175 existingSensors[objectPath] = occInstance; in readTempSensors()1273 if (existingSensors.find(sensorPath) == existingSensors.end()) in readPowerSensors()1286 existingSensors[sensorPath] = id; in readPowerSensors()1380 if (existingSensors.find(sensorPath) == existingSensors.end()) in readExtnSensors()1386 existingSensors[sensorPath] = id; in readExtnSensors()1394 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNaN()1410 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNonFunctional()
445 std::map<std::string, uint32_t> existingSensors; member