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.find(path) == dataJson.end()) in findRemainingObjectsForEnumerate()282 nlohmann::json& dataJson = in getManagedObjectsForEnumerate() local290 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate()
2989 nlohmann::json& dataJson = asyncResp->res.jsonValue["SerialConsole"]; in afterPortRequest() local2990 dataJson[protocolName]["ServiceEnabled"] = isProtocolEnabled; in afterPortRequest()