Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp843 static std::map<int, std::string> errorCodeMap = { in GetErrorMsgByCode() local
879 auto iter = errorCodeMap.find(code); in GetErrorMsgByCode()
880 if (iter != errorCodeMap.end()) { in GetErrorMsgByCode()