Searched refs:retArgs (Results 1 – 1 of 1) sorted by relevance
151 napi_value retArgs[RESULT_ARGC] = { 0 }; in NotifyJS() local158 … ret = static_cast<uint32_t>(ClientHelper::BuildBusinessError(env, retArgs[0], businessError)); in NotifyJS()160 ret = static_cast<uint32_t>(result.buildJSObject(env, retArgs[1], result)); in NotifyJS()167 retStatus = napi_call_function(env, undefined, callback, callBackNumber, retArgs, &callResult); in NotifyJS()