Lines Matching defs:adapterId
121 const std::string& systemName, const std::string& adapterId,
130 asyncResp->res.jsonValue["Id"] = adapterId;
132 "/redfish/v1/Systems/{}/FabricAdapters/{}", systemName, adapterId);
139 systemName, adapterId);
150 const std::string& adapterId,
169 if (fabricAdapterName == adapterId)
180 const std::string& adapterId,
189 adapterId, std::move(callback)));
194 const std::string& systemName, const std::string& adapterId,
203 adapterId);
214 messages::resourceNotFound(asyncResp->res, "FabricAdapter", adapterId);
217 doAdapterGet(asyncResp, systemName, adapterId, fabricAdapterPath,
224 const std::string& systemName, const std::string& adapterId)
244 adapterId, std::bind_front(afterHandleFabricAdapterGet, asyncResp,
245 systemName, adapterId));
250 const std::string& adapterId, std::optional<bool> locationIndicatorActive,
259 adapterId);
269 BMCWEB_LOG_WARNING("Adapter {} not found", adapterId);
270 messages::resourceNotFound(asyncResp->res, "FabricAdapter", adapterId);
284 const std::string& systemName, const std::string& adapterId)
314 adapterId, std::bind_front(afterHandleFabricAdapterPatch, asyncResp,
315 adapterId, locationIndicatorActive));
388 const std::string& adapterId, const boost::system::error_code& ec,
396 adapterId);
407 messages::resourceNotFound(asyncResp->res, "FabricAdapter", adapterId);
418 const std::string& systemName, const std::string& adapterId)
439 adapterId,
440 std::bind_front(afterHandleFabricAdapterHead, asyncResp, adapterId));