| /openbmc/phosphor-debug-collector/ |
| H A D | core_manager_main.cpp | 14 using InternalFailure = in main() typedef 15 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in main() 24 report<InternalFailure>(); in main() 39 elog<InternalFailure>(); in main() 43 catch (const InternalFailure& e) in main() 45 commit<InternalFailure>(); in main()
|
| H A D | dump_manager_main.cpp | 21 using InternalFailure = in main() typedef 22 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in main() 31 report<InternalFailure>(); in main() 101 elog<InternalFailure>(); in main() 104 catch (const InternalFailure& e) in main() 106 commit<InternalFailure>(); in main()
|
| H A D | watch.cpp | 41 elog<InternalFailure>(); in Watch() 51 elog<InternalFailure>(); in Watch() 61 elog<InternalFailure>(); in Watch() 74 elog<InternalFailure>(); in inotifyInit() 102 report<InternalFailure>(); in callback()
|
| /openbmc/estoraged/src/erase/ |
| H A D | zero.cpp | 20 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 48 throw InternalFailure(); in writeZero() 56 throw InternalFailure(); in writeZero() 66 throw InternalFailure(); in writeZero() 98 throw InternalFailure(); in verifyZero() 105 throw InternalFailure(); in verifyZero() 115 throw InternalFailure(); in verifyZero() 122 throw InternalFailure(); in verifyZero()
|
| H A D | pattern.cpp | 24 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 64 throw InternalFailure(); in writePattern() 71 throw InternalFailure(); in writePattern() 115 throw InternalFailure(); in verifyPattern() 122 throw InternalFailure(); in verifyPattern() 132 throw InternalFailure(); in verifyPattern() 141 throw InternalFailure(); in verifyPattern()
|
| H A D | verifyDriveGeometry.cpp | 10 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 22 throw InternalFailure(); in geometryOkay() 31 throw InternalFailure(); in geometryOkay()
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | certs_manager.cpp | 52 using ::sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 102 elog<InternalFailure>(); in splitCertificates() 171 report<InternalFailure>(); in Manager() 205 catch (const InternalFailure& e) in Manager() 207 commit<InternalFailure>(); in Manager() 232 elog<InternalFailure>(); in Manager() 303 elog<InternalFailure>(); in installAll() 417 elog<InternalFailure>(); in deleteCertificate() 451 report<InternalFailure>(); in generateCSR() 465 catch (const InternalFailure& e) in generateCSR() [all …]
|
| H A D | x509_utils.cpp | 32 using ::sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 64 elog<InternalFailure>(); in getX509Store() 76 elog<InternalFailure>(); in getX509Store() 100 elog<InternalFailure>(); in loadCert() 108 elog<InternalFailure>(); in loadCert() 116 elog<InternalFailure>(); in loadCert() 150 elog<InternalFailure>(); in validateCertificateAgainstStore() 157 elog<InternalFailure>(); in validateCertificateAgainstStore() 183 elog<InternalFailure>(); in validateCertificateAgainstStore() 248 elog<InternalFailure>(); in parseCert() [all …]
|
| H A D | csr.cpp | 26 using ::sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 47 elog<InternalFailure>(); in csr() 55 elog<InternalFailure>(); in csr() 69 elog<InternalFailure>(); in csr() 78 elog<InternalFailure>(); in csr()
|
| /openbmc/phosphor-snmp/test/ |
| H A D | test_snmp_util.cpp | 16 using InternalFailure = typedef 17 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 30 EXPECT_THROW(resolveAddress(ipaddress), InternalFailure); in TEST() 33 EXPECT_THROW(resolveAddress(ipaddress), InternalFailure); in TEST() 36 EXPECT_THROW(resolveAddress(ipaddress), InternalFailure); in TEST() 59 EXPECT_THROW(resolveAddress(ipaddress), InternalFailure); in TEST()
|
| /openbmc/phosphor-fan-presence/evdevpp/ |
| H A D | evdev.hpp | 48 using InternalFailure = typedef in evdevpp::evdev::EvDev 49 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 80 phosphor::logging::elog<InternalFailure>(); in fetch() 98 phosphor::logging::elog<InternalFailure>(); in next() 120 using InternalFailure = in newFromFD() typedef 121 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in newFromFD() 130 phosphor::logging::elog<InternalFailure>(); in newFromFD()
|
| /openbmc/pldm/fw-update/ |
| H A D | package_parser.cpp | 21 using InternalFailure = typedef 22 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 47 throw InternalFailure(); in parseFDIdentificationArea() 66 throw InternalFailure(); in parseFDIdentificationArea() 91 throw InternalFailure(); in parseFDIdentificationArea() 162 throw InternalFailure(); in parseCompImageInfoArea() 209 throw InternalFailure(); in validatePkgTotalSize() 220 throw InternalFailure(); in validatePkgTotalSize() 231 throw InternalFailure(); in parse() 239 throw InternalFailure(); in parse() [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/common/pldm/ |
| H A D | package_parser.cpp | 39 using InternalFailure = typedef 40 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 65 throw InternalFailure(); in parseFDIdentificationArea() 84 throw InternalFailure(); in parseFDIdentificationArea() 109 throw InternalFailure(); in parseFDIdentificationArea() 180 throw InternalFailure(); in parseCompImageInfoArea() 227 throw InternalFailure(); in validatePkgTotalSize() 238 throw InternalFailure(); in validatePkgTotalSize() 249 throw InternalFailure(); in parse() 257 throw InternalFailure(); in parse() [all …]
|
| /openbmc/phosphor-user-manager/ |
| H A D | shadowlock.hpp | 19 using InternalFailure = typedef 20 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 40 elog<InternalFailure>(); in Lock() 48 elog<InternalFailure>(); in ~Lock()
|
| /openbmc/phosphor-host-ipmid/user_channel/ |
| H A D | shadowlock.hpp | 15 using InternalFailure = typedef 16 sdbusplus::error::xyz::openbmc_project::common::InternalFailure; 36 elog<InternalFailure>(); in Lock() 44 elog<InternalFailure>(); in ~Lock()
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | image_verify.cpp | 28 using InternalFailure = typedef 29 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 56 elog<InternalFailure>(); in getAvailableKeyTypesFromSystem() 129 catch (const InternalFailure& e) in verify() 147 elog<InternalFailure>(); in systemLevelVerify() 190 catch (const InternalFailure& e) in systemLevelVerify() 208 elog<InternalFailure>(); in verifyFile() 217 elog<InternalFailure>(); in verifyFile() 232 elog<InternalFailure>(); in verifyFile() 242 elog<InternalFailure>(); in verifyFile() [all …]
|
| /openbmc/phosphor-power/ |
| H A D | gpio.cpp | 35 using InternalFailure = typedef 36 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 52 elog<InternalFailure>(); in read() 72 elog<InternalFailure>(); in set() 90 elog<InternalFailure>(); in requestLine() 116 elog<InternalFailure>(); in requestLine()
|
| /openbmc/witherspoon-pfault-analysis/ |
| H A D | gpio.cpp | 35 using InternalFailure = typedef 36 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 52 elog<InternalFailure>(); in read() 72 elog<InternalFailure>(); in set() 91 elog<InternalFailure>(); in requestLine() 117 elog<InternalFailure>(); in requestLine()
|
| /openbmc/openpower-proc-control/ |
| H A D | nmi_interface.cpp | 41 using InternalFailure = in nmi() typedef 42 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in nmi() 54 report<InternalFailure>(); in nmi() 62 report<InternalFailure>(); in nmi()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | image_verify.cpp | 33 using InternalFailure = typedef 34 sdbusplus::error::xyz::openbmc_project::common::InternalFailure; 65 elog<InternalFailure>(); in getAvailableKeyTypesFromSystem() 231 catch (const InternalFailure& e) in verify() 249 elog<InternalFailure>(); in systemLevelVerify() 291 catch (const InternalFailure& e) in systemLevelVerify() 312 elog<InternalFailure>(); in verifyFile() 320 elog<InternalFailure>(); in verifyFile() 335 elog<InternalFailure>(); in verifyFile() 345 elog<InternalFailure>(); in verifyFile() [all …]
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | password.cpp | 51 throw InternalFailure(); in compareDigest() 162 throw InternalFailure(); in verifyPassword() 183 throw InternalFailure(); in verifyPassword() 190 throw InternalFailure(); in verifyPassword() 195 throw InternalFailure(); in verifyPassword() 215 throw InternalFailure(); in changePassword() 220 throw InternalFailure(); in changePassword() 233 throw InternalFailure(); in changePassword() 253 throw InternalFailure(); in Password()
|
| /openbmc/phosphor-time-manager/ |
| H A D | bmc_epoch.cpp | 43 using InternalFailure = in initialize() typedef 44 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in initialize() 57 elog<InternalFailure>(); in initialize() 65 elog<InternalFailure>(); in initialize() 74 elog<InternalFailure>(); in initialize()
|
| /openbmc/phosphor-snmp/ |
| H A D | snmp_notification.cpp | 89 elog<InternalFailure>(); in sendTrap() 101 elog<InternalFailure>(); in sendTrap() 115 elog<InternalFailure>(); in sendTrap() 130 elog<InternalFailure>(); in sendTrap() 142 elog<InternalFailure>(); in sendTrap() 149 elog<InternalFailure>(); in sendTrap()
|
| /openbmc/phosphor-user-manager/phosphor-ldap-config/ |
| H A D | ldap_config.cpp | 150 catch (const InternalFailure& e) in certificateInstalled() 157 elog<InternalFailure>(); in certificateInstalled() 178 catch (const InternalFailure& e) in certificateChanged() 185 elog<InternalFailure>(); in certificateChanged() 324 elog<InternalFailure>(); in writeConfig() 344 catch (const InternalFailure& e) in ldapBindDNPassword() 351 elog<InternalFailure>(); in ldapBindDNPassword() 395 catch (const InternalFailure& e) in ldapServerURI() 410 elog<InternalFailure>(); in ldapServerURI() 442 catch (const InternalFailure& e) in ldapBindDN() [all …]
|
| /openbmc/estoraged/src/test/erase/ |
| H A D | verifyGeometry_test.cpp | 13 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; 20 InternalFailure); in TEST() 28 InternalFailure); in TEST()
|