Searched refs:swId (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sw_utils.hpp | 83 const std::string& swId, bool runningImage, in afterGetProperties() argument 134 BMCWEB_LOG_DEBUG("Image ID: {}", swId); in afterGetProperties() 147 "/redfish/v1/UpdateService/FirmwareInventory/{}", swId); in afterGetProperties() 156 "/redfish/v1/UpdateService/FirmwareInventory/{}", swId); in afterGetProperties() 192 std::string swId = path.filename(); in afterGetSubtree() local 193 if (swId.empty()) in afterGetSubtree() 206 if (std::ranges::find(functionalSwIds, swId) != functionalSwIds.end()) in afterGetSubtree() 216 [asyncResp, swId, runningImage, swVersionPurpose, in afterGetSubtree() 220 afterGetProperties(asyncResp, swId, runningImage, in afterGetSubtree() 386 const std::shared_ptr<std::string>& swId, in getSwStatus() argument [all …]
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | update_service.hpp | 880 std::string swId = path.filename(); in getSwInfo() local 881 swInfoMap.emplace(swId, make_pair(path, entry.second[0].first)); in getSwInfo() 1188 const std::string& swId) in getSoftwareVersion() argument 1193 swId](const boost::system::error_code& ec, in getSoftwareVersion() 1232 asyncResp->res.jsonValue["Id"] = swId; in getSoftwareVersion() 1265 std::shared_ptr<std::string> swId = std::make_shared<std::string>(param); in handleUpdateServiceFirmwareInventoryGet() local 1268 "/redfish/v1/UpdateService/FirmwareInventory/{}", *swId); in handleUpdateServiceFirmwareInventoryGet() 1275 swId](const boost::system::error_code& ec, in handleUpdateServiceFirmwareInventoryGet() 1291 if (!obj.first.ends_with(*swId)) in handleUpdateServiceFirmwareInventoryGet() 1302 sw_util::getSwStatus(asyncResp, swId, obj.second[0].first); in handleUpdateServiceFirmwareInventoryGet() [all …]
|