Home
last modified time | relevance | path

Searched refs:INciCeInterface (Results 1 - 23 of 23) sorted by relevance

/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::INciCeInterface> nciCeProx in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H A Dhostcardemulationmanager_fuzzer.cpp62 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::INciCeInterface> nciCeProxy; in FuzzUnRegAllCallback()
176 std::weak_ptr<NCI::INciCeInterface> nciCeProx in FuzzSendHostApduData()
[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/services/src/nci_adapter/
H A Dnci_ce_proxy.h22 class NciCeProxy final : public INciCeInterface {
80 std::shared_ptr<INciCeInterface> nciCeInterface_;
H A Dnci_native_selector.h31 * @brief Get the ptr of INciCeInterface
32 * @return thr ptr of INciCeInterface
34 std::shared_ptr<INciCeInterface> GetNciCeInterface();
H A Dnci_native_selector.cpp49 std::shared_ptr<INciCeInterface> NciNativeSelector::GetNciCeInterface() in GetNciCeInterface()
/foundation/communication/nfc/services/include/
H A Dnfc_routing_manager.h28 std::weak_ptr<NCI::INciCeInterface> nciCeProxy,
41 std::weak_ptr<NCI::INciCeInterface> nciCeProxy_ {};
H A Dnfc_service.h42 public NCI::INciCeInterface::ICeHostListener,
113 std::shared_ptr<NCI::INciCeInterface> nciCeProxy_ {};
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h22 class INciCeInterface { class
55 virtual ~INciCeInterface() = default;
H A Dinci_native_interface.h32 * @brief Get the ptr of INciCeInterface
33 * @return thr ptr of INciCeInterface
35 virtual std::shared_ptr<INciCeInterface> GetNciCeInterface() = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_native_adapter_default.h26 std::shared_ptr<INciCeInterface> GetNciCeInterface() override;
H A Dnfcc_nci_adapter.h43 void SetCeHostListener(std::weak_ptr<INciCeInterface::ICeHostListener> listener);
214 std::weak_ptr<INciCeInterface::ICeHostListener> cardEmulationListener_;
H A Dnci_ce_impl_default.h24 class NciCeImplDefault : public INciCeInterface {
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_native_adapter_default.cpp26 std::shared_ptr<INciCeInterface> NciNativeAdapterDefault::GetNciCeInterface() in GetNciCeInterface()
H A Dnfcc_nci_adapter.cpp75 void NfccNciAdapter::SetCeHostListener(std::weak_ptr<INciCeInterface::ICeHostListener> listener) in SetCeHostListener()
/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_{};
H A Dce_service.h50 explicit CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy);
112 std::weak_ptr<NCI::INciCeInterface> nciCeProxy_{};
H A Dhost_card_emulation_manager.cpp44 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in HostCardEmulationManager()
H A Dce_service.cpp36 CeService::CeService(std::weak_ptr<NfcService> nfcService, std::weak_ptr<NCI::INciCeInterface> nciCeProxy) in CeService()
/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/test/unittest/services/services_test/
H A Dnfc_event_handler_test.cpp157 std::weak_ptr<NCI::INciCeInterface> nciCeProxy; in HWTEST_F()
180 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
203 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
225 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
247 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
269 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
291 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
314 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
336 std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::NciNativeSelector::GetInstance().GetNciCeInterface(); in HWTEST_F()
359 std::shared_ptr<NCI::INciCeInterface> nciCeProx in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/
H A Dnfc_routing_manager.cpp27 std::weak_ptr<NCI::INciCeInterface> nciCeProxy, in NfcRoutingManager()
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H A Dnci_ce_proxy_test.cpp61 std::shared_ptr<NCI::INciCeInterface::ICeHostListener> listener = nullptr; in HWTEST_F()

Completed in 12 milliseconds