Searched refs:probeName (Results 1 – 3 of 3) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | perform_scan.cpp | 201 const std::string& probeName) in getRecordName() argument 205 return probeName; in getRecordName() 221 return std::to_string(std::hash<std::string>{}(probeName + device.dump())); 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() [all …]
|
H A D | perform_probe.cpp | 212 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 D | entity_manager.hpp | 72 const std::string& probeName, 91 std::string probeName, std::shared_ptr<PerformScan>& scanPtr); 96 std::string probeName; member
|