Searched refs:NfcNapiHceAdapter (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_hce_adapter.cpp | 83 napi_value NfcNapiHceAdapter::Init(napi_env env, napi_value exports) in Init() 87 DECLARE_NAPI_FUNCTION("on", NfcNapiHceAdapter::OnHceCmd), in Init() 88 DECLARE_NAPI_FUNCTION("transmit", NfcNapiHceAdapter::Transmit), in Init() 89 DECLARE_NAPI_FUNCTION("stop", NfcNapiHceAdapter::StopHce), in Init() 90 DECLARE_NAPI_FUNCTION("stopHCE", NfcNapiHceAdapter::StopHCEDeprecated), in Init() 91 DECLARE_NAPI_FUNCTION("startHCE", NfcNapiHceAdapter::StartHCEDeprecated), in Init() 92 DECLARE_NAPI_FUNCTION("start", NfcNapiHceAdapter::StartHCE), in Init() 93 DECLARE_NAPI_FUNCTION("sendResponse", NfcNapiHceAdapter::SendResponse), in Init() 99 status = napi_define_class(env, hceClassName, NAPI_AUTO_LENGTH, NfcNapiHceAdapter::Constructor, nullptr, in Init() 101 NAPI_ASSERT(env, status == napi_ok, "NfcNapiHceAdapter defin in Init() [all...] |
H A D | nfc_napi_hce_adapter.h | 37 class NfcNapiHceAdapter { class
|
H A D | nfc_napi_cardEmulation.cpp | 93 NfcNapiHceAdapter::Init(env, exports);
in InitJs()
|
Completed in 2 milliseconds