Searched refs:jsHceService (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 112 napi_value jsHceService; in Constructor() local 115 status = napi_get_cb_info(env, info, &argc, args, &jsHceService, nullptr); in Constructor() 118 …status = napi_wrap(env, jsHceService, hceService, NfcNapiHceAdapter::Destructor, nullptr, nullptr); in Constructor() 126 return jsHceService; in Constructor()
|