Home
last modified time | relevance | path

Searched refs:ec3 (Results 1 – 8 of 8) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_util.hpp245 boost::system::error_code ec3 = in getPortNumber() local
250 ec3 = boost::system::errc::make_error_code( in getPortNumber()
254 callback(ec3, 0); in getPortNumber()
255 BMCWEB_LOG_ERROR("{}", ec3); in getPortNumber()
H A Dstorage.hpp771 [asyncResp, chassisId](const boost::system::error_code& ec3, in afterChassisDriveCollectionSubtreeGet()
773 if (ec3) in afterChassisDriveCollectionSubtreeGet()
952 driveName](const boost::system::error_code& ec3, in handleChassisDriveGet()
954 if (ec3) in handleChassisDriveGet()
H A Dsystems.hpp199 auto getCpuPresenceState = [asyncResp](const boost::system::error_code& ec3, in getProcessorSummary()
201 if (ec3) in getProcessorSummary()
203 BMCWEB_LOG_ERROR("DBUS response error {}", ec3); in getProcessorSummary()
471 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree()
474 afterGetUUID(asyncResp, ec3, properties); in afterSystemGetSubTree()
483 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() argument
486 afterGetInventory(asyncResp, ec3, properties); in afterSystemGetSubTree()
H A Dchassis.hpp596 [asyncResp, chassisId](const boost::system::error_code& ec3, in handleChassisGetSubTree()
598 if (ec3 || resp.empty()) in handleChassisGetSubTree()
H A Daccount_service.hpp1817 [asyncResp, password](const boost::system::error_code& ec3) { in processAfterCreateUser() argument
1818 if (ec3) in processAfterCreateUser()
H A Dsensors.hpp570 const boost::system::error_code& ec3, in populateFanRedundancy()
572 if (ec3) in populateFanRedundancy()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp218 const boost::system::error_code& ec3, in afterGetSubtree()
222 populateLinkToImages, ec3, propertiesList); in afterGetSubtree()
/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1901 transaction](const boost::system::error_code& ec3, in handlePut()
1903 if (ec3) in handlePut()
1907 ec3.message(), connectionName); in handlePut()