Home
last modified time | relevance | path

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

12

/openbmc/bmcweb/redfish-core/lib/
H A Dled.hpp68 [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 Dpcie_slots.hpp154 [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 Dmetric_report.hpp124 id](const boost::system::error_code& ec2, in requestRoutesMetricReport()
126 if (ec2) in requestRoutesMetricReport()
129 "respHandler DBus error {}", ec2); in requestRoutesMetricReport()
H A Dchassis.hpp550 [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 Dredfish_util.hpp239 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 Dpower.hpp203 const boost::system::error_code& ec2, const Mapper& chassisPaths) in afterGetChassis() argument
205 if (ec2) in afterGetChassis()
208 ec2); in afterGetChassis()
H A Dvirtual_media.hpp743 const boost::system::error_code& ec2, in handleManagersVirtualMediaActionInsertPost()
745 if (ec2) in handleManagersVirtualMediaActionInsertPost()
795 resName](const boost::system::error_code& ec2, in handleManagersVirtualMediaActionEject()
797 if (ec2) in handleManagersVirtualMediaActionEject()
800 ec2); in handleManagersVirtualMediaActionEject()
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()
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 Dmanagers.hpp1261 self](const boost::system::error_code& ec2, in run()
1263 if (ec2) in run()
1459 owner](const boost::system::error_code& ec2, in run()
1461 if (ec2) in run()
1888 [asyncResp](const boost::system::error_code& ec2) { in setActiveFirmwareImage() argument
1889 if (ec2) in setActiveFirmwareImage()
2226 const boost::system::error_code& ec2, in requestRoutesManager()
2229 if (ec2) in requestRoutesManager()
H A Dnetwork_protocol.hpp157 const boost::system::error_code& ec2, in afterNetworkPortRequest()
159 if (ec2) in afterNetworkPortRequest()
H A Daccount_service.hpp549 [callback, ldapType](const boost::system::error_code& ec2, in getLDAPConfigData()
553 if (ec2) in getLDAPConfigData()
556 BMCWEB_LOG_WARNING("D-Bus responses error: {}", ec2); in getLDAPConfigData()
1864 [asyncResp, username, password](const boost::system::error_code& ec2, in processAfterGetAllGroups()
1866 processAfterCreateUser(asyncResp, username, password, ec2, m); in processAfterGetAllGroups()
H A Dsensors.hpp458 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 Dprocessor.hpp684 [asyncResp](const boost::system::error_code& ec2, in getCpuConfigData()
687 if (ec2) in getCpuConfigData()
690 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 Dupdate_service.hpp129 inline bool handleCreateTask(const boost::system::error_code& ec2, in handleCreateTask() argument
133 if (ec2) in handleCreateTask()
H A Dlog_services.hpp859 const boost::system::error_code& ec2, in createDumpTaskCallback()
862 if (ec2) in createDumpTaskCallback()
3137 [](const boost::system::error_code& ec2, in requestRoutesCrashdumpCollect()
3141 if (!ec2) in requestRoutesCrashdumpCollect()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp99 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 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.hpp212 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 Dopenbmc_dbus_rest.hpp1512 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 Dsw_utils.hpp142 const boost::system::error_code& ec2, in populateSoftwareInformation()
144 if (ec2) in populateSoftwareInformation()
146 BMCWEB_LOG_ERROR("error_code = {}", ec2); in populateSoftwareInformation()
147 BMCWEB_LOG_ERROR("error msg = {}", ec2.message()); in populateSoftwareInformation()
/openbmc/bmcweb/test/http/
H A Dhttp_response_test.cpp41 [&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 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