Searched refs:exceptionToLog (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | error_logging_utils_tests.cpp | 408 EXPECT_EQ(eptr, exceptionToLog); in TEST() 437 EXPECT_EQ(inner, exceptionToLog); in TEST() 500 EXPECT_EQ(outer, exceptionToLog); in TEST() 527 EXPECT_EQ(outer, exceptionToLog); in TEST() 555 EXPECT_EQ(inner, exceptionToLog); in TEST() 583 EXPECT_EQ(outer, exceptionToLog); in TEST() 613 EXPECT_EQ(inner, exceptionToLog); in TEST() 639 EXPECT_EQ(outer, exceptionToLog); in TEST() 667 EXPECT_EQ(inner, exceptionToLog); in TEST() 693 EXPECT_EQ(outer, exceptionToLog); in TEST() [all …]
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | error_logging_utils.cpp | 51 std::exception_ptr exceptionToLog = internal::getExceptionToLog(eptr); in logError() local 59 std::rethrow_exception(exceptionToLog); in logError() 134 std::exception_ptr exceptionToLog{eptr}; in getExceptionToLog() local 186 exceptionToLog = curptr; in getExceptionToLog() 190 return exceptionToLog; in getExceptionToLog()
|