Searched refs:return_val (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
H A D | zip_n_exporter.cpp | 2143 napi_value return_val = nullptr; in InFunc() local 2144 … status = napi_call_function(in->env, globalObj, callback, ArgumentCount::ONE, argv, &return_val); in InFunc() 2150 NapiValue bufNVal(in->env, return_val); in InFunc() 2202 napi_value return_val = nullptr; in OutFunc() local 2203 …tatus = napi_call_function(out->env, globalObj, callback, ArgumentCount::THREE, argv, &return_val); in OutFunc() 2209 status = napi_get_value_int32(out->env, return_val, &result); in OutFunc()
|