Home
last modified time | relevance | path

Searched refs:ICeHostListener (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_ce_interface.h24 class ICeHostListener { class in OHOS::NFC::NCI::INciCeInterface
26 virtual ~ICeHostListener() {} in ~ICeHostListener()
61 virtual void SetCeHostListener(std::weak_ptr<ICeHostListener> listener) = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
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.h27 void SetCeHostListener(std::weak_ptr<ICeHostListener> listener) override;
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_ce_proxy.h30 void SetCeHostListener(std::weak_ptr<ICeHostListener> listener) override;
H A Dnci_ce_proxy.cpp30 void NciCeProxy::SetCeHostListener(std::weak_ptr<ICeHostListener> listener) in SetCeHostListener()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_ce_impl_default.cpp24 std::weak_ptr<ICeHostListener> listener) in SetCeHostListener()
H A Dnfcc_nci_adapter.cpp75 void NfccNciAdapter::SetCeHostListener(std::weak_ptr<INciCeInterface::ICeHostListener> listener) in SetCeHostListener()
/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()
/foundation/communication/nfc/services/include/
H A Dnfc_service.h42 public NCI::INciCeInterface::ICeHostListener,

Completed in 4 milliseconds