Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/frameworks/js/napi/session/include/
H A Dbase_async_session.h85 napi_value retArgs[RESULT_ARGC] = { 0 }; in NotifyJS() local
92 … ret = static_cast<uint32_t>(NapiCommonUtils::BuildBusinessError(env, retArgs[0], businessError)); in NotifyJS()
94 ret = static_cast<uint32_t>(result.buildJSObject(env, retArgs[1], result)); in NotifyJS()
101 … retStatus = napi_call_function(env, undefined, callback, callBackNumber, retArgs, &callResult); in NotifyJS()