Home
last modified time | relevance | path

Searched refs:ec2 (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp66 [asyncResp](const boost::system::error_code& ec2, in getIndicatorLedState()
68 if (ec2 == boost::system::errc::invalid_argument) in getIndicatorLedState()
76 if (ec2) in getIndicatorLedState()
187 [asyncResp](const boost::system::error_code& ec2, in getSystemLocationIndicatorActive()
189 if (ec2 == boost::system::errc::invalid_argument) in getSystemLocationIndicatorActive()
197 if (ec2) in getSystemLocationIndicatorActive()
H A Dpcie_slots.hpp154 [asyncResp](const boost::system::error_code& ec2, in onMapperAssociationDone()
156 onPcieSlotGetAllDone(asyncResp, ec2, propertiesList); in onMapperAssociationDone()
203 const boost::system::error_code& ec2, in onMapperSubtreeDone()
206 connectionName, ec2, endpoints); in onMapperSubtreeDone()
H A Dmetric_report.hpp119 [asyncResp, id](const boost::system::error_code& ec2, in requestRoutesMetricReport()
121 if (ec2) in requestRoutesMetricReport()
123 BMCWEB_LOG_ERROR("respHandler DBus error {}", ec2); in requestRoutesMetricReport()
H A Dchassis.hpp541 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree()
543 if (ec2) in handleChassisGetSubTree()
546 ec2); in handleChassisGetSubTree()
558 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument
560 if (ec2) in handleChassisGetSubTree()
563 "DBus response error for HotPluggable: {}", ec2); in handleChassisGetSubTree()
575 [asyncResp, chassisId](const boost::system::error_code& ec2, in handleChassisGetSubTree() argument
577 if (ec2) in handleChassisGetSubTree()
580 ec2); in handleChassisGetSubTree()
H A Dredfish_util.hpp237 if (auto [p, ec2] = std::from_chars(pa, nullptr, port); in getPortNumber()
238 ec2 != std::errc()) in getPortNumber()
245 if (ec2 == std::errc::result_out_of_range) in getPortNumber()
H A Dpower.hpp200 const boost::system::error_code& ec2, in afterGetChassis() argument
203 if (ec2) in afterGetChassis()
206 ec2); in afterGetChassis()
H A Dsystems.hpp217 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()
1447 if (ec2) in getTrustedModuleRequiredToBoot()
1450 ec2); in getTrustedModuleRequiredToBoot()
2623 if (ec2) in getIdlePowerSaver()
2808 [asyncResp](const boost::system::error_code& ec2, in handleComputerSystemCollectionGet()
[all …]
H A Dvirtual_media.hpp745 const boost::system::error_code& ec2, in handleManagersVirtualMediaActionInsertPost()
747 if (ec2) in handleManagersVirtualMediaActionInsertPost()
793 resName](const boost::system::error_code& ec2, in handleManagersVirtualMediaActionEject()
795 if (ec2) in handleManagersVirtualMediaActionEject()
797 BMCWEB_LOG_ERROR("ObjectMapper::GetObject call failed: {}", ec2); in handleManagersVirtualMediaActionEject()
H A Dmanagers.hpp1237 self](const boost::system::error_code& ec2, in run()
1239 if (ec2) in run()
1432 [self, path, owner](const boost::system::error_code& ec2, in run()
1434 if (ec2) in run()
1857 [asyncResp](const boost::system::error_code& ec2) { in setActiveFirmwareImage() argument
1858 if (ec2) in setActiveFirmwareImage()
2177 [asyncResp](const boost::system::error_code& ec2, in requestRoutesManager()
2180 if (ec2) in requestRoutesManager()
H A Dnetwork_protocol.hpp142 const boost::system::error_code& ec2, in afterNetworkPortRequest()
144 if (ec2) in afterNetworkPortRequest()
H A Daccount_service.hpp538 const boost::system::error_code& ec2, in getLDAPConfigData()
541 if (ec2) in getLDAPConfigData()
544 BMCWEB_LOG_WARNING("D-Bus responses error: {}", ec2); in getLDAPConfigData()
1722 [asyncResp, username, password](const boost::system::error_code& ec2, in processAfterGetAllGroups()
1724 processAfterCreateUser(asyncResp, username, password, ec2, m); in processAfterGetAllGroups()
H A Dprocessor.hpp679 const boost::system::error_code& ec2, in getCpuConfigData()
681 if (ec2) in getCpuConfigData()
683 BMCWEB_LOG_WARNING("D-Bus Property Get error: {}", ec2); in getCpuConfigData()
H A Dpcie.hpp278 const boost::system::error_code& ec2, in afterGetDbusObject()
280 addPCIeSlotProperties(asyncResp->res, ec2, pcieSlotProperties); in afterGetDbusObject()
H A Dsensors.hpp581 const boost::system::error_code& ec2, in getChassis()
583 if (ec2) in getChassis()
585 if (ec2.value() != EBADR) in getChassis()
1045 const boost::system::error_code& ec2, in populateFanRedundancy()
1047 if (ec2) in populateFanRedundancy()
H A Dupdate_service.hpp129 inline bool handleCreateTask(const boost::system::error_code& ec2, in handleCreateTask() argument
133 if (ec2) in handleCreateTask()
/openbmc/bmcweb/http/
H A Dhttp_server.hpp103 boost::system::error_code ec2; in startAsyncWaitForSignal() local
104 acceptor.cancel(ec2); in startAsyncWaitForSignal()
105 if (ec2) in startAsyncWaitForSignal()
109 ec2.message()); in startAsyncWaitForSignal()
H A Dhttp_body.hpp132 boost::system::error_code ec2; in open() local
133 uint64_t size = fileHandle.size(ec2); in open()
134 if (!ec2) in open()
157 boost::system::error_code ec2; in setFd() local
158 uint64_t size = fileHandle.size(ec2); in setFd()
159 if (!ec2) in setFd()
/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp30 std::error_code ec2; in installCertificate() local
31 std::filesystem::remove(certPath.c_str(), ec2); in installCertificate()
32 if (ec2) in installCertificate()
H A Dvm_websocket.hpp213 std::error_code ec2; in ~NbdProxyServer() local
214 std::filesystem::remove(socketId.c_str(), ec2); in ~NbdProxyServer()
215 if (ec2) in ~NbdProxyServer()
454 std::error_code ec2; in afterGetSocket() local
455 std::filesystem::remove(socket.c_str(), ec2); in afterGetSocket()
H A Dopenbmc_dbus_rest.hpp1512 const boost::system::error_code& ec2, in findActionOnInterface()
1514 if (ec2) in findActionOnInterface()
1763 propertyName](const boost::system::error_code& ec2, in handleGet()
1765 if (ec2) in handleGet()
1767 BMCWEB_LOG_ERROR("Bad dbus request error: {}", ec2); in handleGet()
1904 [transaction](const boost::system::error_code& ec2, in handlePut()
1906 if (!ec2 && objectNames.empty()) in handlePut()
2387 asyncResp](const boost::system::error_code& ec2, in handleBusSystemPost()
2389 if (ec2) in handleBusSystemPost()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dsw_utils.hpp98 const boost::system::error_code& ec2, in populateSoftwareInformation()
100 if (ec2) in populateSoftwareInformation()
102 BMCWEB_LOG_ERROR("error_code = {}", ec2); in populateSoftwareInformation()
103 BMCWEB_LOG_ERROR("error msg = {}", ec2.message()); in populateSoftwareInformation()
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp40 auto reader = [&sr, &ret](const boost::system::error_code& ec2, in getData()
42 EXPECT_FALSE(ec2); in getData()
/openbmc/linux/Documentation/translations/zh_CN/virt/
H A Dne_overview.rst83 [1] https://aws.amazon.com/ec2/nitro/nitro-enclaves/
/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp1598 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 Dne_overview.rst93 [1] https://aws.amazon.com/ec2/nitro/nitro-enclaves/

12