Home
last modified time | relevance | path

Searched refs:probeName (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_scan.cpp209 const std::string& probeName) in getRecordName() argument
213 return probeName; in getRecordName()
229 return probeName + device.dump(); in getRecordName()
267 const std::string& probeName, in recordDiscoveredIdentifiers() argument
270 size_t indexIdx = probeName.find('$'); in recordDiscoveredIdentifiers()
469 const std::string& probeName, in updateSystemConfiguration() argument
473 passedProbes.push_back(probeName); in updateSystemConfiguration()
483 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration()
527 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration()
606 std::string probeName = *findName; in run() local
[all …]
H A Dperform_probe.cpp216 std::string probeName, in PerformProbe() argument
219 _probeCommand(probeCommand), probeName(std::move(probeName)), scan(scanPtr) in PerformProbe()
226 scan->updateSystemConfiguration(recordRef, probeName, foundDevs); in ~PerformProbe()
H A Dentity_manager.hpp73 const std::string& probeName,
92 std::string probeName, std::shared_ptr<PerformScan>& scanPtr);
97 std::string probeName; member