Searched refs:CreateErrorByInternalErrCode (Results 1 – 3 of 3) sorted by relevance
94 napi_value result = AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(env_, ERR_OK);107 napi_value result = AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(env_, 1);
117 static napi_value CreateErrorByInternalErrCode(napi_env env, int32_t errCode);
180 napi_value AbilityRuntimeErrorUtil::CreateErrorByInternalErrCode(napi_env env, int32_t errCode) in CreateErrorByInternalErrCode() function in OHOS::AbilityRuntime::AbilityRuntimeErrorUtil