Searched refs:dbusProbeObjects (Results 1 – 3 of 3) sorted by relevance
38 MapperGetSubTreeResponse dbusProbeObjects; member
63 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()
23 for (const auto& [path, interfaces] : scan->dbusProbeObjects) in probeDbus()