Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/utils/
Dlog_utils.cpp93 static const KVMap<int16_t, string> g_ErrorMsgs({ variable
147 return g_ErrorMsgs.GetValue((uint16_t)errorCode) + " [CODE: " + to_string(errorCode) + "]"; in ErrorCode2Str()