Searched refs:hceSession (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_service.cpp | 49 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in RegHceCmdCallback() local 50 if (hceSession == nullptr) { in RegHceCmdCallback() 54 return hceSession->RegHceCmdCallback(callback, type); in RegHceCmdCallback() 60 if (hceSession == nullptr) { in StopHce() 64 return hceSession->StopHce(element); in StopHce() 70 if (hceSession == nullptr) { in IsDefaultService() 80 if (hceSession == nullptr) { in SendRawFrame() 90 if (hceSession == nullptr) { in GetPaymentServices() 94 return hceSession->GetPaymentServices(abilityInfos); in GetPaymentServices() 101 if (hceSession == nullptr) { in StartHce() [all …]
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 132 int dump = hceSession->Dump(fd, args); 147 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); 163 KITS::ErrorCode errorCode = hceSession->UnRegHceCmdCallback(type, callerToken); 177 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); 192 KITS::ErrorCode errorCode = hceSession->UnRegAllCallback(callerToken); 239 KITS::ErrorCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); 254 KITS::ErrorCode errorCode = hceSession->HandleWhenRemoteDie(callerToken); 269 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); 285 KITS::ErrorCode errorCode = hceSession->StartHce(element, aids); 300 KITS::ErrorCode errorCode = hceSession->StopHce(element, callerToken); [all …]
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/ |
H A D | hcesession_fuzzer.cpp | 43 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzIsDefaultService() local 47 hceSession->IsDefaultService(element, type, isDefaultService); in FuzzIsDefaultService() 53 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzStartHce() local 57 hceSession->StartHce(element, aids); in FuzzStartHce() 63 std::shared_ptr<HceSession> hceSession = std::make_shared<HceSession>(service); in FuzzStopHce() local 66 hceSession->StopHce(element, callerToken); in FuzzStopHce()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_cmd_death_recipient.cpp | 24 sptr<HCE::HceSessionStub> hceSession, in HceCmdDeathRecipient() argument 26 : hceSession_(hceSession), callerToken_(callerToken) {} in HceCmdDeathRecipient()
|
H A D | hce_cmd_death_recipient.h | 26 explicit HceCmdDeathRecipient(sptr<HCE::HceSessionStub> hceSession,
|
/ohos5.0/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/ |
H A D | hcesessionstub_fuzzer.cpp | 79 …std::shared_ptr<NFC::HCE::HceSession> hceSession = std::make_shared<NFC::HCE::HceSession>(nfcServi… in DoHceSessionStubFuzzTest() local 80 hceSession->OnRemoteRequest(code, datas, reply, option); in DoHceSessionStubFuzzTest()
|