Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/google/
H A Dgoogle_service_root.hpp80 const std::string& rotId, const ResolvedEntityHandler& entityHandler, in hothGetSubtreeCallback() argument
92 if (objPath.filename() != rotId || services.empty()) in hothGetSubtreeCallback()
98 .id = rotId, in hothGetSubtreeCallback()
107 redfish::messages::resourceNotFound(asyncResp->res, "RootOfTrust", rotId); in hothGetSubtreeCallback()
112 const std::string& rotId, in resolveRoT() argument
119 [command, asyncResp, rotId, entityHandler{std::move(entityHandler)}]( in resolveRoT()
122 hothGetSubtreeCallback(command, asyncResp, rotId, entityHandler, ec, in resolveRoT()
203 const std::string& rotId) in handleRoTSendCommandPost() argument
215 resolveRoT(command, asyncResp, rotId, invokeRoTCommand); in handleRoTSendCommandPost()