Home
last modified time | relevance | path

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

/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_ndef_formatable.cpp77 DoAsyncCallbackOrPromise(env, context, callbackValue); in FormatCallback()
138 DoAsyncCallbackOrPromise(env, context, callbackValue); in FormatReadOnlyCallback()
H A Dnfc_napi_tag_mifare_classic.cpp298 DoAsyncCallbackOrPromise(env, context, callbackValue); in AuthenticateSectorCallback()
385 DoAsyncCallbackOrPromise(env, context, callbackValue); in ReadSingleBlockCallback()
468 DoAsyncCallbackOrPromise(env, context, callbackValue); in WriteSingleBlockCallback()
552 DoAsyncCallbackOrPromise(env, context, callbackValue); in IncrementBlockCallback()
633 DoAsyncCallbackOrPromise(env, context, callbackValue); in DecrementBlockCallback()
693 DoAsyncCallbackOrPromise(env, context, callbackValue); in TransferToBlockCallback()
753 DoAsyncCallbackOrPromise(env, context, callbackValue); in RestoreFromBlockCallback()
H A Dnfc_napi_tag_mifare_ul.cpp77 DoAsyncCallbackOrPromise(env, context, callbackValue); in ReadMultiplePagesCallback()
160 DoAsyncCallbackOrPromise(env, context, callbackValue); in WriteSinglePagesCallback()
H A Dnfc_napi_tag_isodep.cpp122 DoAsyncCallbackOrPromise(env, context, callbackValue); in IsExtendedApduSupportedCallback()
H A Dnfc_napi_tag_ndef.cpp342 DoAsyncCallbackOrPromise(env, context, callbackValue); in ReadNdefCallback()
424 DoAsyncCallbackOrPromise(env, context, callbackValue); in WriteNdefCallback()
533 DoAsyncCallbackOrPromise(env, context, callbackValue); in SetReadOnlyCallback()
H A Dnfc_napi_tag_sesstion.cpp222 DoAsyncCallbackOrPromise(env, context, callbackValue); in SendDataCallback()
415 DoAsyncCallbackOrPromise(env, context, callbackValue); in TransmitCallback()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h192 void DoAsyncCallbackOrPromise(const napi_env &env, BaseContext *baseContext, napi_value callbackValue);
H A Dnfc_napi_common_utils.cpp564 void DoAsyncCallbackOrPromise(const napi_env &env, BaseContext *baseContext, napi_value callbackValue) in DoAsyncCallbackOrPromise() function
567 ErrorLog("DoAsyncCallbackOrPromise serious error baseContext nullptr"); in DoAsyncCallbackOrPromise()
571 DebugLog("DoAsyncCallbackOrPromise for callback"); in DoAsyncCallbackOrPromise()
583 DebugLog("DoAsyncCallbackOrPromise for promise"); in DoAsyncCallbackOrPromise()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_hce_adapter.cpp412 DoAsyncCallbackOrPromise(env, context, callbackValue); in TransmitCallback()

Completed in 8 milliseconds