Home
last modified time | relevance | path

Searched refs:existingSensors (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-occ-control/
H A Docc_manager.cpp1170 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()
[all...]
H A Docc_manager.hpp445 std::map<std::string, uint32_t> existingSensors;
441 std::map<std::string, uint32_t> existingSensors; global() member