Searched refs:HostCardEmulationManager (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.cpp | 43 HostCardEmulationManager::HostCardEmulationManager(std::weak_ptr<NfcService> nfcService, in HostCardEmulationManager() function in OHOS::NFC::HostCardEmulationManager 48 hceState_ = HostCardEmulationManager::INITIAL_STATE; in HostCardEmulationManager() 52 HostCardEmulationManager::~HostCardEmulationManager() in ~HostCardEmulationManager() 54 hceState_ = HostCardEmulationManager::INITIAL_STATE; in ~HostCardEmulationManager() 60 void HostCardEmulationManager::OnHostCardEmulationDataNfcA(const std::vector<uint8_t>& data) in OnHostCardEmulationDataNfcA() 92 case HostCardEmulationManager::INITIAL_STATE: { in OnHostCardEmulationDataNfcA() 96 case HostCardEmulationManager::WAIT_FOR_SELECT: { in OnHostCardEmulationDataNfcA() 100 case HostCardEmulationManager in OnHostCardEmulationDataNfcA() [all...] |
H A D | nfc_ability_connection_callback.h | 24 class HostCardEmulationManager; 36 void SetHceManager(std::weak_ptr<HostCardEmulationManager> hceManager); 41 std::weak_ptr<HostCardEmulationManager> hceManager_{};
|
H A D | host_card_emulation_manager.h | 35 class HostCardEmulationManager : public std::enable_shared_from_this<HostCardEmulationManager> { class 44 explicit HostCardEmulationManager(std::weak_ptr<NfcService> nfcService, 47 ~HostCardEmulationManager(); 87 std::map<std::string, HostCardEmulationManager::HceCmdRegistryData> bundleNameToHceCmdRegData_{};
|
H A D | nfc_ability_connection_callback.cpp | 59 void NfcAbilityConnectionCallback::SetHceManager(std::weak_ptr<HostCardEmulationManager> hceManager) in SetHceManager()
|
H A D | ce_service.h | 33 class HostCardEmulationManager; 113 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager_{};
|
H A D | ce_service.cpp | 560 std::make_shared<HostCardEmulationManager>(nfcService_, nciCeProxy_, shared_from_this()); in Initialize()
|
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/ |
H A D | host_card_emulation_manager_test.cpp | 67 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager = in HWTEST_F() 68 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 88 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager = in HWTEST_F() 89 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 108 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager = in HWTEST_F() 109 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 128 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager = in HWTEST_F() 129 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in HWTEST_F() 149 std::shared_ptr<HostCardEmulationManager> hostCardEmulationManager = in HWTEST_F() 150 std::make_shared<HostCardEmulationManager>(nfcServic in HWTEST_F() [all...] |
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 64 std::shared_ptr<HostCardEmulationManager> manager = in FuzzOnHostCardEmulationDataNfcA() 65 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA() 78 std::shared_ptr<HostCardEmulationManager> manager = in FuzzOnHostCardEmulationDataNfcA1() 79 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA1() 92 std::shared_ptr<HostCardEmulationManager> manager = in FuzzOnHostCardEmulationDataNfcA2() 93 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnHostCardEmulationDataNfcA2() 107 std::shared_ptr<HostCardEmulationManager> manager = in FuzzOnCardEmulationActivated() 108 std::make_shared<HostCardEmulationManager>(nfcService, nciCeProxy, ceService); in FuzzOnCardEmulationActivated() 117 std::shared_ptr<HostCardEmulationManager> manager = in FuzzOnCardEmulationDeactivated() 118 std::make_shared<HostCardEmulationManager>(nfcServic in FuzzOnCardEmulationDeactivated() [all...] |
/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | nfc_ability_connection_callback_test.cpp | 106 std::shared_ptr<HostCardEmulationManager> hceManager = nullptr; in HWTEST_F()
|
Completed in 5 milliseconds