Searched defs:napi_ret (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/ |
H A D | module_template.h | 56 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper)); in InterfaceWithManagerWrapper() local 106 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager)); in InterfaceWithSharedManager() local 156 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&wrapper)); in InterfaceWithOutAsyncWorkWithManagerWrapper() local 205 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&sharedManager)); in InterfaceWithOutAsyncWorkWithSharedManager() local 254 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in Interface() local 300 auto napi_ret = napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in InterfaceWithOutAsyncWork() local
|