Home
last modified time | relevance | path

Searched full:internalfailure (Results 1 – 25 of 203) sorted by relevance

123456789

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/VirtualMedia/
H A DMountPoint.interface.yaml12 - xyz.openbmc_project.Common.Error.InternalFailure
20 - xyz.openbmc_project.Common.Error.InternalFailure
28 - xyz.openbmc_project.Common.Error.InternalFailure
36 - xyz.openbmc_project.Common.Error.InternalFailure
47 - xyz.openbmc_project.Common.Error.InternalFailure
55 - xyz.openbmc_project.Common.Error.InternalFailure
65 - xyz.openbmc_project.Common.Error.InternalFailure
73 - xyz.openbmc_project.Common.Error.InternalFailure
82 - xyz.openbmc_project.Common.Error.InternalFailure
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/
H A DSessionInfo.interface.yaml12 - xyz.openbmc_project.Common.Error.InternalFailure
18 - xyz.openbmc_project.Common.Error.InternalFailure
24 - xyz.openbmc_project.Common.Error.InternalFailure
30 - xyz.openbmc_project.Common.Error.InternalFailure
36 - xyz.openbmc_project.Common.Error.InternalFailure
42 - xyz.openbmc_project.Common.Error.InternalFailure
48 - xyz.openbmc_project.Common.Error.InternalFailure
55 - xyz.openbmc_project.Common.Error.InternalFailure
/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 …]
/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/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()
97 throw InternalFailure(); in verifyZero()
104 throw InternalFailure(); in verifyZero()
114 throw InternalFailure(); in verifyZero()
121 throw InternalFailure(); in verifyZero()
H A Dpattern.cpp23 using sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
62 throw InternalFailure(); in writePattern()
69 throw InternalFailure(); in writePattern()
112 throw InternalFailure(); in verifyPattern()
119 throw InternalFailure(); in verifyPattern()
129 throw InternalFailure(); in verifyPattern()
138 throw InternalFailure(); in verifyPattern()
/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()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DAttributes.interface.yaml12 - xyz.openbmc_project.Common.Error.InternalFailure
20 - xyz.openbmc_project.Common.Error.InternalFailure
28 - xyz.openbmc_project.Common.Error.InternalFailure
40 - xyz.openbmc_project.Common.Error.InternalFailure
49 - xyz.openbmc_project.Common.Error.InternalFailure
59 - xyz.openbmc_project.Common.Error.InternalFailure
H A DAccountPolicy.interface.yaml11 - xyz.openbmc_project.Common.Error.InternalFailure
19 - xyz.openbmc_project.Common.Error.InternalFailure
29 - xyz.openbmc_project.Common.Error.InternalFailure
39 - xyz.openbmc_project.Common.Error.InternalFailure
/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/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-fan-presence/evdevpp/
H A Devdev.hpp48 using InternalFailure = typedef in evdevpp::evdev::EvDev
49 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
79 elog<InternalFailure>(); in fetch()
97 elog<InternalFailure>(); in next()
119 using InternalFailure = in newFromFD() typedef
120 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure; in newFromFD()
129 elog<InternalFailure>(); in newFromFD()
/openbmc/phosphor-bmc-code-mgmt/
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/openbmc/meta-yadro/meta-nicole/recipes-phosphor/host/op-proc-control/
H A D0001-Stop-and-send-SRESET-for-one-thread-only.patch28 using InternalFailure =
29 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
37 report<InternalFailure>();
48 + report<InternalFailure>();
55 report<InternalFailure>();
/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/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()
91 elog<InternalFailure>(); in requestLine()
117 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/phosphor-host-ipmid/app/
H A Dwatchdog_service.cpp21 using sdbusplus::error::xyz::openbmc_project::common::InternalFailure;
52 elog<InternalFailure>(); in resetTimeRemaining()
78 elog<InternalFailure>(); in getProperties()
102 elog<InternalFailure>(); in getProperties()
105 // Needed instead of elog<InternalFailure>() since the compiler can't in getProperties()
134 elog<InternalFailure>(); in getProperty()
137 // Needed instead of elog<InternalFailure>() since the compiler can't in getProperty()
164 elog<InternalFailure>(); in setProperty()
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/Ldap/
H A DConfig.interface.yaml12 - xyz.openbmc_project.Common.Error.InternalFailure
21 - xyz.openbmc_project.Common.Error.InternalFailure
40 - xyz.openbmc_project.Common.Error.InternalFailure
48 - xyz.openbmc_project.Common.Error.InternalFailure
58 - xyz.openbmc_project.Common.Error.InternalFailure
/openbmc/phosphor-user-manager/test/
H A Duser_mgr_test.cpp24 using InternalFailure = typedef
25 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure;
584 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure); in TEST_F()
591 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure); in TEST_F()
607 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure())); in TEST_F()
610 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure); in TEST_F()
620 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure())) in TEST_F()
625 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure); in TEST_F()
637 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure())) in TEST_F()
642 sdbusplus::xyz::openbmc_project::Common::Error::InternalFailure); in TEST_F()
[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()

123456789