Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp180 nlohmann::json& dataJson = asyncResp->res.jsonValue["data"]; in getPropertiesForEnumerate() local
181 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate()
204 const nlohmann::json& dataJson = asyncResp->res.jsonValue["data"]; in findRemainingObjectsForEnumerate() local
213 if (dataJson.find(path) == dataJson.end()) in findRemainingObjectsForEnumerate()
282 nlohmann::json& dataJson = in getManagedObjectsForEnumerate() local
290 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems.hpp2989 nlohmann::json& dataJson = asyncResp->res.jsonValue["SerialConsole"]; in afterPortRequest() local
2990 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()