Home
last modified time | relevance | path

Searched refs:findProbe (Results 1 – 2 of 2) sorted by relevance

/openbmc/entity-manager/src/entity_manager/
H A Dconfiguration.cpp147 auto findProbe = it->find("Probe"); in filterProbeInterfaces() local
148 if (findProbe == it->end()) in filterProbeInterfaces()
157 if ((*findProbe).type() != nlohmann::json::value_t::array) in filterProbeInterfaces()
160 probeCommand.push_back(*findProbe); in filterProbeInterfaces()
164 probeCommand = *findProbe; in filterProbeInterfaces()
H A Dperform_scan.cpp611 auto findProbe = it->find("Probe"); in run() local
612 if (findProbe == it->end()) in run()
647 findProbe->get_ptr<nlohmann::json::array_t*>(); in run()
665 findProbe->get_ptr<const std::string*>(); in run()