Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp158 intfProp; in interfacesAddedHandler() local
159 msg.read(intfProp); in interfacesAddedHandler()
162 auto itIntf = intfProp.find(compatibleIntf); in interfacesAddedHandler()
163 if (itIntf != intfProp.cend()) in interfacesAddedHandler()
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp263 intfProp; in operator ()() local
264 msg.read(intfProp); in operator ()()
265 auto itIntf = intfProp.find(_intf); in operator ()()
266 if (itIntf == intfProp.cend()) in operator ()()