Searched refs:techMask (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | tag_native_impl.cpp | 103 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 D | nci_nfcc_impl_default.cpp | 32 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 D | nfcc_nci_adapter.cpp | 104 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 D | nfc_polling_params_test.cpp | 117 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 D | nci_nfcc_proxy.cpp | 52 * @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 D | nci_nfcc_proxy.h | 40 * @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 D | nfc_polling_params.cpp | 67 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 D | nfcc_nci_adapter.h | 69 * @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 D | nci_nfcc_impl_default.h | 29 void EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart) override;
|
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/ |
H A D | nci_nfcc_proxy_test.cpp | 72 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 D | inci_nfcc_interface.h | 42 * @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 D | nfc_polling_params.h | 30 void SetTechMask(uint16_t techMask);
|
Completed in 5 milliseconds