/openbmc/bmcweb/redfish-core/lib/ |
H A D | led.hpp | 68 [asyncResp](const boost::system::error_code& ec2, in getIndicatorLedState() 70 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState() 78 if (ec2) in getIndicatorLedState() 192 [asyncResp](const boost::system::error_code& ec2, in getSystemLocationIndicatorActive() 194 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive() 202 if (ec2) in getSystemLocationIndicatorActive()
|
H A D | pcie_slots.hpp | 154 [asyncResp](const boost::system::error_code& ec2, in onMapperAssociationDone() 156 onPcieSlotGetAllDone(asyncResp, ec2, propertiesList); in onMapperAssociationDone() 202 const boost::system::error_code& ec2, in onMapperSubtreeDone() 205 connectionName, ec2, endpoints); in onMapperSubtreeDone()
|
H A D | metric_report.hpp | 124 id](const boost::system::error_code& ec2, in requestRoutesMetricReport() 126 if (ec2) in requestRoutesMetricReport() 129 "respHandler DBus error {}", ec2); in requestRoutesMetricReport()
|
H A D | chassis.hpp | 550 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() 552 if (ec2) in handleChassisGetSubTree() 555 "DBus response error for AssetTag: {}", ec2); in handleChassisGetSubTree() 567 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument 569 if (ec2) in handleChassisGetSubTree() 573 ec2); in handleChassisGetSubTree() 585 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument 587 if (ec2) in handleChassisGetSubTree() 590 "DBus response error for Version: {}", ec2); in handleChassisGetSubTree()
|
H A D | redfish_util.hpp | 239 if (auto [p, ec2] = std::from_chars(pa, nullptr, port); in getPortNumber() 240 ec2 != std::errc()) in getPortNumber() 247 if (ec2 == std::errc::result_out_of_range) in getPortNumber()
|
H A D | power.hpp | 205 const boost::system::error_code& ec2, const Mapper& chassisPaths) in afterGetChassis() argument 207 if (ec2) in afterGetChassis() 210 ec2); in afterGetChassis()
|
H A D | virtual_media.hpp | 746 const boost::system::error_code& ec2, in handleManagersVirtualMediaActionInsertPost() 748 if (ec2) in handleManagersVirtualMediaActionInsertPost() 798 resName](const boost::system::error_code& ec2, in handleManagersVirtualMediaActionEject() 800 if (ec2) in handleManagersVirtualMediaActionEject() 803 ec2); in handleManagersVirtualMediaActionEject()
|
H A D | systems.hpp | 217 path](const boost::system::error_code& ec2, in getProcessorSummary() 219 if (ec2) in getProcessorSummary() 221 BMCWEB_LOG_ERROR("DBUS response error {}", ec2); in getProcessorSummary() 296 path](const boost::system::error_code& ec2, in getMemorySummary() 298 if (ec2) in getMemorySummary() 300 BMCWEB_LOG_ERROR("DBUS response error {}", ec2); in getMemorySummary() 1461 if (ec2) in getTrustedModuleRequiredToBoot() 2207 const boost::system::error_code& ec2, in getPowerMode() 2644 const boost::system::error_code& ec2, in getIdlePowerSaver() 2646 if (ec2) in getIdlePowerSaver() [all …]
|
H A D | managers.hpp | 1296 self](const boost::system::error_code& ec2, in run() 1298 if (ec2) in run() 1494 owner](const boost::system::error_code& ec2, in run() 1496 if (ec2) in run() 1922 [asyncResp](const boost::system::error_code& ec2) { in setActiveFirmwareImage() argument 1923 if (ec2) in setActiveFirmwareImage() 2251 const boost::system::error_code& ec2, in requestRoutesManager() 2254 if (ec2) in requestRoutesManager()
|
H A D | network_protocol.hpp | 157 const boost::system::error_code& ec2, in afterNetworkPortRequest() 159 if (ec2) in afterNetworkPortRequest()
|
H A D | account_service.hpp | 552 [callback, ldapType](const boost::system::error_code& ec2, in getLDAPConfigData() 556 if (ec2) in getLDAPConfigData() 559 BMCWEB_LOG_WARNING("D-Bus responses error: {}", ec2); in getLDAPConfigData() 1880 [asyncResp, username, password](const boost::system::error_code& ec2, in processAfterGetAllGroups() 1882 processAfterCreateUser(asyncResp, username, password, ec2, m); in processAfterGetAllGroups()
|
H A D | sensors.hpp | 458 const boost::system::error_code& ec2, in getChassis() 461 if (ec2) in getChassis() 463 if (ec2.value() != EBADR) in getChassis() 539 const boost::system::error_code& ec2, in populateFanRedundancy() 541 if (ec2) in populateFanRedundancy()
|
H A D | processor.hpp | 648 [asyncResp](const boost::system::error_code& ec2, in getCpuConfigData() 651 if (ec2) in getCpuConfigData() 654 ec2); in getCpuConfigData()
|
H A D | pcie.hpp | 278 const boost::system::error_code& ec2, in afterGetDbusObject() 280 addPCIeSlotProperties(asyncResp->res, ec2, pcieSlotProperties); in afterGetDbusObject()
|
H A D | update_service.hpp | 129 inline bool handleCreateTask(const boost::system::error_code& ec2, in handleCreateTask() argument 133 if (ec2) in handleCreateTask()
|
H A D | log_services.hpp | 859 const boost::system::error_code& ec2, in createDumpTaskCallback() 862 if (ec2) in createDumpTaskCallback() 3140 [](const boost::system::error_code& ec2, in requestRoutesCrashdumpCollect() 3144 if (!ec2) in requestRoutesCrashdumpCollect()
|
/openbmc/bmcweb/http/ |
H A D | http_body.hpp | 99 boost::system::error_code ec2; in open() local 100 uint64_t size = fileHandle.fileHandle.size(ec2); in open() 101 if (!ec2) in open() 124 boost::system::error_code ec2; in setFd() local 125 uint64_t size = fileHandle.fileHandle.size(ec2); in setFd() 126 if (!ec2) in setFd()
|
/openbmc/bmcweb/include/ |
H A D | hostname_monitor.hpp | 30 std::error_code ec2; in installCertificate() local 31 std::filesystem::remove(certPath.c_str(), ec2); in installCertificate() 32 if (ec2) in installCertificate()
|
H A D | vm_websocket.hpp | 212 std::error_code ec2; in ~NbdProxyServer() local 213 std::filesystem::remove(socketId.c_str(), ec2); in ~NbdProxyServer() 214 if (ec2) in ~NbdProxyServer() 453 std::error_code ec2; in afterGetSocket() local 454 std::filesystem::remove(socket.c_str(), ec2); in afterGetSocket()
|
H A D | openbmc_dbus_rest.hpp | 1512 const boost::system::error_code& ec2, in findActionOnInterface() 1514 if (ec2) in findActionOnInterface() 1769 propertyName](const boost::system::error_code& ec2, in handleGet() 1771 if (ec2) in handleGet() 1774 ec2); in handleGet() 1916 [transaction](const boost::system::error_code& ec2, in handlePut() 1918 if (!ec2 && objectNames.empty()) in handlePut() 2436 asyncResp](const boost::system::error_code& ec2, in handleBusSystemPost() 2438 if (ec2) in handleBusSystemPost()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | sw_utils.hpp | 143 const boost::system::error_code& ec2, in populateSoftwareInformation() 145 if (ec2) in populateSoftwareInformation() 147 BMCWEB_LOG_ERROR("error_code = {}", ec2); in populateSoftwareInformation() 148 BMCWEB_LOG_ERROR("error msg = {}", ec2.message()); in populateSoftwareInformation()
|
/openbmc/bmcweb/test/http/ |
H A D | http_response_test.cpp | 41 [&sr, &ret](const boost::system::error_code& ec2, const auto& buffer) { in getData() argument 42 EXPECT_FALSE(ec2); in getData()
|
/openbmc/linux/Documentation/translations/zh_CN/virt/ |
H A D | ne_overview.rst | 83 [1] https://aws.amazon.com/ec2/nitro/nitro-enclaves/
|
/openbmc/s2600wf-misc/hsbp-manager/src/ |
H A D | hsbp_manager.cpp | 1598 const boost::system::error_code ec2, in updateAssets() 1602 if (ec2) in updateAssets() 1606 << ec2.message() << " " in updateAssets() 1809 const boost::system::error_code ec2, in populateMuxes() 1814 if (ec2) in populateMuxes() 1818 << ec2.message() << "\n"; in populateMuxes() 1892 owner](const boost::system::error_code ec2, in populateHsbpBackplanes() 1895 if (ec2) in populateHsbpBackplanes() 1899 << ec2.message() << "\n"; in populateHsbpBackplanes()
|
/openbmc/linux/Documentation/virt/ |
H A D | ne_overview.rst | 93 [1] https://aws.amazon.com/ec2/nitro/nitro-enclaves/
|