Home
last modified time | relevance | path

Searched refs:probeCommand (Results 1 – 4 of 4) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_probe.cpp76 bool probe(const std::vector<std::string>& probeCommand, in probe() argument
87 for (const auto& probe : probeCommand) in probe()
211 const std::vector<std::string>& probeCommand, in PerformProbe() argument
214 recordRef(recordRef), _probeCommand(probeCommand), in PerformProbe()
H A Dperform_scan.cpp600 nlohmann::json probeCommand; in run() local
603 probeCommand = nlohmann::json::array(); in run()
604 probeCommand.push_back(*findProbe); in run()
608 probeCommand = *findProbe; in run()
615 recordRef, probeCommand, probeName, thisRef); in run()
619 for (const nlohmann::json& probeJson : probeCommand) in run()
H A Dentity_manager.cpp1160 nlohmann::json probeCommand; in getProbeInterfaces() local
1163 probeCommand = nlohmann::json::array(); in getProbeInterfaces()
1164 probeCommand.push_back(*findProbe); in getProbeInterfaces()
1168 probeCommand = *findProbe; in getProbeInterfaces()
1171 for (const nlohmann::json& probeJson : probeCommand) in getProbeInterfaces()
H A Dentity_manager.hpp90 const std::vector<std::string>& probeCommand,