Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp162 std::string swId = path.filename(); in populateSoftwareInformation() local
163 if (swId.empty()) in populateSoftwareInformation()
257 swId); in populateSoftwareInformation()
271 swId); in populateSoftwareInformation()
358 const std::shared_ptr<std::string>& swId, in getSwStatus() argument
365 "/xyz/openbmc_project/software/" + *swId, in getSwStatus()
368 swId](const boost::system::error_code& ec, in getSwStatus()
406 const std::shared_ptr<std::string>& swId, in handleUpdateableEndpoints() argument
419 reqSwObjPath = reqSwObjPath / *swId; in handleUpdateableEndpoints()
462 const std::shared_ptr<std::string>& swId) in getSwUpdatableStatus() argument
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp874 std::string swId = path.filename(); in getSwInfo() local
1185 const std::string& swId) in getSoftwareVersion() argument
1191 swId](const boost::system::error_code& ec, in getSoftwareVersion()
1230 asyncResp->res.jsonValue["Id"] = swId; in getSoftwareVersion()
1266 "/redfish/v1/UpdateService/FirmwareInventory/{}", *swId); in handleUpdateServiceFirmwareInventoryGet()
1273 swId](const boost::system::error_code& ec, in handleUpdateServiceFirmwareInventoryGet()
1289 if (!obj.first.ends_with(*swId)) in handleUpdateServiceFirmwareInventoryGet()
1302 *swId); in handleUpdateServiceFirmwareInventoryGet()
1306 BMCWEB_LOG_WARNING("Input swID {} not found!", *swId); in handleUpdateServiceFirmwareInventoryGet()
1311 *swId)); in handleUpdateServiceFirmwareInventoryGet()
[all …]