Home
last modified time | relevance | path

Searched refs:enableHostRouting (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp54 * @param enableHostRouting if enable host routing
57 void NciNfccProxy::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument
60 return nfccInterface_->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in EnableDiscovery()
H A Dnci_nfcc_proxy.h42 * @param enableHostRouting if enable host routing
45 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_nfcc_impl_default.cpp32 void NciNfccImplDefault::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument
34 NfccNciAdapter::GetInstance().EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in EnableDiscovery()
H A Dnfcc_nci_adapter.cpp750 * @param enableHostRouting True/false to enable/disable host routing
753 void NfccNciAdapter::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument
790 NciBalCe::GetInstance().EnableHostRouting(enableHostRouting); in EnableDiscovery()
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H A Dnci_nfcc_proxy_test.cpp74 bool enableHostRouting = false; in HWTEST_F() local
77 nciNfccProxy->EnableDiscovery(techMask, enableReaderMode, enableHostRouting, restart); in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_nfcc_interface.h44 * @param enableHostRouting if enable host routing
47 virtual void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_nfcc_impl_default.h29 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) override;
H A Dnfcc_nci_adapter.h71 * @param enableHostRouting True/false to enable/disable host routing
74 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart);

Completed in 6 milliseconds