Home
last modified time | relevance | path

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

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp67 void NciNfccProxy::DisableDiscovery() in DisableDiscovery() function in OHOS::NFC::NCI::NciNfccProxy
70 return nfccInterface_->DisableDiscovery(); in DisableDiscovery()
H A Dnci_nfcc_proxy.h50 void DisableDiscovery() override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_nfcc_impl_default.cpp37 void NciNfccImplDefault::DisableDiscovery() in DisableDiscovery() function in OHOS::NFC::NCI::NciNfccImplDefault
39 NfccNciAdapter::GetInstance().DisableDiscovery(); in DisableDiscovery()
H A Dnfcc_nci_adapter.cpp802 void NfccNciAdapter::DisableDiscovery() in DisableDiscovery() function in OHOS::NFC::NCI::NfccNciAdapter
804 DebugLog("NfccNciAdapter::DisableDiscovery"); in DisableDiscovery()
806 ErrorLog("NfccNciAdapter::DisableDiscovery: Nfc not initialized."); in DisableDiscovery()
810 WarnLog("NfccNciAdapter::DisableDiscovery: already disabled"); in DisableDiscovery()
820 DebugLog("NfccNciAdapter::DisableDiscovery: exit"); in DisableDiscovery()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_nfcc_interface.h52 virtual void DisableDiscovery() = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_nfcc_impl_default.h30 void DisableDiscovery() override;
H A Dnfcc_nci_adapter.h79 void DisableDiscovery();
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H A Dnci_nfcc_proxy_test.cpp84 * @tc.desc: Test NciNfccProxyTest DisableDiscovery.
90 nciNfccProxy->DisableDiscovery(); in HWTEST_F()
/foundation/communication/nfc/services/src/
H A Dnfc_polling_manager.cpp108 nciNfccProxy_.lock()->DisableDiscovery(); in StartPollingLoop()

Completed in 4 milliseconds