Home
last modified time | relevance | path

Searched refs:errWhat (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Derror-HostEvent.hpp13 static constexpr auto errWhat = member
26 return errWhat; in what()
36 static constexpr auto errWhat = member
49 return errWhat; in what()
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp75 return Event::errWhat; in what()
146 static constexpr auto errWhat = member
169 static constexpr auto errWhat = member in sdbusplus::exception::UnpackPropertyError
192 static constexpr auto errWhat = member in sdbusplus::exception::UnhandledStop
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Derror.hpp.mako16 static constexpr auto errWhat =
32 return errWhat;
H A Devent.hpp.mako44 static constexpr auto errWhat =
/openbmc/sdbusplus/src/
H A Dexception.cpp147 return errWhat; in what()
170 errWhatDetailed(std::string(errWhat) + " PropertyName: '" + propertyName + in UnpackPropertyError()
206 return errWhat; in what()