Home
last modified time | relevance | path

Searched refs:GetNciNfccInterface (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp57 std::shared_ptr<INciNfccInterface> NciNativeSelector::GetNciNfccInterface() in GetNciNfccInterface() function in OHOS::NFC::NCI::NciNativeSelector
60 return nativeInterface_->GetNciNfccInterface(); in GetNciNfccInterface()
H A Dnci_nfcc_proxy.cpp23 nfccInterface_ = NciNativeSelector::GetInstance().GetNciNfccInterface(); in NciNfccProxy()
H A Dnci_native_selector.h40 std::shared_ptr<INciNfccInterface> GetNciNfccInterface();
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_native_adapter_default.h27 std::shared_ptr<INciNfccInterface> GetNciNfccInterface() override;
/ohos5.0/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() function in OHOS::NFC::NCI::NciNativeAdapterDefault
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_native_interface.h41 virtual std::shared_ptr<INciNfccInterface> GetNciNfccInterface() = 0;