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.cpp177 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 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,