Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
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.contains(path)) 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.hpp3006 nlohmann::json& dataJson = asyncResp->res.jsonValue["SerialConsole"]; in afterPortRequest() local
3007 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()