Home
last modified time | relevance | path

Searched refs:exceptionToLog (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp406 std::exception_ptr exceptionToLog = in TEST() local
408 EXPECT_EQ(eptr, exceptionToLog); in TEST()
435 std::exception_ptr exceptionToLog = in TEST() local
437 EXPECT_EQ(inner, exceptionToLog); in TEST()
471 std::exception_ptr exceptionToLog = in TEST() local
473 EXPECT_EQ(middle, exceptionToLog); in TEST()
498 std::exception_ptr exceptionToLog = in TEST() local
500 EXPECT_EQ(outer, exceptionToLog); in TEST()
525 std::exception_ptr exceptionToLog = in TEST() local
527 EXPECT_EQ(outer, exceptionToLog); in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/src/
H A Derror_logging_utils.cpp51 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()