Lines Matching refs:jsonValue
49 asyncResp->res.jsonValue["@odata.type"] = in handleServiceRootGetImpl()
51 asyncResp->res.jsonValue["@odata.id"] = "/redfish/v1"; in handleServiceRootGetImpl()
52 asyncResp->res.jsonValue["Id"] = "RootService"; in handleServiceRootGetImpl()
53 asyncResp->res.jsonValue["Name"] = "Root Service"; in handleServiceRootGetImpl()
54 asyncResp->res.jsonValue["RedfishVersion"] = "1.17.0"; in handleServiceRootGetImpl()
55 asyncResp->res.jsonValue["Links"]["Sessions"]["@odata.id"] = in handleServiceRootGetImpl()
57 asyncResp->res.jsonValue["AccountService"]["@odata.id"] = in handleServiceRootGetImpl()
61 asyncResp->res.jsonValue["AggregationService"]["@odata.id"] = in handleServiceRootGetImpl()
64 asyncResp->res.jsonValue["Chassis"]["@odata.id"] = "/redfish/v1/Chassis"; in handleServiceRootGetImpl()
65 asyncResp->res.jsonValue["JsonSchemas"]["@odata.id"] = in handleServiceRootGetImpl()
67 asyncResp->res.jsonValue["Managers"]["@odata.id"] = "/redfish/v1/Managers"; in handleServiceRootGetImpl()
68 asyncResp->res.jsonValue["SessionService"]["@odata.id"] = in handleServiceRootGetImpl()
70 asyncResp->res.jsonValue["Systems"]["@odata.id"] = "/redfish/v1/Systems"; in handleServiceRootGetImpl()
71 asyncResp->res.jsonValue["Registries"]["@odata.id"] = in handleServiceRootGetImpl()
73 asyncResp->res.jsonValue["UpdateService"]["@odata.id"] = in handleServiceRootGetImpl()
75 asyncResp->res.jsonValue["UUID"] = uuid; in handleServiceRootGetImpl()
76 asyncResp->res.jsonValue["CertificateService"]["@odata.id"] = in handleServiceRootGetImpl()
78 asyncResp->res.jsonValue["Tasks"]["@odata.id"] = "/redfish/v1/TaskService"; in handleServiceRootGetImpl()
79 asyncResp->res.jsonValue["EventService"]["@odata.id"] = in handleServiceRootGetImpl()
81 asyncResp->res.jsonValue["TelemetryService"]["@odata.id"] = in handleServiceRootGetImpl()
83 asyncResp->res.jsonValue["Cables"]["@odata.id"] = "/redfish/v1/Cables"; in handleServiceRootGetImpl()
85 asyncResp->res.jsonValue["Links"]["ManagerProvidingService"]["@odata.id"] = in handleServiceRootGetImpl()
90 asyncResp->res.jsonValue["ProtocolFeaturesSupported"]; in handleServiceRootGetImpl()