Searched refs:rotId (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/include/google/ |
H A D | google_service_root.hpp | 68 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()
|