Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.hpp38 MapperGetSubTreeResponse dbusProbeObjects; member
H A Dperform_scan.cpp63 scan->dbusProbeObjects[std::string(instance.path)] in getInterfaces()
107 for (const auto& [path, probeInterfaces] : scan->dbusProbeObjects) in findDbusObjects()
502 auto objectIt = dbusProbeObjects.find(path); in updateSystemConfiguration()
503 const DBusObject& dbusObject = (objectIt == dbusProbeObjects.end()) in updateSystemConfiguration()
711 nextScan->dbusProbeObjects = std::move(dbusProbeObjects); in ~PerformScan()
H A Dperform_probe.cpp23 for (const auto& [path, interfaces] : scan->dbusProbeObjects) in probeDbus()