Lines Matching refs:jsonValue

40     asyncResp->res.jsonValue["@odata.type"] =  in handleGoogleV1Get()
42 asyncResp->res.jsonValue["@odata.id"] = "/google/v1"; in handleGoogleV1Get()
43 asyncResp->res.jsonValue["Id"] = "Google Rest RootService"; in handleGoogleV1Get()
44 asyncResp->res.jsonValue["Name"] = "Google Service Root"; in handleGoogleV1Get()
45 asyncResp->res.jsonValue["Version"] = "1.0.0"; in handleGoogleV1Get()
46 asyncResp->res.jsonValue["RootOfTrustCollection"]["@odata.id"] = in handleGoogleV1Get()
54 asyncResp->res.jsonValue["@odata.id"] = "/google/v1/RootOfTrustCollection"; in handleRootOfTrustCollectionGet()
55 asyncResp->res.jsonValue["@odata.type"] = in handleRootOfTrustCollectionGet()
132 asyncResp->res.jsonValue["@odata.type"] = "#RootOfTrust.v1_0_0.RootOfTrust"; in populateRootOfTrustEntity()
133 asyncResp->res.jsonValue["@odata.id"] = boost::urls::format( in populateRootOfTrustEntity()
136 asyncResp->res.jsonValue["Status"]["State"] = "Enabled"; in populateRootOfTrustEntity()
137 asyncResp->res.jsonValue["Id"] = resolvedEntity.id; in populateRootOfTrustEntity()
139 asyncResp->res.jsonValue["Name"] = resolvedEntity.id; in populateRootOfTrustEntity()
140 asyncResp->res.jsonValue["Description"] = "Google Root Of Trust"; in populateRootOfTrustEntity()
141 asyncResp->res.jsonValue["Actions"]["#RootOfTrust.SendCommand"]["target"] = in populateRootOfTrustEntity()
145 asyncResp->res.jsonValue["Location"]["PartLocation"]["ServiceLabel"] = in populateRootOfTrustEntity()
147 asyncResp->res.jsonValue["Location"]["PartLocation"]["LocationType"] = in populateRootOfTrustEntity()
173 asyncResp->res.jsonValue["CommandResponse"] = in invocationCallback()