Searched defs:PerformScan (Results 1 – 2 of 2) sorted by relevance
26 struct PerformScan : std::enable_shared_from_this<PerformScan> struct37 EntityManager& _em;38 nlohmann::json& _missingConfigurations;39 std::vector<nlohmann::json> _configurations;40 std::function<void()> _callback;41 bool _passed = false;42 MapperGetSubTreeResponse dbusProbeObjects;43 std::vector<std::string> passedProbes;45 boost::asio::io_context& io;
183 scan::PerformScan::PerformScan( in PerformScan() function in scan::PerformScan