| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | metric_report.hpp | 100 id](const boost::system::error_code& ec2, in requestRoutesMetricReport() 102 if (ec2) in requestRoutesMetricReport() 105 "respHandler DBus error {}", ec2); in requestRoutesMetricReport()
|
| H A D | led.hpp | 70 [asyncResp](const boost::system::error_code& ec2, in getIndicatorLedState() 72 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState() 80 if (ec2) in getIndicatorLedState() 193 [asyncResp](const boost::system::error_code& ec2, in getSystemLocationIndicatorActive() 195 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive() 203 if (ec2) in getSystemLocationIndicatorActive()
|
| H A D | pcie_slots.hpp | 168 [asyncResp](const boost::system::error_code& ec2, in onMapperAssociationDone() 170 onPcieSlotGetAllDone(asyncResp, ec2, propertiesList); in onMapperAssociationDone() 216 const boost::system::error_code& ec2, in onMapperSubtreeDone() 219 connectionName, ec2, endpoints); in onMapperSubtreeDone()
|
| H A D | redfish_util.hpp | 238 if (auto [p, ec2] = std::from_chars(pa, nullptr, port); in getPortNumber() 239 ec2 != std::errc()) in getPortNumber() 246 if (ec2 == std::errc::result_out_of_range) in getPortNumber()
|
| H A D | chassis.hpp | 605 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() 607 if (ec2) in handleChassisGetSubTree() 610 "DBus response error for AssetTag: {}", ec2); in handleChassisGetSubTree() 621 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument 623 if (ec2) in handleChassisGetSubTree() 627 ec2); in handleChassisGetSubTree() 638 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument 640 if (ec2) in handleChassisGetSubTree() 643 "DBus response error for Version: {}", ec2); in handleChassisGetSubTree()
|
| H A D | power.hpp | 209 const boost::system::error_code& ec2, const Mapper& chassisPaths) in afterGetChassis() argument 211 if (ec2) in afterGetChassis() 214 ec2); in afterGetChassis()
|
| H A D | virtual_media.hpp | 761 const boost::system::error_code& ec2, in handleManagersVirtualMediaActionInsertPost() 763 if (ec2) in handleManagersVirtualMediaActionInsertPost() 813 resName](const boost::system::error_code& ec2, in handleManagersVirtualMediaActionEject() 815 if (ec2) in handleManagersVirtualMediaActionEject() 818 ec2); in handleManagersVirtualMediaActionEject()
|
| H A D | systems.hpp | 160 path](const boost::system::error_code& ec2, in getProcessorSummary() 162 if (ec2) in getProcessorSummary() 164 BMCWEB_LOG_ERROR("DBUS response error {}", ec2); in getProcessorSummary() 238 path](const boost::system::error_code& ec2, in getMemorySummary() 240 if (ec2) in getMemorySummary() 242 BMCWEB_LOG_ERROR("DBUS response error {}", ec2); in getMemorySummary() 1427 [asyncResp](const boost::system::error_code& ec2, bool tpmRequired) { in getTrustedModuleRequiredToBootCallback() argument 1428 if (ec2) in getTrustedModuleRequiredToBootCallback() 1431 ec2); in getTrustedModuleRequiredToBootCallback() 2218 const boost::system::error_code& ec2, in getPowerMode() [all …]
|
| H A D | network_protocol.hpp | 161 const boost::system::error_code& ec2, in afterNetworkPortRequest() 163 if (ec2) in afterNetworkPortRequest()
|
| H A D | processor.hpp | 654 [asyncResp](const boost::system::error_code& ec2, in getCpuConfigData() 657 if (ec2) in getCpuConfigData() 660 ec2); in getCpuConfigData()
|
| H A D | account_service.hpp | 567 [callback, ldapType](const boost::system::error_code& ec2, in getLDAPConfigData() 571 if (ec2) in getLDAPConfigData() 574 BMCWEB_LOG_WARNING("D-Bus responses error: {}", ec2); in getLDAPConfigData() 1908 [asyncResp, username, password](const boost::system::error_code& ec2, in processAfterGetAllGroups() 1910 processAfterCreateUser(asyncResp, username, password, ec2, m); in processAfterGetAllGroups()
|
| H A D | pcie.hpp | 354 const boost::system::error_code& ec2, in afterGetDbusObject() 356 addPCIeSlotProperties(asyncResp->res, ec2, pcieSlotProperties); in afterGetDbusObject()
|
| H A D | sensors.hpp | 485 const boost::system::error_code& ec2, in getChassis() 488 if (ec2) in getChassis() 490 if (ec2.value() != EBADR) in getChassis() 566 const boost::system::error_code& ec2, in populateFanRedundancy() 568 if (ec2) in populateFanRedundancy()
|
| H A D | managers.hpp | 496 [asyncResp](const boost::system::error_code& ec2) { in setActiveFirmwareImage() argument 497 if (ec2) in setActiveFirmwareImage()
|
| H A D | log_services.hpp | 639 const boost::system::error_code& ec2, in createDumpTaskCallback() 642 if (ec2) in createDumpTaskCallback() 2156 [](const boost::system::error_code& ec2, in requestRoutesCrashdumpCollect() 2160 if (!ec2) in requestRoutesCrashdumpCollect()
|
| H A D | update_service.hpp | 149 inline bool handleCreateTask(const boost::system::error_code& ec2, in handleCreateTask() argument 153 if (ec2) in handleCreateTask()
|
| /openbmc/bmcweb/http/ |
| H A D | http_body.hpp | 133 boost::system::error_code ec2; in open() local 134 uint64_t size = fileHandle.fileHandle.size(ec2); in open() 135 if (!ec2) in open() 158 boost::system::error_code ec2; in setFd() local 159 uint64_t size = fileHandle.fileHandle.size(ec2); in setFd() 160 if (!ec2) in setFd()
|
| /openbmc/bmcweb/include/ |
| H A D | hostname_monitor.hpp | 48 std::error_code ec2; in installCertificate() local 49 std::filesystem::remove(certPath.c_str(), ec2); in installCertificate() 50 if (ec2) in installCertificate()
|
| /openbmc/bmcweb/features/virtual_media/ |
| H A D | vm_websocket.hpp | 227 std::error_code ec2; in ~NbdProxyServer() local 228 std::filesystem::remove(socketId.c_str(), ec2); in ~NbdProxyServer() 229 if (ec2) in ~NbdProxyServer() 468 std::error_code ec2; in afterGetSocket() local 469 std::filesystem::remove(socket.c_str(), ec2); in afterGetSocket()
|
| /openbmc/bmcweb/test/http/ |
| H A D | http_response_test.cpp | 44 [&sr, &ret](const boost::system::error_code& ec2, const auto& buffer) { in getData() argument 45 EXPECT_FALSE(ec2); in getData()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | sw_utils.hpp | 279 const boost::system::error_code& ec2, in afterAssociatedEndpoints() 282 populateLinkToImages, functionalSwIds, ec2, in afterAssociatedEndpoints()
|
| /openbmc/s2600wf-misc/subprojects/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 1600 const boost::system::error_code ec2, in updateAssets() 1604 if (ec2) in updateAssets() 1608 << ec2.message() << " " in updateAssets() 1815 const boost::system::error_code ec2, in populateMuxes() 1820 if (ec2) in populateMuxes() 1824 << ec2.message() << "\n"; in populateMuxes() 1898 owner](const boost::system::error_code ec2, in populateHsbpBackplanes() 1901 if (ec2) in populateHsbpBackplanes() 1905 << ec2.message() << "\n"; in populateHsbpBackplanes()
|
| /openbmc/s2600wf-misc/hsbp-manager/src/ |
| H A D | hsbp_manager.cpp | 1600 const boost::system::error_code ec2, in updateAssets() 1604 if (ec2) in updateAssets() 1608 << ec2.message() << " " in updateAssets() 1815 const boost::system::error_code ec2, in populateMuxes() 1820 if (ec2) in populateMuxes() 1824 << ec2.message() << "\n"; in populateMuxes() 1898 owner](const boost::system::error_code ec2, in populateHsbpBackplanes() 1901 if (ec2) in populateHsbpBackplanes() 1905 << ec2.message() << "\n"; in populateHsbpBackplanes()
|
| /openbmc/bmcweb/features/openbmc_rest/ |
| H A D | openbmc_dbus_rest.hpp | 1487 const boost::system::error_code& ec2, in findActionOnInterface() 1489 if (ec2) in findActionOnInterface() 1741 propertyName](const boost::system::error_code& ec2, in handleGet() 1743 if (ec2) in handleGet() 1746 ec2); in handleGet() 1888 [transaction](const boost::system::error_code& ec2, in handlePut() 1890 if (!ec2 && objectNames.empty()) in handlePut() 2408 asyncResp](const boost::system::error_code& ec2, in handleBusSystemPost() 2410 if (ec2) in handleBusSystemPost()
|
| /openbmc/bmcweb/redfish-core/lib/openbmc/ |
| H A D | openbmc_managers.hpp | 1028 self](const boost::system::error_code& ec2, in run() 1030 if (ec2) in run() 1226 owner](const boost::system::error_code& ec2, in run() 1228 if (ec2) in run()
|