Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp71 nlohmann::json& configRoot = in asyncPopulatePid() local
73 nlohmann::json& fans = configRoot["FanControllers"]; in asyncPopulatePid()
80 nlohmann::json& pids = configRoot["PidControllers"]; in asyncPopulatePid()
87 nlohmann::json& stepwise = configRoot["StepwiseControllers"]; in asyncPopulatePid()
94 nlohmann::json& zones = configRoot["FanZones"]; in asyncPopulatePid()
99 configRoot["@odata.id"] = in asyncPopulatePid()
102 configRoot["@odata.type"] = "#OpenBMCManager.v1_0_0.Manager.Fan"; in asyncPopulatePid()
103 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()
107 configRoot["Profile"] = currentProfile; in asyncPopulatePid()