Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp96 ResolvedEntity resolvedEntity = { in hothGetSubtreeCallback() local
101 entityHandler(command, asyncResp, resolvedEntity); in hothGetSubtreeCallback()
129 const ResolvedEntity& resolvedEntity) in populateRootOfTrustEntity() argument
133 "/google/v1/RootOfTrustCollection/{}", resolvedEntity.id); in populateRootOfTrustEntity()
136 asyncResp->res.jsonValue["Id"] = resolvedEntity.id; in populateRootOfTrustEntity()
138 asyncResp->res.jsonValue["Name"] = resolvedEntity.id; in populateRootOfTrustEntity()
141 "/google/v1/RootOfTrustCollection/" + resolvedEntity.id + in populateRootOfTrustEntity()
145 resolvedEntity.id; in populateRootOfTrustEntity()
179 const ResolvedEntity& resolvedEntity) in invokeRoTCommand() argument
196 resolvedEntity.service, resolvedEntity.object, resolvedEntity.interface, in invokeRoTCommand()