Home
last modified time | relevance | path

Searched refs:logError (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging.cpp52 logError(message, severity, additionalData, journal); in logConfigFileError()
58 logError("xyz.openbmc_project.Power.Error.DBus", severity, additionalData, in logDBusError()
78 logError("xyz.openbmc_project.Power.Error.I2C", severity, additionalData, in logI2CError()
85 logError("xyz.openbmc_project.Power.Error.Internal", severity, in logInternalError()
99 logError(message, severity, additionalData, journal); in logPhaseFault()
116 logError("xyz.openbmc_project.Power.Regulators.Error.WriteVerification", in logWriteVerificationError()
188 journal.logError(exception_utils::getMessages(e)); in createFFDCFiles()
208 void DBusErrorLogging::logError( in logError() function in phosphor::power::regulators::DBusErrorLogging
238 journal.logError(exception_utils::getMessages(e)); in logError()
239 journal.logError("Unable to log error " + message); in logError()
[all …]
H A Djournal.hpp81 virtual void logError(const std::string& message) = 0;
88 virtual void logError(const std::vector<std::string>& messages) = 0;
143 virtual void logError(const std::string& message) override in logError() function in phosphor::power::regulators::SystemdJournal
150 virtual void logError(const std::vector<std::string>& messages) override in logError() function in phosphor::power::regulators::SystemdJournal
154 logError(message); in logError()
H A Dpresence_detection.cpp54 services.getJournal().logError(exception_utils::getMessages(e)); in execute()
55 services.getJournal().logError( in execute()
59 error_logging_utils::logError(std::current_exception(), in execute()
H A Dsensor_monitoring.cpp70 services.getJournal().logError(exception_utils::getMessages(e)); in execute()
71 services.getJournal().logError( in execute()
77 error_logging_utils::logError(std::current_exception(), in execute()
H A Dphase_fault_detection.cpp73 services.getJournal().logError(exception_utils::getMessages(e)); in execute()
74 services.getJournal().logError( in execute()
80 error_logging_utils::logError(std::current_exception(), in execute()
112 services.getJournal().logError( in checkForPhaseFault()
H A Dconfiguration.cpp73 services.getJournal().logError(exception_utils::getMessages(e)); in execute()
74 services.getJournal().logError("Unable to configure " + deviceOrRailID); in execute()
77 error_logging_utils::logError(std::current_exception(), in execute()
H A Ddevice.cpp79 services.getJournal().logError(exception_utils::getMessages(e)); in close()
80 services.getJournal().logError("Unable to close device " + id); in close()
83 error_logging_utils::logError(std::current_exception(), in close()
H A Derror_logging_utils.hpp40 void logError(std::exception_ptr eptr, Entry::Level severity,
63 void logError(std::exception_ptr eptr, Entry::Level severity,
H A Derror_logging_utils.cpp33 void logError(std::exception_ptr eptr, Entry::Level severity, in logError() function
38 logError(eptr, severity, services, history); in logError()
41 void logError(std::exception_ptr eptr, Entry::Level severity, in logError() function
H A Dmanager.cpp114 services.getJournal().logError("Unable to configure regulator devices: " in configure()
341 services.getJournal().logError(exception_utils::getMessages(e)); in loadConfigFile()
342 services.getJournal().logError("Unable to load configuration file"); in loadConfigFile()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp83 error_logging_utils::logError(eptr, Entry::Level::Error, services); in TEST()
96 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST()
159 error_logging_utils::logError(eptr, Entry::Level::Warning, services, in TEST()
187 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST()
191 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST()
222 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST()
226 error_logging_utils::logError(eptr, Entry::Level::Error, services, in TEST()
290 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
294 error_logging_utils::logError(eptr, Entry::Level::Informational, in TEST()
321 error_logging_utils::logError(eptr, Entry::Level::Debug, services, in TEST()
[all …]
H A Dphase_fault_detection_tests.cpp217 logError("n phase fault detected in regulator vdd1: count=1")) in TEST_F()
221 logError("n phase fault detected in regulator vdd1: count=2")) in TEST_F()
298 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
328 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
350 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
400 logError("n phase fault detected in regulator vdd1: count=1")) in TEST_F()
404 logError("n phase fault detected in regulator vdd1: count=2")) in TEST_F()
490 logError("n phase fault detected in regulator vdd1: count=1")) in TEST_F()
494 logError("n phase fault detected in regulator vdd1: count=2")) in TEST_F()
665 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(2); in TEST_F()
[all …]
H A Dmock_journal.hpp51 MOCK_METHOD(void, logError, (const std::string& message), (override));
52 MOCK_METHOD(void, logError, (const std::vector<std::string>& messages),
H A Ddevice_tests.cpp300 logError("n phase fault detected in regulator reg2: count=1")) in TEST_F()
304 logError("n phase fault detected in regulator reg2: count=2")) in TEST_F()
364 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
385 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
413 EXPECT_CALL(journal, logError("Unable to close device vdd_reg")) in TEST_F()
437 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
481 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
505 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
575 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
624 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
[all …]
H A Dchassis_tests.cpp226 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST_F()
228 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST_F()
337 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
358 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
413 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST_F()
438 logError("n phase fault detected in regulator reg0: count=1")) in TEST_F()
442 logError("n phase fault detected in regulator reg0: count=2")) in TEST_F()
446 logError("n phase fault detected in regulator reg1: count=1")) in TEST_F()
450 logError("n phase fault detected in regulator reg1: count=2")) in TEST_F()
H A Dsystem_tests.cpp180 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST()
182 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
228 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
250 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
277 logError("n phase fault detected in regulator reg0: count=1")) in TEST()
280 logError("n phase fault detected in regulator reg0: count=2")) in TEST()
283 logError("n phase fault detected in regulator reg1: count=1")) in TEST()
286 logError("n phase fault detected in regulator reg1: count=2")) in TEST()
H A Dconfiguration_tests.cpp94 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
149 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
214 EXPECT_CALL(journal, logError(expectedErrMessagesException)).Times(1); in TEST()
215 EXPECT_CALL(journal, logError("Unable to configure vdd_reg")).Times(1); in TEST()
279 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
345 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
421 EXPECT_CALL(journal, logError(expectedErrMessagesException)).Times(1); in TEST()
422 EXPECT_CALL(journal, logError("Unable to configure vio2")).Times(1); in TEST()
H A Dsensor_monitoring_tests.cpp166 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST()
168 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
295 EXPECT_CALL(journal, logError(expectedErrMessagesException)) in TEST()
298 logError("Unable to monitor sensors for rail vdd")) in TEST()
H A Drail_tests.cpp150 EXPECT_CALL(journal, logError(A<const std::vector<std::string>&>())) in TEST()
152 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(6); in TEST()
195 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
241 EXPECT_CALL(journal, logError(A<const std::string&>())).Times(0); in TEST()
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dservices.hpp88 logError(const std::string& message, Entry::Level severity,
187 logError(const std::string& message, Entry::Level severity,
/openbmc/phosphor-state-manager/
H A Dsystemd_target_signal.cpp53 void SystemdTargetLogging::logError(const std::string& errorLog, in logError() function in phosphor::state::manager::SystemdTargetLogging
138 logError(error, result, unit); in systemdUnitChange()
H A Dsystemd_target_signal.hpp80 void logError(const std::string& error, const std::string& result,
/openbmc/phosphor-power/
H A Dutility.cpp37 sdbusplus::bus_t& bus, bool logError) in getService() argument
52 if (logError) in getService()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_services.hpp47 MOCK_METHOD(void, logError,
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/
H A Dtpm-tools-extendpcr.patch169 + logError(_("Unable to open input BIO\n"));
177 + logError(_("Unable to open input file: %s\n"),
194 + logError(_("This version of %s was compiled for a v1.1 TSS, which "

12