Searched refs:existingSensors (Results 1 – 2 of 2) sorted by relevance
1135 if (existingSensors.find(objectPath) == existingSensors.end()) in readTempSensors()1141 existingSensors[objectPath] = occInstance; in readTempSensors()1239 if (existingSensors.find(sensorPath) == existingSensors.end()) in readPowerSensors()1252 existingSensors[sensorPath] = id; in readPowerSensors()1259 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNaN()1275 for (const auto& [sensorPath, occId] : existingSensors) in setSensorValueToNonFunctional()
436 std::map<std::string, uint32_t> existingSensors; member