Home
last modified time | relevance | path

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

/base/location/interfaces/inner_api/include/
Dnapi_util.h86 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg);
/base/location/frameworks/native/source/
Dnapi_util.cpp846 napi_value GetErrorObject(napi_env env, const int32_t errCode, const std::string& errMsg) in GetErrorObject() function
867 context->result[PARAM0] = GetErrorObject(env, context->errCode, errMsg); in CreateResultObject()