Home
last modified time | relevance | path

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

/system/libhidl/base/
DStatus.cpp64 const std::unordered_map<int32_t, std::string> exceptionStrings{{ in exceptionToString() local
77 auto it = exceptionStrings.find(ex); in exceptionToString()
78 return it == exceptionStrings.end() ? std::to_string(ex) : it->second; in exceptionToString()