Home
last modified time | relevance | path

Searched refs:HCE (Results 1 - 25 of 26) sorted by relevance

12

/foundation/communication/nfc/test/unittest/services/hce_session_test/
H A Dhce_session_test.cpp63 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 Dhce_service.cpp49 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 Dhce_service.h44 OHOS::sptr<HCE::IHceSession> GetHceSessionProxy();
47 OHOS::sptr<HCE::IHceSession> hceSessionProxy_;
H A DcardEmulation.cpp43 case HCE: { in IsSupported()
44 DebugLog("cardEmulation::HCE card emulation is supported."); in IsSupported()
H A Dhce_cmd_callback_stub.h28 namespace HCE { namespace
45 } // namespace HCE
H A Dhce_session_proxy.h28 namespace HCE { namespace
47 } // namespace HCE
H A Dhce_cmd_callback_stub.cpp24 namespace HCE { namespace
H A Dhce_session_proxy.cpp29 namespace HCE { namespace
199 } // namespace HCE
/foundation/communication/nfc/test/unittest/services/hce_cmd_callback_stub_test/
H A Dhce_cmd_callback_stub_test.cpp64 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 Dhcesessionstub_fuzzer.cpp30 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 Dhce_cmd_death_recipient.h26 explicit HceCmdDeathRecipient(sptr<HCE::HceSessionStub> hceSession,
32 sptr<HCE::HceSessionStub> hceSession_ = nullptr;
H A Dhce_cmd_callback_proxy.h26 namespace HCE { namespace
38 } // namespace HCE
H A Dhce_session_stub.h27 namespace HCE { namespace
28 class HceSessionStub : public OHOS::IRemoteStub<OHOS::NFC::HCE::IHceSession> {
80 } // namespace HCE
H A Dhce_cmd_callback_proxy.cpp23 namespace HCE { namespace
58 } // namespace HCE
H A Dhce_cmd_death_recipient.cpp24 sptr<HCE::HceSessionStub> hceSession, in HceCmdDeathRecipient()
H A Dhce_session.h27 namespace HCE { namespace
68 } // namespace HCE
H A Dhce_session.cpp22 namespace HCE { namespace
193 } // namespace HCE
H A Dhce_session_stub.cpp33 namespace HCE { namespace
298 } // namespace HCE
/foundation/communication/nfc/test/fuzztest/services_test/hcecmdcallback_test/hcecmdcallbackstub/hcecmdcallbackstub_fuzzer/
H A Dhcecmdcallbackstub_fuzzer.cpp47 NFC::HCE::HceCmdCallbackStub &hceCmdCallbackStub = NFC::HCE::HceCmdCallbackStub::GetInstance(); in FuzzOnRemoteRequest()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dihce_session.h27 namespace HCE { namespace
82 } // namespace HCE
H A Dnfc_sdk_common.h70 enum FeatureType { HCE = 0, UICC = 1, ESE = 2 }; enumerator
91 /** Action for HCE application declared */
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation.cpp48 napi_create_int32(env, static_cast<int32_t>(FeatureType::HCE), &hce); in CreateEnumFeatureType()
52 DECLARE_NAPI_STATIC_PROPERTY("HCE", hce), in CreateEnumFeatureType()
H A Dnfc_napi_cardEmulation_adapter.cpp42 isSupported = type == FeatureType::HCE; in IsSupported()
/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H A Dcardemulation_test.cpp59 // 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 Dhcesession_fuzzer.cpp26 using namespace OHOS::NFC::HCE;

Completed in 7 milliseconds

12