Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dperform_scan.cpp80 scan->dbusProbeObjects[instance.path][instance.interface] = resp; in getInterfaces()
146 for (const auto& [path, probeInterfaces] : scan->dbusProbeObjects) in findDbusObjects()
505 auto objectIt = dbusProbeObjects.find(path); in updateSystemConfiguration()
506 const DBusObject& dbusObject = (objectIt == dbusProbeObjects.end()) in updateSystemConfiguration()
654 nextScan->dbusProbeObjects = std::move(dbusProbeObjects); in ~PerformScan()
H A Dperform_probe.cpp35 for (const auto& [path, interfaces] : scan->dbusProbeObjects) in probeDbus()
H A Dentity_manager.hpp82 MapperGetSubTreeResponse dbusProbeObjects; member