Searched refs:configRoot (Results 1 – 1 of 1) sorted by relevance
372 nlohmann::json& configRoot = in asyncPopulatePid() 374 nlohmann::json& fans = configRoot["FanControllers"]; in asyncPopulatePid() 381 nlohmann::json& pids = configRoot["PidControllers"]; in asyncPopulatePid() 388 nlohmann::json& stepwise = configRoot["StepwiseControllers"]; in asyncPopulatePid() 395 nlohmann::json& zones = configRoot["FanZones"]; in asyncPopulatePid() 400 configRoot["@odata.id"] = in asyncPopulatePid() 403 configRoot["@odata.type"] = "#OpenBMCManager.v1_0_0.Manager.Fan"; in asyncPopulatePid() 404 configRoot["Profile@Redfish.AllowableValues"] = supportedProfiles; in asyncPopulatePid() 408 configRoot["Profile"] = currentProfile; in asyncPopulatePid() 350 nlohmann::json& configRoot = asyncPopulatePid() local