Home
last modified time | relevance | path

Searched refs:current_exception (Results 1 – 15 of 15) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Derror_logging_utils_tests.cpp69 eptr = std::current_exception(); in TEST()
111 eptr = std::current_exception(); in TEST()
147 eptr = std::current_exception(); in TEST()
175 eptr = std::current_exception(); in TEST()
208 eptr = std::current_exception(); in TEST()
243 eptr = std::current_exception(); in TEST()
277 eptr = std::current_exception(); in TEST()
309 eptr = std::current_exception(); in TEST()
340 eptr = std::current_exception(); in TEST()
370 eptr = std::current_exception(); in TEST()
[all …]
H A Dexception_utils_tests.cpp57 eptr = std::current_exception(); in TEST()
140 eptr = std::current_exception(); in TEST()
190 eptr = std::current_exception(); in TEST()
/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp226 if (current_exception) in process()
228 auto ex = std::exchange(current_exception, nullptr); in process()
244 if (current_exception) in process_discard()
246 auto ex = std::exchange(current_exception, nullptr); in process_discard()
531 current_exception = exception; in set_current_exception()
557 std::exception_ptr current_exception; member
/openbmc/sdbusplus/include/sdbusplus/async/
H A Dcallback.hpp97 std::current_exception()); in handler()
115 execution::set_error(std::move(receiver), std::current_exception()); in start()
H A Dtimer.hpp57 execution::set_error(std::move(receiver), std::current_exception()); in start()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpresence_detection.cpp59 error_logging_utils::logError(std::current_exception(), in execute()
H A Dsensor_monitoring.cpp77 error_logging_utils::logError(std::current_exception(), in execute()
H A Dconfiguration.cpp77 error_logging_utils::logError(std::current_exception(), in execute()
H A Ddevice.cpp83 error_logging_utils::logError(std::current_exception(), in close()
H A Dphase_fault_detection.cpp80 error_logging_utils::logError(std::current_exception(), in execute()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.callback.hpp.mako123 std::current_exception());
217 std::current_exception());
240 std::current_exception());
H A Dproperty.server.cpp.mako33 o->get_bus().set_current_exception(std::current_exception());
87 o->get_bus().set_current_exception(std::current_exception());
H A Dproperty.aserver.callback.hpp.mako47 std::current_exception());
91 std::current_exception());
H A Dmethod.prototype.hpp.mako64 o->get_bus().set_current_exception(std::current_exception());
/openbmc/sdbusplus/src/async/
H A Dfdio.cpp101 error(std::current_exception()); in start()