Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp55 std::string traceMsg = std::string(e.what()); in find() local
56 trace::err(traceMsg.c_str()); in find()
98 std::string traceMsg = std::string(e.what()); in findService() local
99 trace::err(traceMsg.c_str()); in findService()
134 std::string traceMsg = std::string(e.what()); in getProperty() local
135 trace::err(traceMsg.c_str()); in getProperty()
206 std::string traceMsg = std::string(e.what()); in transitionHost() local
207 trace::err(traceMsg.c_str()); in transitionHost()
H A Ddbus.hpp80 std::string traceMsg = std::string(e.what()); in setProperty() local
81 trace::err(traceMsg.c_str()); in setProperty()