/foundation/communication/nfc/test/unittest/services/hce_session_test/ |
H A D | hce_session_test.cpp | 63 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F() 80 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F() 97 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F() 115 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE::HceSession>(nfcService); in HWTEST_F() 131 std::shared_ptr<HCE::HceSession> hceSession = std::make_shared<HCE in HWTEST_F() [all...] |
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/ |
H A D | hce_service.cpp | 49 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in RegHceCmdCallback() 59 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in StopHce() 69 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in IsDefaultService() 79 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in SendRawFrame() 89 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in GetPaymentServices() 100 OHOS::sptr<HCE::IHceSession> hceSession = GetHceSessionProxy(); in StartHce() 107 OHOS::sptr<HCE::IHceSession> HceService::GetHceSessionProxy() in GetHceSessionProxy() 112 hceSessionProxy_ = new HCE::HceSessionProxy(iface); in GetHceSessionProxy()
|
H A D | hce_service.h | 44 OHOS::sptr<HCE::IHceSession> GetHceSessionProxy(); 47 OHOS::sptr<HCE::IHceSession> hceSessionProxy_;
|
H A D | cardEmulation.cpp | 43 case HCE: { in IsSupported() 44 DebugLog("cardEmulation::HCE card emulation is supported."); in IsSupported()
|
H A D | hce_cmd_callback_stub.h | 28 namespace HCE { namespace 45 } // namespace HCE
|
H A D | hce_session_proxy.h | 28 namespace HCE { namespace 47 } // namespace HCE
|
H A D | hce_cmd_callback_stub.cpp | 24 namespace HCE { namespace
|
H A D | hce_session_proxy.cpp | 29 namespace HCE { namespace 199 } // namespace HCE
|
/foundation/communication/nfc/test/unittest/services/hce_cmd_callback_stub_test/ |
H A D | hce_cmd_callback_stub_test.cpp | 64 HCE::HceCmdCallbackStub& hceCmdCallbackStub = HCE::HceCmdCallbackStub::GetInstance(); in HWTEST_F() 80 HCE::HceCmdCallbackStub& hceCmdCallbackStub = HCE::HceCmdCallbackStub::GetInstance(); in HWTEST_F()
|
/foundation/communication/nfc/test/fuzztest/cardemulation_test/hcesessionstub/hcesessionstub_fuzzer/ |
H A D | hcesessionstub_fuzzer.cpp | 30 using namespace OHOS::NFC::HCE; 79 std::shared_ptr<NFC::HCE::HceSession> hceSession = std::make_shared<NFC::HCE::HceSession>(nfcService); in DoHceSessionStubFuzzTest()
|
/foundation/communication/nfc/services/src/ipc/card_emulation/ |
H A D | hce_cmd_death_recipient.h | 26 explicit HceCmdDeathRecipient(sptr<HCE::HceSessionStub> hceSession, 32 sptr<HCE::HceSessionStub> hceSession_ = nullptr;
|
H A D | hce_cmd_callback_proxy.h | 26 namespace HCE { namespace 38 } // namespace HCE
|
H A D | hce_session_stub.h | 27 namespace HCE { namespace 28 class HceSessionStub : public OHOS::IRemoteStub<OHOS::NFC::HCE::IHceSession> { 80 } // namespace HCE
|
H A D | hce_cmd_callback_proxy.cpp | 23 namespace HCE { namespace 58 } // namespace HCE
|
H A D | hce_cmd_death_recipient.cpp | 24 sptr<HCE::HceSessionStub> hceSession, in HceCmdDeathRecipient()
|
H A D | hce_session.h | 27 namespace HCE { namespace 68 } // namespace HCE
|
H A D | hce_session.cpp | 22 namespace HCE { namespace 193 } // namespace HCE
|
H A D | hce_session_stub.cpp | 33 namespace HCE { namespace 298 } // namespace HCE
|
/foundation/communication/nfc/test/fuzztest/services_test/hcecmdcallback_test/hcecmdcallbackstub/hcecmdcallbackstub_fuzzer/ |
H A D | hcecmdcallbackstub_fuzzer.cpp | 47 NFC::HCE::HceCmdCallbackStub &hceCmdCallbackStub = NFC::HCE::HceCmdCallbackStub::GetInstance(); in FuzzOnRemoteRequest()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ihce_session.h | 27 namespace HCE { namespace 82 } // namespace HCE
|
H A D | nfc_sdk_common.h | 70 enum FeatureType { HCE = 0, UICC = 1, ESE = 2 };
enumerator 91 /** Action for HCE application declared */
|
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_cardEmulation.cpp | 48 napi_create_int32(env, static_cast<int32_t>(FeatureType::HCE), &hce);
in CreateEnumFeatureType() 52 DECLARE_NAPI_STATIC_PROPERTY("HCE", hce),
in CreateEnumFeatureType()
|
H A D | nfc_napi_cardEmulation_adapter.cpp | 42 isSupported = type == FeatureType::HCE;
in IsSupported()
|
/foundation/communication/nfc/test/unittest/services/cardemulation_test/ |
H A D | cardemulation_test.cpp | 59 // Supports FeatureType { HCE = 0, UICC = 1, ESE = 2 } type card emulation
in HWTEST_F() 73 // Supports FeatureType { HCE = 0, UICC = 1, ESE = 2 } type card emulation
in HWTEST_F() 74 isSupport = cardemulation.IsSupported(FeatureType::HCE);
in HWTEST_F() 87 // Supports FeatureType { HCE = 0, UICC = 1, ESE = 2 } type card emulation
in HWTEST_F()
|
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/ |
H A D | hcesession_fuzzer.cpp | 26 using namespace OHOS::NFC::HCE;
|