Home
last modified time | relevance | path

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

/openbmc/telemetry/tests/src/utils/
H A Dset_exception.hpp9 inline void setException(std::promise<T>& promise, const std::string& message) in setException() function
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp108 utils::setException(propertyPromise, "GetProperty failed"); in getProperty()