Home
last modified time | relevance | path

Searched refs:exceptionToString (Results 1 – 3 of 3) sorted by relevance

/system/netd/include/binder_utils/
DBinderUtil.h43 std::string exceptionToString(int32_t exception) { in exceptionToString() function
97 "%s(%d, \"%s\")", exceptionToString(exceptionCode).c_str(), in binderCallLogFn()
/system/libhidl/base/
DStatus.cpp29 static std::string exceptionToString(int32_t ex) { in exceptionToString() function
106 stream << "Status(" << exceptionToString(s.exceptionCode()) << "): '"; in operator <<()
/system/security/identity/
DUtil.cpp41 halStatus.exceptionCode(), Status::exceptionToString(halStatus.exceptionCode()).c_str(), in halStatusToError()