Searched refs:ec3 (Results 1 – 8 of 8) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | redfish_util.hpp | 245 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 D | storage.hpp | 771 [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 D | systems.hpp | 199 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 D | chassis.hpp | 596 [asyncResp, chassisId](const boost::system::error_code& ec3, in handleChassisGetSubTree() 598 if (ec3 || resp.empty()) in handleChassisGetSubTree()
|
H A D | account_service.hpp | 1817 [asyncResp, password](const boost::system::error_code& ec3) { in processAfterCreateUser() argument 1818 if (ec3) in processAfterCreateUser()
|
H A D | sensors.hpp | 570 const boost::system::error_code& ec3, in populateFanRedundancy() 572 if (ec3) in populateFanRedundancy()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sw_utils.hpp | 218 const boost::system::error_code& ec3, in afterGetSubtree() 222 populateLinkToImages, ec3, propertiesList); in afterGetSubtree()
|
/openbmc/bmcweb/include/ |
H A D | openbmc_dbus_rest.hpp | 1901 transaction](const boost::system::error_code& ec3, in handlePut() 1903 if (ec3) in handlePut() 1907 ec3.message(), connectionName); in handlePut()
|