Home
last modified time | relevance | path

Searched refs:nfccInterface_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp23 nfccInterface_ = NciNativeSelector::GetInstance().GetNciNfccInterface(); in NciNfccProxy()
32 if (nfccInterface_) { in Initialize()
33 return nfccInterface_->Initialize(); in Initialize()
44 if (nfccInterface_) { in Deinitialize()
45 return nfccInterface_->Deinitialize(); in Deinitialize()
59 if (nfccInterface_) { in EnableDiscovery()
60 return nfccInterface_->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in EnableDiscovery()
69 if (nfccInterface_) { in DisableDiscovery()
70 return nfccInterface_->DisableDiscovery(); in DisableDiscovery()
81 if (nfccInterface_) { in SetScreenStatus()
[all...]
H A Dnci_nfcc_proxy.h85 std::shared_ptr<INciNfccInterface> nfccInterface_; member in OHOS::NFC::NCI::final

Completed in 1 milliseconds