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.hpp621 auto intfIter = pathIter->second.find(intf); in getPropertyByName() local
622 if (intfIter != pathIter->second.end()) in getPropertyByName()
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp860 auto intfIter = interfaceMap.find(calculationIface); in createVirtualSensorsFromDBus() local
861 if (intfIter == interfaceMap.end()) in createVirtualSensorsFromDBus()
881 auto propertyMap = intfIter->second; in createVirtualSensorsFromDBus()