Home
last modified time | relevance | path

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

/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp225 auto objit = objs.cbegin(); in updateObjects() local
230 while (objit != objs.cend()) in updateObjects()
233 refit = std::lower_bound(refit, _refs.end(), objit->first, in updateObjects()
237 absPath.append(objit->first); in updateObjects()
247 updateInterfaces(absPath, objit->second, refit, newObj, in updateObjects()
256 _associations.conditionMatch(objit->first, objit->second)) in updateObjects()
268 ++objit; in updateObjects()
358 auto objit = objects.find(objPath); in restore() local
360 if (objects.end() != objit) in restore()
362 auto& object = objit->second; in restore()