/foundation/communication/nfc/test/unittest/services/nci_adapter_test/ |
H A D | nfcc_nci_adapter_test.cpp | 24 using namespace OHOS::NFC::NCI; 51 NCI::NfccNciAdapter adapterObj = NCI::NfccNciAdapter::GetInstance(); in HWTEST_F() 62 NCI::NfccNciAdapter adapterObj = NCI::NfccNciAdapter::GetInstance(); in HWTEST_F() 63 NCI::NfccNciAdapter::GetInstance().ClearT3tIdentifiersCache(); in HWTEST_F() 64 EXPECT_TRUE(NCI::NfccNciAdapter::GetInstance().GetLfT3tMax() == 0); in HWTEST_F() 65 NCI::NfccNciAdapter::GetInstance().IsNfcActive(); in HWTEST_F() 69 EXPECT_TRUE(NCI::NfccNciAdapter::GetInstance().GetLastError() == 0); in HWTEST_F() 79 NCI in HWTEST_F() [all...] |
H A D | tag_nci_adapter_test.cpp | 24 using namespace OHOS::NFC::NCI; 64 std::shared_ptr<NCI::TagNciAdapter> adapterObj = std::make_shared<NCI::TagNciAdapter>(); in HWTEST_F() 103 std::shared_ptr<NCI::TagNciAdapter> adapterObj = std::make_shared<NCI::TagNciAdapter>(); in HWTEST_F() 114 EXPECT_TRUE(!NCI::TagNciAdapter::GetInstance().IsReconnecting()); in HWTEST_F() 117 EXPECT_TRUE(!NCI::TagNciAdapter::GetInstance().IsReconnecting()); in HWTEST_F() 127 std::shared_ptr<NCI::TagNciAdapter> adapterObj = std::make_shared<NCI::TagNciAdapter>(); in HWTEST_F() 133 NCI in HWTEST_F() [all...] |
/foundation/communication/nfc/test/fuzztest/services_test/nfcpollingmanager_test/nfcpollingmanager/nfcpollingmanager_fuzzer/ |
H A D | nfcpollingmanager_fuzzer.cpp | 42 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzStartPollingLoop() 43 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzStartPollingLoop() 53 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzEnableForegroundDispatch() 54 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzEnableForegroundDispatch() 66 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundDispatch() 67 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzDisableForegroundDispatch() 77 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundByDeathRcpt() 78 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in FuzzDisableForegroundByDeathRcpt() 87 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzIsForegroundEnabled() 88 std::weak_ptr<NCI in FuzzIsForegroundEnabled() [all...] |
/foundation/communication/nfc/services/include/ |
H A D | nfc_routing_manager.h | 27 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, 28 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, 40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {}; 41 std::weak_ptr<NCI::INciCeInterface> nciCeProxy_ {};
|
H A D | nfc_service.h | 41 class NfcService final : public NCI::INciTagInterface::ITagListener,
42 public NCI::INciCeInterface::ICeHostListener,
69 std::weak_ptr<NCI::INciTagInterface> GetNciTagProxy(void);
111 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
112 std::shared_ptr<NCI::INciTagInterface> nciTagProxy_ {};
113 std::shared_ptr<NCI::INciCeInterface> nciCeProxy_ {};
|
H A D | nfc_polling_manager.h | 34 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, 35 std::weak_ptr<NCI::INciTagInterface> nciTagProxy); 88 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {}; 89 std::weak_ptr<NCI::INciTagInterface> nciTagProxy_ {};
|
H A D | isodep_card_handler.h | 53 explicit IsodepCardHandler(std::weak_ptr<NCI::INciTagInterface> nciTagProxy);
70 std::weak_ptr<NCI::INciTagInterface> nciTagProxy_ {};
|
H A D | nfc_event_handler.h | 40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
72 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
|
H A D | ndef_har_data_parser.h | 31 NdefHarDataParser(std::weak_ptr<NCI::INciTagInterface> nciTagProxy); 51 std::weak_ptr<NCI::INciTagInterface> nciTagProxy_ {};
|
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/ |
H A D | hostcardemulationmanager_fuzzer.cpp | 26 using namespace OHOS::NFC::NCI; 62 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA() 76 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnHostCardEmulationDataNfcA1() 90 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NciNativeSelector::GetInstance().GetNciCeInterface(); in FuzzOnHostCardEmulationDataNfcA2() 105 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationActivated() 115 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzOnCardEmulationDeactivated() 125 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzRegHceCmdCallback() 139 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzRegHceCmdCallback1() 153 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in FuzzUnRegHceCmdCallback() 165 std::weak_ptr<NCI in FuzzUnRegAllCallback() [all...] |
/foundation/communication/nfc/test/unittest/services/ce_service_test/ |
H A D | ce_service_test.cpp | 61 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 79 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 98 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 149 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 189 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 207 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 225 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 243 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 261 std::shared_ptr<NCI in HWTEST_F() [all...] |
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_event_handler_test.cpp | 67 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 89 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 110 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 129 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 130 std::weak_ptr<NCI::INciTagInterface> nciTagProxy; in HWTEST_F() 153 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 157 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in HWTEST_F() 175 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F() 180 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI in HWTEST_F() [all...] |
/foundation/communication/nfc/test/unittest/services/host_card_emulation_manager_test/ |
H A D | host_card_emulation_manager_test.cpp | 63 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 83 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 104 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 124 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 144 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 164 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 184 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F() 199 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr; in HWTEST_F()
|
/foundation/communication/nfc/test/unittest/services/isodep_card_handler_test/ |
H A D | isodep_card_handler_test.cpp | 60 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; in HWTEST_F() 73 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; in HWTEST_F() 88 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; in HWTEST_F() 104 std::shared_ptr<NCI::INciTagInterface> nciTagProxy = nullptr; in HWTEST_F()
|
/foundation/communication/nfc/services/src/utils/ |
H A D | nfc_watch_dog.h | 27 NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInterface> nfccProxy);
43 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_;
|
/foundation/communication/nfc/services/src/ |
H A D | nfc_polling_manager.cpp | 25 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, in NfcPollingManager() 26 std::weak_ptr<NCI::INciTagInterface> nciTagProxy) in NfcPollingManager() 172 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::FOREGROUND_APP_KEY, element.GetBundleName()); in EnableForegroundDispatch() 189 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::FOREGROUND_APP_KEY, ""); in DisableForegroundDispatch() 236 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::READERMODE_APP_KEY, element.GetBundleName()); in EnableReaderMode() 253 nciNfccProxy_.lock()->NotifyMessageToVendor(NCI::READERMODE_APP_KEY, ""); in DisableReaderMode()
|
H A D | nfc_routing_manager.cpp | 26 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, in NfcRoutingManager() 27 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in NfcRoutingManager()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/ |
H A D | nci_native_adapter_default.h | 23 namespace NCI { namespace 30 } // namespace NCI
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_native_adapter_default.cpp | 23 namespace NCI { namespace 40 } // namespace NCI
|
/foundation/communication/nfc/services/src/card_emulation/ |
H A D | host_card_emulation_manager.h | 45 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, 81 std::weak_ptr<NCI::INciCeInterface> nciCeProxy_{};
|
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/ |
H A D | nci_ce_proxy_test.cpp | 25 using namespace OHOS::NFC::NCI; 61 std::shared_ptr<NCI::INciCeInterface::ICeHostListener> listener = nullptr; in HWTEST_F()
|
/foundation/communication/nfc/test/unittest/services/cardemulation_test/ |
H A D | cardemulation_test.cpp | 114 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr;
in HWTEST_F() 130 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = nullptr;
in HWTEST_F()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | inci_nfcc_interface.h | 21 namespace NCI {
namespace 68 * @brief Abort the nfc controller if NCI timeout.
87 } // namespace NCI
|
H A D | inci_native_interface.h | 26 namespace NCI { namespace 59 } // namespace NCI
|
/foundation/communication/nfc/services/src/nci_adapter/ |
H A D | nci_ce_proxy.h | 21 namespace NCI { namespace 82 } // namespace NCI
|