Searched refs:probeName (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_scan.cpp | 177 const std::string& probeName) in getRecordName() argument 181 return probeName; in getRecordName() 197 return std::to_string(std::hash<std::string>{}(probeName + device.dump())); in getRecordName() 229 const std::string& probeName, const nlohmann::json& record) in recordDiscoveredIdentifiers() argument 231 size_t indexIdx = probeName.find('$'); in recordDiscoveredIdentifiers() 465 const nlohmann::json& recordRef, const std::string& probeName, in updateSystemConfiguration() argument 469 passedProbes.push_back(probeName); in updateSystemConfiguration() 479 std::string recordName = getRecordName(itr->interface, probeName); in updateSystemConfiguration() 500 recordDiscoveredIdentifiers(usedNames, indexes, probeName, *record); in updateSystemConfiguration() 531 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,
|