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.hpp68 const std::string& rotId, const ResolvedEntityHandler& entityHandler, in hothGetSubtreeCallback() argument
80 if (objPath.filename() != rotId || services.empty()) in hothGetSubtreeCallback()
86 .id = rotId, in hothGetSubtreeCallback()
95 redfish::messages::resourceNotFound(asyncResp->res, "RootOfTrust", rotId); in hothGetSubtreeCallback()
100 const std::string& rotId, in resolveRoT() argument
107 [command, asyncResp, rotId, entityHandler{std::move(entityHandler)}]( in resolveRoT()
110 hothGetSubtreeCallback(command, asyncResp, rotId, entityHandler, ec, in resolveRoT()
191 const std::string& rotId) in handleRoTSendCommandPost() argument
203 resolveRoT(command, asyncResp, rotId, invokeRoTCommand); in handleRoTSendCommandPost()