Searched refs:errCodeIn (Results 1 – 7 of 7) sorted by relevance
172 int32_t Common::FindErrCode(const napi_env& env, const int32_t errCodeIn) in FindErrCode() argument174 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()178 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
316 int32_t Common::FindErrCode(const napi_env &env, const int32_t errCodeIn) in FindErrCode() argument318 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()322 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
60 static int32_t FindErrCode(const napi_env& env, const int32_t errCodeIn);
625 int32_t Common::FindErrCode(const napi_env &env, int32_t errCodeIn) in FindErrCode() argument627 auto iter = paramErrCodeMsgMap.find(errCodeIn); in FindErrCode()631 return errCodeIn > THRESHOLD ? errCodeIn / OFFSET : errCodeIn; in FindErrCode()
67 static int32_t GetNapiErrCode(const napi_env &env, const int32_t errCodeIn, const int32_t sysCap = … in GetNapiErrCode() argument69 auto iter = errCodeMap.find(errCodeIn); in GetNapiErrCode()
94 static int32_t FindErrCode(const napi_env &env, const int32_t errCodeIn);
210 static int32_t FindErrCode(const napi_env &env, int32_t errCodeIn);