Home
last modified time | relevance | path

Searched refs:techMask (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_native_impl.cpp103 uint16_t techMask = 0; in GetTechMaskFromTechList() local
107 techMask |= NFA_TECHNOLOGY_MASK_A; in GetTechMaskFromTechList()
110 techMask |= NFA_TECHNOLOGY_MASK_B; in GetTechMaskFromTechList()
113 techMask |= NFA_TECHNOLOGY_MASK_F; in GetTechMaskFromTechList()
116 techMask |= NFA_TECHNOLOGY_MASK_V; in GetTechMaskFromTechList()
122 return techMask; in GetTechMaskFromTechList()
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.cpp104 tNFA_STATUS NfccNciAdapter::StartPolling(tNFA_TECHNOLOGY_MASK techMask) in StartPolling() argument
106 DebugLog("NfccNciAdapter::StartPolling, techMask = 0x%{public}02X", techMask); in StartPolling()
107 tNFA_STATUS status = NFA_EnablePolling(techMask); in StartPolling()
748 * @param techMask Supported rf technology for nfc.
753 void NfccNciAdapter::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) in EnableDiscovery() argument
771 tNFA_TECHNOLOGY_MASK technologyMask = techMask & DEFAULT_TECH_MASK; in EnableDiscovery()
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_params_test.cpp117 int techMask = TECH_MASK; in HWTEST_F() local
119 nfcPollingParams.SetTechMask(techMask); in HWTEST_F()
120 ASSERT_TRUE(techMask == TECH_MASK); in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_nfcc_proxy.cpp52 * @param techMask bitmask of the technologies
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.h40 * @param techMask bitmask of the technologies
45 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) override;
/foundation/communication/nfc/services/src/
H A Dnfc_polling_params.cpp67 void NfcPollingParams::SetTechMask(uint16_t techMask) in SetTechMask() argument
69 techMask_ = techMask; in SetTechMask()
80 return str.append("techMask = ") in ToString()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnfcc_nci_adapter.h69 * @param techMask Supported rf technology for nfc.
74 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart);
168 tNFA_STATUS StartPolling(tNFA_TECHNOLOGY_MASK techMask);
H A Dnci_nfcc_impl_default.h29 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) override;
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H A Dnci_nfcc_proxy_test.cpp72 uint16_t techMask = 0; 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.h42 * @param techMask bitmask of the technologies
47 virtual void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) = 0;
/foundation/communication/nfc/services/include/
H A Dnfc_polling_params.h30 void SetTechMask(uint16_t techMask);

Completed in 6 milliseconds