Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp362 nlohmann::json& configRoot = in asyncPopulatePid() local
364 nlohmann::json& fans = configRoot["FanControllers"]; in asyncPopulatePid()
371 nlohmann::json& pids = configRoot["PidControllers"]; in asyncPopulatePid()
378 nlohmann::json& stepwise = configRoot["StepwiseControllers"]; in asyncPopulatePid()
385 nlohmann::json& zones = configRoot["FanZones"]; in asyncPopulatePid()
390 configRoot["@odata.id"] = in asyncPopulatePid()
393 configRoot["@odata.type"] = "#OpenBMCManager.v1_0_0.Manager.Fan"; in asyncPopulatePid()
394 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()
398 configRoot["Profile"] = currentProfile; in asyncPopulatePid()