Searched defs:errorCodeMap (Results 1 – 4 of 4) sorted by relevance
20 std::map<int, std::string> errorCodeMap = { in GetErrorCodeMapTaihe() local78 static std::map<int, std::string> errorCodeMap = GetErrorCodeMapTaihe(); in GetErrorMsgByCodeTaihe() local
957 static std::map<int, std::string> errorCodeMap = GetErrorCodeMap(); in GetErrorMsgByCode() local970 std::map<int, std::string> errorCodeMap = { in GetErrorCodeMap() local1015 void GetErrorCodeMapExt(std::map<int, std::string>& errorCodeMap) in GetErrorCodeMapExt()
429 static const std::map<uint32_t, uint32_t> errorCodeMap = { in StatusConvert() local
850 std::unordered_map<int32_t, ErrorCode> errorCodeMap = { variable