Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dperform_scan.cpp505 auto objectIt = dbusProbeObjects.find(path); in updateSystemConfiguration() local
506 const DBusObject& dbusObject = (objectIt == dbusProbeObjects.end()) in updateSystemConfiguration()
508 : objectIt->second; in updateSystemConfiguration()