Home
last modified time | relevance | path

Searched refs:NFC_F_TECH (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dnfcf_tag.cpp21 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()
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dnfcf_tag_test.cpp62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH)); in SetUp()
163 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH));
H A Dtag_info_test.cpp224 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_F_TECH));
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_native_impl.cpp112 case static_cast<int32_t>(KITS::TagTechnology::NFC_F_TECH): in GetTechMaskFromTechList()
H A Dtag_host.cpp266 technology = KITS::TagTechnology::NFC_F_TECH; in GetTechList()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp67 case static_cast<int>(TagTechnology::NFC_F_TECH): in GetStringTech()
H A Dnfc_sdk_common.h145 NFC_F_TECH = 4, // Felica enumerator
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp55 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_F_TECH)) { in SetWantExtraParam()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp272 } 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()
H A Dnfc_napi_foreground_dispatch.cpp193 } else if (technology == static_cast<int>(TagTechnology::NFC_F_TECH)) { in SetTagExtraData()