Searched refs:ec3 (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 244 boost::system::error_code ec3 = in getPortNumber() local 249 ec3 = boost::system::errc::make_error_code( in getPortNumber() 253 callback(ec3, 0); in getPortNumber() 254 BMCWEB_LOG_ERROR("{}", ec3); in getPortNumber()
|
H A D | storage.hpp | 772 [asyncResp, chassisId](const boost::system::error_code& ec3, in afterChassisDriveCollectionSubtreeGet() 774 if (ec3) in afterChassisDriveCollectionSubtreeGet() 953 driveName](const boost::system::error_code& ec3, in handleChassisDriveGet() 955 if (ec3) in handleChassisDriveGet()
|
H A D | systems.hpp | 197 auto getCpuPresenceState = [asyncResp](const boost::system::error_code& ec3, in getProcessorSummary() 199 if (ec3) in getProcessorSummary() 201 BMCWEB_LOG_ERROR("DBUS response error {}", ec3); in getProcessorSummary() 472 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() 475 afterGetUUID(asyncResp, ec3, properties); in afterSystemGetSubTree() 484 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() argument 487 afterGetInventory(asyncResp, ec3, properties); in afterSystemGetSubTree()
|
H A D | chassis.hpp | 516 [asyncResp, chassisId](const boost::system::error_code& ec3, in handleChassisGetSubTree() 518 if (ec3 || resp.empty()) in handleChassisGetSubTree()
|
H A D | account_service.hpp | 1788 [asyncResp, password](const boost::system::error_code& ec3) { in processAfterCreateUser() argument 1789 if (ec3) in processAfterCreateUser()
|
H A D | sensors.hpp | 562 const boost::system::error_code& ec3, in populateFanRedundancy() 564 if (ec3) in populateFanRedundancy()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sw_utils.hpp | 187 const boost::system::error_code& ec3, in populateSoftwareInformation() 190 if (ec3) in populateSoftwareInformation() 192 BMCWEB_LOG_ERROR("error_code = {}", ec3); in populateSoftwareInformation() 194 ec3.message()); in populateSoftwareInformation() 200 if (ec3.value() == EBADR) in populateSoftwareInformation()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 1933 transaction](const boost::system::error_code& ec3, in handlePut() 1935 if (ec3) in handlePut() 1939 ec3.message(), connectionName); in handlePut()
|