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.hpp73 nlohmann::json& configRoot = asyncResp->res.jsonValue["Fan"]; in asyncPopulatePid() local
74 nlohmann::json& fans = configRoot["FanControllers"]; in asyncPopulatePid()
81 nlohmann::json& pids = configRoot["PidControllers"]; in asyncPopulatePid()
88 nlohmann::json& stepwise = configRoot["StepwiseControllers"]; in asyncPopulatePid()
95 nlohmann::json& zones = configRoot["FanZones"]; in asyncPopulatePid()
100 configRoot["@odata.id"] = in asyncPopulatePid()
103 configRoot["@odata.type"] = "#OpenBMCManager.v1_0_0.Manager.Fan"; in asyncPopulatePid()
104 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid()
108 configRoot["Profile"] = currentProfile; in asyncPopulatePid()