Searched refs:dataJson (Results 1 – 2 of 2) sorted by relevance
180 nlohmann::json& dataJson = asyncResp->res.jsonValue["data"]; in getPropertiesForEnumerate() local181 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate()204 const nlohmann::json& dataJson = asyncResp->res.jsonValue["data"]; in findRemainingObjectsForEnumerate() local213 if (!dataJson.contains(path)) in findRemainingObjectsForEnumerate()282 nlohmann::json& dataJson = in getManagedObjectsForEnumerate() local290 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate()
3006 nlohmann::json& dataJson = asyncResp->res.jsonValue["SerialConsole"]; in afterPortRequest() local3007 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()