Home
last modified time | relevance | path

Searched refs:NCI (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dnfcc_nci_adapter_test.cpp24 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 Dtag_nci_adapter_test.cpp24 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 Dnfcpollingmanager_fuzzer.cpp42 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 Dnfc_routing_manager.h27 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 Dnfc_service.h41 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 Dnfc_polling_manager.h34 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 Disodep_card_handler.h53 explicit IsodepCardHandler(std::weak_ptr<NCI::INciTagInterface> nciTagProxy);
70 std::weak_ptr<NCI::INciTagInterface> nciTagProxy_ {};
H A Dnfc_event_handler.h40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
72 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
H A Dndef_har_data_parser.h31 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 Dhostcardemulationmanager_fuzzer.cpp26 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 Dce_service_test.cpp61 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 Dnfc_event_handler_test.cpp67 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 Dhost_card_emulation_manager_test.cpp63 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 Disodep_card_handler_test.cpp60 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 Dnfc_watch_dog.h27 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 Dnfc_polling_manager.cpp25 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 Dnfc_routing_manager.cpp26 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 Dnci_native_adapter_default.h23 namespace NCI { namespace
30 } // namespace NCI
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_native_adapter_default.cpp23 namespace NCI { namespace
40 } // namespace NCI
/foundation/communication/nfc/services/src/card_emulation/
H A Dhost_card_emulation_manager.h45 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 Dnci_ce_proxy_test.cpp25 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 Dcardemulation_test.cpp114 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 Dinci_nfcc_interface.h21 namespace NCI { namespace
68 * @brief Abort the nfc controller if NCI timeout.
87 } // namespace NCI
H A Dinci_native_interface.h26 namespace NCI { namespace
59 } // namespace NCI
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.h21 namespace NCI { namespace
82 } // namespace NCI

Completed in 9 milliseconds

1234