Home
last modified time | relevance | path

Searched refs:nativeInterface_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_native_selector.cpp31 nativeInterface_ = GetNciNativeInterface(); in InitNativeInterface()
51 if (nativeInterface_) { in GetNciCeInterface()
52 return nativeInterface_->GetNciCeInterface(); in GetNciCeInterface()
59 if (nativeInterface_) { in GetNciNfccInterface()
60 return nativeInterface_->GetNciNfccInterface(); in GetNciNfccInterface()
67 if (nativeInterface_) { in GetNciTagInterface()
68 return nativeInterface_->GetNciTagInterface(); in GetNciTagInterface()
H A Dnci_native_selector.h99 std::shared_ptr<INciNativeInterface> nativeInterface_; variable