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.hpp161 std::string swId = path.filename(); in populateSoftwareInformation() local
162 if (swId.empty()) in populateSoftwareInformation()
256 swId); in populateSoftwareInformation()
270 swId); in populateSoftwareInformation()
357 const std::shared_ptr<std::string>& swId, in getSwStatus() argument
364 "/xyz/openbmc_project/software/" + *swId, in getSwStatus()
367 swId](const boost::system::error_code& ec, in getSwStatus()
405 const std::shared_ptr<std::string>& swId, in handleUpdateableEndpoints() argument
418 reqSwObjPath = reqSwObjPath / *swId; in handleUpdateableEndpoints()
461 const std::shared_ptr<std::string>& swId) in getSwUpdatableStatus() argument
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp881 std::string swId = path.filename(); in getSwInfo() local
1192 const std::string& swId) in getSoftwareVersion() argument
1198 swId](const boost::system::error_code& ec, in getSoftwareVersion()
1237 asyncResp->res.jsonValue["Id"] = swId; in getSoftwareVersion()
1273 "/redfish/v1/UpdateService/FirmwareInventory/{}", *swId); in handleUpdateServiceFirmwareInventoryGet()
1280 swId](const boost::system::error_code& ec, in handleUpdateServiceFirmwareInventoryGet()
1296 if (!obj.first.ends_with(*swId)) in handleUpdateServiceFirmwareInventoryGet()
1309 *swId); in handleUpdateServiceFirmwareInventoryGet()
1313 BMCWEB_LOG_WARNING("Input swID {} not found!", *swId); in handleUpdateServiceFirmwareInventoryGet()
1318 *swId)); in handleUpdateServiceFirmwareInventoryGet()
[all …]