Home
last modified time | relevance | path

Searched refs:getExceptions (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dexception_utils.cpp22 std::vector<std::exception_ptr> getExceptions(std::exception_ptr eptr) in getExceptions() function
25 internal::getExceptions(eptr, exceptions); in getExceptions()
39 void getExceptions(std::exception_ptr eptr, in getExceptions() function
52 getExceptions(e.nested_ptr(), exceptions); in getExceptions()
H A Dexception_utils.hpp45 std::vector<std::exception_ptr> getExceptions(std::exception_ptr eptr);
76 void getExceptions(std::exception_ptr eptr,
H A Derror_logging_utils.cpp138 exception_utils::getExceptions(eptr); in getExceptionToLog()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dexception_utils_tests.cpp35 exception_utils::getExceptions(eptr); in TEST()
62 exception_utils::getExceptions(eptr); in TEST()
126 exception_utils::internal::getExceptions(eptr, exceptions); in TEST()
145 exception_utils::internal::getExceptions(eptr, exceptions); in TEST()
195 exception_utils::internal::getExceptions(eptr, exceptions); in TEST()