Home
last modified time | relevance | path

Searched refs:NFC_F_TECH (Results 1 - 11 of 11) sorted by relevance

/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()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dnfcf_tag_test.cpp61 // NFC_F_TECH must put at index 0, because defined TEST_NFCF_INDEX = 0; in SetUp()
62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH)); in SetUp()
163 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH)); in HWTEST_F()
H A Dtag_info_test.cpp224 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_F_TECH)); in HWTEST_F()
/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()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h145 NFC_F_TECH = 4, // Felica member in OHOS::NFC::KITS::TagTechnology
H A Dtaginfo.cpp67 case static_cast<int>(TagTechnology::NFC_F_TECH): in GetStringTech()
/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()
/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()
780 } else if (technology == static_cast<int>(TagTechnology::NFC_F_TECH)) { in BuildTagTechAndExtraData()
944 DECLARE_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()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H A Dtagabilitydispatcher_fuzzer.cpp74 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_F_TECH)); in FuzzSetWantExtraParam2()

Completed in 10 milliseconds