Lines Matching refs:probeVector
31 const std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in getInterfaces() argument
44 [instance, scan, probeVector, retries, in getInterfaces()
56 timer->async_wait([timer, instance, scan, probeVector, retries, in getInterfaces()
58 getInterfaces(instance, probeVector, scan, io, retries - 1); in getInterfaces()
71 std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in processDbusObjects() argument
90 getInterfaces({busname, path, iface}, probeVector, scan, in processDbusObjects()
101 std::vector<std::shared_ptr<probe::PerformProbe>>&& probeVector, in findDbusObjects() argument
121 [interfaces, probeVector{std::move(probeVector)}, scan, retries, in findDbusObjects()
144 probeVector{std::move(probeVector)}, retries, in findDbusObjects()
146 findDbusObjects(std::move(probeVector), in findDbusObjects()
153 processDbusObjects(probeVector, scan, interfaceSubtree, io); in findDbusObjects()