Home
last modified time | relevance | path

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

12

/openbmc/bmcweb/redfish-core/lib/
H A Dmetric_report.hpp100 id](const boost::system::error_code& ec2, in requestRoutesMetricReport()
102 if (ec2) in requestRoutesMetricReport()
105 "respHandler DBus error {}", ec2); in requestRoutesMetricReport()
H A Dled.hpp70 [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 Dpcie_slots.hpp168 [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 Dredfish_util.hpp238 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 Dchassis.hpp605 [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 Dpower.hpp209 const boost::system::error_code& ec2, const Mapper& chassisPaths) in afterGetChassis() argument
211 if (ec2) in afterGetChassis()
214 ec2); in afterGetChassis()
H A Dvirtual_media.hpp761 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 Dsystems.hpp160 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 Dnetwork_protocol.hpp161 const boost::system::error_code& ec2, in afterNetworkPortRequest()
163 if (ec2) in afterNetworkPortRequest()
H A Dprocessor.hpp654 [asyncResp](const boost::system::error_code& ec2, in getCpuConfigData()
657 if (ec2) in getCpuConfigData()
660 ec2); in getCpuConfigData()
H A Daccount_service.hpp567 [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 Dpcie.hpp354 const boost::system::error_code& ec2, in afterGetDbusObject()
356 addPCIeSlotProperties(asyncResp->res, ec2, pcieSlotProperties); in afterGetDbusObject()
H A Dsensors.hpp485 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 Dmanagers.hpp496 [asyncResp](const boost::system::error_code& ec2) { in setActiveFirmwareImage() argument
497 if (ec2) in setActiveFirmwareImage()
H A Dlog_services.hpp639 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 Dupdate_service.hpp149 inline bool handleCreateTask(const boost::system::error_code& ec2, in handleCreateTask() argument
153 if (ec2) in handleCreateTask()
/openbmc/bmcweb/http/
H A Dhttp_body.hpp133 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 Dhostname_monitor.hpp48 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 Dvm_websocket.hpp227 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 Dhttp_response_test.cpp44 [&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 Dsw_utils.hpp279 const boost::system::error_code& ec2, in afterAssociatedEndpoints()
282 populateLinkToImages, functionalSwIds, ec2, in afterAssociatedEndpoints()
/openbmc/s2600wf-misc/subprojects/hsbp-manager/src/
H A Dhsbp_manager.cpp1600 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 Dhsbp_manager.cpp1600 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 Dopenbmc_dbus_rest.hpp1487 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 Dopenbmc_managers.hpp1028 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()

12