Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp65 std::shared_ptr<INciTagInterface> NciNativeSelector::GetNciTagInterface() in GetNciTagInterface() function in OHOS::NFC::NCI::NciNativeSelector
68 return nativeInterface_->GetNciTagInterface(); in GetNciTagInterface()
H A Dnci_native_selector.h46 std::shared_ptr<INciTagInterface> GetNciTagInterface();
H A Dnci_tag_proxy.cpp23 nciTagInterface_ = NciNativeSelector::GetInstance().GetNciTagInterface(); in NciTagProxy()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_native_adapter_default.h28 std::shared_ptr<INciTagInterface> GetNciTagInterface() override;
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_native_adapter_default.cpp36 std::shared_ptr<INciTagInterface> NciNativeAdapterDefault::GetNciTagInterface() in GetNciTagInterface() function in OHOS::NFC::NCI::NciNativeAdapterDefault
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_native_interface.h47 virtual std::shared_ptr<INciTagInterface> GetNciTagInterface() = 0;