Searched refs:g_resultV92Str (Results 1 – 1 of 1) sorted by relevance
35 const std::map<UserAuthResultCode, std::string> g_resultV92Str = { variable217 auto res = g_resultV92Str.find(result); in GenerateBusinessErrorV9()218 if (res == g_resultV92Str.end()) { in GenerateBusinessErrorV9()220 msgStr = g_resultV92Str.at(UserAuthResultCode::GENERAL_ERROR); in GenerateBusinessErrorV9()242 auto res = g_resultV92Str.find(result); in GenerateErrorMsg()243 if (res == g_resultV92Str.end()) { in GenerateErrorMsg()245 msgStr = g_resultV92Str.at(UserAuthResultCode::GENERAL_ERROR); in GenerateErrorMsg()