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.hpp74 const std::string& swId, bool runningImage, in afterGetProperties() argument
125 BMCWEB_LOG_DEBUG("Image ID: {}", swId); in afterGetProperties()
138 "/redfish/v1/UpdateService/FirmwareInventory/{}", swId); in afterGetProperties()
147 "/redfish/v1/UpdateService/FirmwareInventory/{}", swId); in afterGetProperties()
183 std::string swId = path.filename(); in afterGetSubtree() local
184 if (swId.empty()) in afterGetSubtree()
197 if (std::ranges::find(functionalSwIds, swId) != functionalSwIds.end()) in afterGetSubtree()
207 [asyncResp, swId, runningImage, swVersionPurpose, in afterGetSubtree()
211 afterGetProperties(asyncResp, swId, runningImage, in afterGetSubtree()
377 const std::shared_ptr<std::string>& swId, in getSwStatus() argument
[all …]
/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp858 std::string swId = path.filename(); in getSwInfo() local
859 swInfoMap.emplace(swId, make_pair(path, entry.second[0].first)); in getSwInfo()
1166 const std::string& swId) in getSoftwareVersion() argument
1171 swId](const boost::system::error_code& ec, in getSoftwareVersion()
1210 asyncResp->res.jsonValue["Id"] = swId; in getSoftwareVersion()
1243 std::shared_ptr<std::string> swId = std::make_shared<std::string>(param); in handleUpdateServiceFirmwareInventoryGet() local
1246 "/redfish/v1/UpdateService/FirmwareInventory/{}", *swId); in handleUpdateServiceFirmwareInventoryGet()
1253 swId](const boost::system::error_code& ec, in handleUpdateServiceFirmwareInventoryGet()
1269 if (!obj.first.ends_with(*swId)) in handleUpdateServiceFirmwareInventoryGet()
1280 sw_util::getSwStatus(asyncResp, swId, obj.second[0].first); in handleUpdateServiceFirmwareInventoryGet()
[all …]