Home
last modified time | relevance | path

Searched refs:callbackSuccess (Results 1 - 1 of 1) sorted by relevance

/base/security/huks/frameworks/crypto_lite/js/napi/
H A Dcipher_napi.cpp30 napi_ref callbackSuccess = nullptr; member
151 status = napi_create_reference(env, successFunc, 1, &callback->callbackSuccess); in CreateCallbackReference()
479 napi_get_reference_value(env, asyncContext->callbackSuccess, &callback); in SetSuccess()
481 napi_delete_reference(env, asyncContext->callbackSuccess); in SetSuccess()
593 napi_delete_reference(env, asyncContext->callback->callbackSuccess); in JSCipherRsa()
641 napi_delete_reference(env, asyncContext->callback->callbackSuccess); in JSCipherAes()

Completed in 2 milliseconds