Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp387 ObjectReferences::iterator refIt; in restore() local
393 refIt = _refs.find(_root + condition.path); in restore()
394 if (refIt != _refs.end()) in restore()
396 ifaceIt = refIt->second.find(condition.interface); in restore()
399 if ((refIt != _refs.end()) && (ifaceIt != refIt->second.end())) in restore()