Home
last modified time | relevance | path

Searched refs:INciNfccInterface (Results 1 - 21 of 21) sorted by relevance

/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()
53 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzEnableForegroundDispatch()
66 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundDispatch()
77 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzDisableForegroundByDeathRcpt()
87 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzIsForegroundEnabled()
97 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzSendTagToForeground()
107 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzIsReaderModeEnabled()
117 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzSendTagToReaderApp()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_nfcc_interface.h24 class INciNfccInterface { class
26 virtual ~INciNfccInterface() = default;
H A Dinci_native_interface.h38 * @brief Get the ptr of INciNfccInterface
39 * @return thr ptr of INciNfccInterface
41 virtual std::shared_ptr<INciNfccInterface> GetNciNfccInterface() = 0;
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.h22 class NciNfccProxy final : public INciNfccInterface {
85 std::shared_ptr<INciNfccInterface> nfccInterface_;
H A Dnci_native_selector.h37 * @brief Get the ptr of INciNfccInterface
38 * @return thr ptr of INciNfccInterface
40 std::shared_ptr<INciNfccInterface> GetNciNfccInterface();
H A Dnci_native_selector.cpp57 std::shared_ptr<INciNfccInterface> NciNativeSelector::GetNciNfccInterface() in GetNciNfccInterface()
/foundation/communication/nfc/services/include/
H A Dnfc_routing_manager.h27 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy,
40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
H A Dnfc_event_handler.h40 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy);
72 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
H A Dnfc_polling_manager.h34 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy,
88 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
H A Dnfc_service.h111 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy_ {};
/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_;
H A Dnfc_watch_dog.cpp22 NfcWatchDog::NfcWatchDog(const std::string& threadName, int timeout, std::weak_ptr<NCI::INciNfccInterface> nfccProxy) in NfcWatchDog()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_native_adapter_default.h27 std::shared_ptr<INciNfccInterface> GetNciNfccInterface() override;
H A Dnci_nfcc_impl_default.h24 class NciNfccImplDefault : public INciNfccInterface {
/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()
153 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F()
175 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F()
199 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F()
221 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F()
243 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in HWTEST_F()
265 std::weak_ptr<NCI::INciNfccInterface> nciNfccProx in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_native_adapter_default.cpp31 std::shared_ptr<INciNfccInterface> NciNativeAdapterDefault::GetNciNfccInterface() in GetNciNfccInterface()
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp232 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzCommitRouting()
242 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzHandleCommitRouting()
255 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzComputeRoutingParams()
268 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy; in FuzzHandleComputeRoutingParams()
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp26 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, in NfcRoutingManager()
H A Dnfc_polling_manager.cpp25 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy, in NfcPollingManager()
H A Dnfc_event_handler.cpp244 std::weak_ptr<NCI::INciNfccInterface> nciNfccProxy) in Intialize()
/foundation/communication/nfc/test/unittest/services/public_test/
H A Dnfc_public_test.cpp372 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy = nullptr; in HWTEST_F()
388 std::shared_ptr<NCI::INciNfccInterface> nciNfccProxy = nullptr; in HWTEST_F()

Completed in 8 milliseconds