Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dperform_scan.cpp162 const std::string& probeName) in getRecordName() argument
166 return probeName; in getRecordName()
182 return std::to_string(std::hash<std::string>{}(probeName + device.dump())); in getRecordName()
214 const std::string& probeName, const nlohmann::json& record) in recordDiscoveredIdentifiers() argument
216 size_t indexIdx = probeName.find('$'); in recordDiscoveredIdentifiers()
450 const nlohmann::json& recordRef, const std::string& probeName, in updateSystemConfiguration() argument
454 passedProbes.push_back(probeName); in updateSystemConfiguration()
464 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration()
485 recordDiscoveredIdentifiers(usedNames, indexes, probeName, *record); in updateSystemConfiguration()
516 std::string recordName = getRecordName(foundDevice, probeName); in updateSystemConfiguration()
[all …]
H A Dperform_probe.hpp33 std::string probeName,
40 std::string probeName; member
H A Dperform_probe.cpp206 std::string probeName, in PerformProbe() argument
209 probeName(std::move(probeName)), scan(scanPtr) in PerformProbe()
217 scan->updateSystemConfiguration(recordRef, probeName, foundDevs); in ~PerformProbe()
H A Dperform_scan.hpp33 const std::string& probeName,