Searched refs:BtErrCodeMap (Results 1 – 1 of 1) sorted by relevance
150 static std::map<int32_t, std::string> BtErrCodeMap { variable184 auto iter = BtErrCodeMap.find(errCode); in GetErrorCode()185 if (iter != BtErrCodeMap.end()) { in GetErrorCode()