Searched refs:NFC_F_TECH (Results 1 – 10 of 10) sorted by relevance
21 NfcFTag::NfcFTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_F_TECH) in NfcFTag()27 AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::NFC_F_TECH); in NfcFTag()38 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_F_TECH)) { in GetTag()
62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH)); in SetUp()163 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH));
224 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_F_TECH));
112 case static_cast<int32_t>(KITS::TagTechnology::NFC_F_TECH): in GetTechMaskFromTechList()
266 technology = KITS::TagTechnology::NFC_F_TECH; in GetTechList()
67 case static_cast<int>(TagTechnology::NFC_F_TECH): in GetStringTech()
145 NFC_F_TECH = 4, // Felica enumerator
55 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_F_TECH)) { in SetWantExtraParam()
272 } else if (intTech == static_cast<int>(TagTechnology::NFC_F_TECH)) { in ParseTechAndExtraFromJsTagInfo()785 } else if (technology == static_cast<int>(TagTechnology::NFC_F_TECH)) { in BuildTagTechAndExtraData()949 …_NAPI_STATIC_PROPERTY("NFC_F", GetNapiValue(env, static_cast<int32_t>(TagTechnology::NFC_F_TECH))), in InitJs()
193 } else if (technology == static_cast<int>(TagTechnology::NFC_F_TECH)) { in SetTagExtraData()