Searched refs:recordRef (Results 1 – 4 of 4) sorted by relevance
| /openbmc/entity-manager/src/entity_manager/ |
| H A D | perform_probe.hpp | 31 PerformProbe(nlohmann::json& recordRef, 38 nlohmann::json& recordRef; member
|
| H A D | perform_probe.cpp | 204 PerformProbe::PerformProbe(nlohmann::json& recordRef, in PerformProbe() argument 208 recordRef(recordRef), _probeCommand(probeCommand), in PerformProbe() 217 scan->updateSystemConfiguration(recordRef, probeName, foundDevs); in ~PerformProbe()
|
| H A D | perform_scan.cpp | 450 const nlohmann::json& recordRef, const std::string& probeName, in updateSystemConfiguration() argument 508 recordRef.get_ptr<const nlohmann::json::object_t*>(); in updateSystemConfiguration() 512 recordRef.dump()); in updateSystemConfiguration() 524 lg2::error("Record Missing Name! {JSON}", "JSON", recordRef.dump()); in updateSystemConfiguration() 532 recordRef.dump()); in updateSystemConfiguration() 644 nlohmann::json& recordRef = *it; in run() local 678 recordRef, probeCommand, *probeName, thisRef); in run()
|
| H A D | perform_scan.hpp | 32 void updateSystemConfiguration(const nlohmann::json& recordRef,
|