Home
last modified time | relevance | path

Searched refs:InternalFailure (Results 1 – 25 of 150) sorted by relevance

123456

/openbmc/phosphor-debug-collector/
H A Dcore_manager_main.cpp14 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 Ddump_manager_main.cpp21 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 Dwatch.cpp41 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 Dzero.cpp20 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 Dpattern.cpp24 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 DverifyDriveGeometry.cpp10 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
22 throw InternalFailure(); in geometryOkay()
31 throw InternalFailure(); in geometryOkay()
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp52 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 Dx509_utils.cpp32 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 Dcsr.cpp26 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 Dtest_snmp_util.cpp16 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 Devdev.hpp48 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 Dpackage_parser.cpp21 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 Dpackage_parser.cpp39 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 Dshadowlock.hpp19 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 Dshadowlock.hpp15 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 Dimage_verify.cpp28 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 Dgpio.cpp35 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 Dgpio.cpp35 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 Dnmi_interface.cpp41 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 Dimage_verify.cpp33 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 Dpassword.cpp51 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 Dbmc_epoch.cpp43 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 Dsnmp_notification.cpp89 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 Dldap_config.cpp150 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 DverifyGeometry_test.cpp13 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
20 InternalFailure); in TEST()
28 InternalFailure); in TEST()

123456