Home
last modified time | relevance | path

Searched refs:findIndex (Results 1 – 3 of 3) sorted by relevance

/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensor.hpp81 auto findIndex = cpuPresence.find(gpioName); in cpuIsPresent() local
82 if (findIndex != cpuPresence.end()) in cpuIsPresent()
84 return findIndex->second; in cpuIsPresent()
/openbmc/dbus-sensors/src/adc/
H A DADCSensorMain.cpp149 auto findIndex = baseConfiguration->second.find("Index"); in createSensors() local
150 if (findIndex == baseConfiguration->second.end()) in createSensors()
159 VariantToUnsignedIntVisitor(), findIndex->second); in createSensors()
/openbmc/dbus-sensors/src/fan/
H A DFanMain.cpp339 auto findIndex = baseConfiguration->second.find("Index"); in createSensors() local
340 if (findIndex == baseConfiguration->second.end()) in createSensors()
347 VariantToUnsignedIntVisitor(), findIndex->second); in createSensors()