Searched refs:NFC_B_TECH (Results 1 – 12 of 12) sorted by relevance
22 NfcBTag::NfcBTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_B_TECH) in NfcBTag()24 AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::NFC_B_TECH); in NfcBTag()38 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_B_TECH)) { in GetTag()
42 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in FuzzGetTagInfo()
109 case static_cast<int32_t>(KITS::TagTechnology::NFC_B_TECH): in GetTechMaskFromTechList()
260 technology = KITS::TagTechnology::NFC_B_TECH; in GetTechList()
65 case static_cast<int>(TagTechnology::NFC_B_TECH): in GetStringTech()
143 NFC_B_TECH = 2, enumerator
61 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in SetUp()
62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in SetUp()
214 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_B_TECH));
52 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_B_TECH)) { in SetWantExtraParam()
261 } else if (intTech == static_cast<int>(TagTechnology::NFC_B_TECH)) { in ParseTechAndExtraFromJsTagInfo()776 } else if (technology == static_cast<int>(TagTechnology::NFC_B_TECH)) { in BuildTagTechAndExtraData()946 …_NAPI_STATIC_PROPERTY("NFC_B", GetNapiValue(env, static_cast<int32_t>(TagTechnology::NFC_B_TECH))), in InitJs()
184 } else if (technology == static_cast<int>(TagTechnology::NFC_B_TECH)) { in SetTagExtraData()