Searched refs:ec3 (Results 1 – 8 of 8) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | redfish_util.hpp | 243 boost::system::error_code ec3 = in getPortNumber() local 248 ec3 = boost::system::errc::make_error_code( in getPortNumber() 252 callback(ec3, 0); in getPortNumber() 253 BMCWEB_LOG_ERROR("{}", ec3); in getPortNumber()
|
| H A D | storage_chassis.hpp | 405 [asyncResp, chassisId](const boost::system::error_code& ec3, in afterChassisDriveCollectionSubtreeGet() 407 if (ec3) in afterChassisDriveCollectionSubtreeGet() 573 driveName](const boost::system::error_code& ec3, in handleChassisDriveGet() 575 if (ec3) in handleChassisDriveGet()
|
| H A D | systems.hpp | 142 auto getCpuPresenceState = [asyncResp](const boost::system::error_code& ec3, in getProcessorSummary() 144 if (ec3) in getProcessorSummary() 146 BMCWEB_LOG_ERROR("DBUS response error {}", ec3); in getProcessorSummary() 391 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() 394 afterGetUUID(asyncResp, ec3, properties); in afterSystemGetSubTree() 403 [asyncResp](const boost::system::error_code& ec3, in afterSystemGetSubTree() argument 406 afterGetInventory(asyncResp, ec3, properties); in afterSystemGetSubTree()
|
| H A D | chassis.hpp | 572 [asyncResp, chassisId](const boost::system::error_code& ec3, in handleChassisGetSubTree() 574 if (ec3 || resp.empty()) in handleChassisGetSubTree()
|
| H A D | account_service.hpp | 1815 [asyncResp, password](const boost::system::error_code& ec3) { in processAfterCreateUser() argument 1816 if (ec3) in processAfterCreateUser()
|
| H A D | sensors.hpp | 589 const boost::system::error_code& ec3, in populateFanRedundancy() 591 if (ec3) in populateFanRedundancy()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sw_utils.hpp | 224 const boost::system::error_code& ec3, in afterGetSubtree() 228 populateLinkToImages, ec3, propertiesList); in afterGetSubtree()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | openbmc_dbus_rest.hpp | 1938 transaction](const boost::system::error_code& ec3, in handlePut() 1940 if (ec3) in handlePut() 1944 ec3.message(), connectionName); in handlePut()
|