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.cpp56 std::string traceMsg = std::string(e.what()); in find() local
57 trace::err(traceMsg.c_str()); in find()
99 std::string traceMsg = std::string(e.what()); in findService() local
100 trace::err(traceMsg.c_str()); in findService()
135 std::string traceMsg = std::string(e.what()); in getProperty() local
136 trace::err(traceMsg.c_str()); in getProperty()
207 std::string traceMsg = std::string(e.what()); in transitionHost() local
208 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()