Home
last modified time | relevance | path

Searched refs:recordRef (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_probe.cpp210 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 Dentity_manager.hpp71 void updateSystemConfiguration(const nlohmann::json& recordRef,
89 PerformProbe(nlohmann::json& recordRef,
94 nlohmann::json& recordRef; member
H A Dperform_scan.cpp452 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()