Searched refs:IsTechSupported (Results 1 – 13 of 13) sorted by relevance
29 if (tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_MIFARE_CLASSIC_TECH)) { in NfcATag()43 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH)) { in GetTag()
53 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH) || in GetTag()54 !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_MIFARE_ULTRALIGHT_TECH)) { in GetTag()
38 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_B_TECH)) { in GetTag()
38 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_F_TECH)) { in GetTag()
37 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_ISODEP_TECH)) { in GetTag()
89 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_A_TECH) || in GetTag()90 !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_MIFARE_CLASSIC_TECH)) { in GetTag()
30 …if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_NDEF_FORMATABLE_TECH)) { in GetTag()
40 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_NDEF_TECH)) { in GetTag()
41 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_V_TECH)) { in GetTag()
94 bool supported = tagInfo_->IsTechSupported(TagTechnology::NFC_A_TECH);104 bool supported = tagInfo_->IsTechSupported(TagTechnology::NFC_ISODEP_TECH);114 bool supported = tagInfo_->IsTechSupported(TagTechnology::NFC_NDEF_TECH);
66 tagInfo->IsTechSupported(tech); in FuzzIsTechSupported()
71 bool IsTechSupported(KITS::TagTechnology tech);
45 bool TagInfo::IsTechSupported(KITS::TagTechnology tech) in IsTechSupported() function in OHOS::NFC::KITS::TagInfo