Searched refs:recordRef (Results 1 – 3 of 3) sorted by relevance
/openbmc/entity-manager/src/ |
H A D | perform_probe.cpp | 210 PerformProbe::PerformProbe(nlohmann::json& recordRef, in PerformProbe() argument 214 recordRef(recordRef), _probeCommand(probeCommand), in PerformProbe() 222 scan->updateSystemConfiguration(recordRef, probeName, foundDevs); in ~PerformProbe()
|
H A D | entity_manager.hpp | 71 void updateSystemConfiguration(const nlohmann::json& recordRef, 89 PerformProbe(nlohmann::json& recordRef, 94 nlohmann::json& recordRef; member
|
H A D | perform_scan.cpp | 452 void PerformScan::updateSystemConfiguration(const nlohmann::json& recordRef, in updateSystemConfiguration() argument 510 nlohmann::json record = recordRef; in updateSystemConfiguration() 599 nlohmann::json& recordRef = *it; in run() local 615 recordRef, probeCommand, probeName, thisRef); in run()
|