Searched defs:PerformProbe (Results 1 – 2 of 2) sorted by relevance
37 struct PerformProbe : std::enable_shared_from_this<PerformProbe> struct45 nlohmann::json& recordRef;46 std::vector<std::string> _probeCommand;47 std::string probeName;48 std::shared_ptr<scan::PerformScan> scan;
203 PerformProbe::PerformProbe(nlohmann::json& recordRef, in PerformProbe() function in probe::PerformProbe