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.cpp201 const std::string& probeName) in getRecordName() argument
205 return probeName; in getRecordName()
256 const std::string& probeName, const nlohmann::json& record) in recordDiscoveredIdentifiers() argument
258 size_t indexIdx = probeName.find('$'); in recordDiscoveredIdentifiers()
453 const std::string& probeName, in updateSystemConfiguration() argument
457 passedProbes.push_back(probeName); in updateSystemConfiguration()
467 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration()
488 recordDiscoveredIdentifiers(usedNames, indexes, probeName, *record); in updateSystemConfiguration()
511 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration()
590 std::string probeName = *findName; in run() local
[all …]
H A Dperform_probe.cpp212 std::string probeName, in PerformProbe() argument
215 probeName(std::move(probeName)), scan(scanPtr) in PerformProbe()
222 scan->updateSystemConfiguration(recordRef, probeName, foundDevs); in ~PerformProbe()
H A Dentity_manager.hpp72 const std::string& probeName,
91 std::string probeName, std::shared_ptr<PerformScan>& scanPtr);
96 std::string probeName; member