Searched refs:hceService (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_cardEmulation_adapter.cpp | 76 HceService hceService = HceService::GetInstance();
in IsDefaultService() local 77 int statusCode = hceService.IsDefaultService(element, type, isDefaultService);
in IsDefaultService() 130 HceService hceService = HceService::GetInstance();
in GetPaymentServices() local 132 int statusCode = hceService.GetPaymentServices(paymentAbilityInfos);
in GetPaymentServices()
|
H A D | nfc_napi_hce_adapter.cpp | 117 NfcNapiHceAdapter* hceService = new NfcNapiHceAdapter(); in Constructor() local 118 status = napi_wrap(env, jsHceService, hceService, NfcNapiHceAdapter::Destructor, nullptr, nullptr); in Constructor() 233 HceService hceService = HceService::GetInstance(); in RegHceCmdCallbackEvents() local 234 ErrorCode ret = hceService.RegHceCmdCallback(hceCmdListenerEvent, type); in RegHceCmdCallbackEvents() 292 HceService hceService = HceService::GetInstance(); in UnregisterHceEvents() local 293 ErrorCode ret = hceService.StopHce(element); in UnregisterHceEvents() 400 HceService hceService = HceService::GetInstance(); in NativeTransmit() local 401 context->errorCode = hceService.SendRawFrame(context->dataBytes, true, hexRespData); in NativeTransmit() 497 HceService hceService = HceService::GetInstance(); in StartHCE() local 498 ErrorCode ret = hceService in StartHCE() [all...] |
Completed in 3 milliseconds