Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp620 auto intfIter = pathIter->second.find(intf); in getPropertyByName() local
621 if (intfIter != pathIter->second.end()) in getPropertyByName()
/openbmc/phosphor-virtual-sensor/src/
H A DvirtualSensor.cpp771 auto intfIter = interfaceMap.find(calculationIface); in createVirtualSensorsFromDBus() local
772 if (intfIter == interfaceMap.end()) in createVirtualSensorsFromDBus()
792 auto propertyMap = intfIter->second; in createVirtualSensorsFromDBus()