Searched refs:probeName (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_scan.cpp | 162 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 D | perform_probe.hpp | 33 std::string probeName, 40 std::string probeName; member
|
| H A D | perform_probe.cpp | 206 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 D | perform_scan.hpp | 33 const std::string& probeName,
|