Lines Matching refs:probe
31 const std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in getInterfaces()
71 std::vector<std::shared_ptr<probe::PerformProbe>>& probeVector, in processDbusObjects()
101 std::vector<std::shared_ptr<probe::PerformProbe>>&& probeVector, in findDbusObjects()
161 static std::string getRecordName(const DBusInterface& probe, in getRecordName() argument
164 if (probe.empty()) in getRecordName()
171 for (const auto& devPair : probe) in getRecordName()
606 std::vector<std::shared_ptr<probe::PerformProbe>> dbusProbePointers; in run()
650 for (const auto& probe : *probeCommandArrayPtr) in run()
653 probe.get_ptr<const std::string*>(); in run()
677 auto probePointer = std::make_shared<probe::PerformProbe>( in run()
682 for (const std::string& probe : probeCommand) in run() local
684 if (probe::findProbeType(probe)) in run()
689 auto findStart = probe.find('('); in run()
690 std::string interface = probe.substr(0, findStart); in run()