Home
last modified time | relevance | path

Searched refs:NFC_B_TECH (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dnfcb_tag.cpp22 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()
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/isodeptag/isodeptag_fuzzer/
H A Disodeptag_fuzzer.cpp42 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in FuzzGetTagInfo()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_native_impl.cpp109 case static_cast<int32_t>(KITS::TagTechnology::NFC_B_TECH): in GetTechMaskFromTechList()
H A Dtag_host.cpp260 technology = KITS::TagTechnology::NFC_B_TECH; in GetTechList()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp65 case static_cast<int>(TagTechnology::NFC_B_TECH): in GetStringTech()
H A Dnfc_sdk_common.h143 NFC_B_TECH = 2, enumerator
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dnfcb_tag_test.cpp61 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in SetUp()
H A Disodep_tag_test.cpp62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in SetUp()
H A Dtag_info_test.cpp214 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_B_TECH));
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp52 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_B_TECH)) { in SetWantExtraParam()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp261 } 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()
H A Dnfc_napi_foreground_dispatch.cpp184 } else if (technology == static_cast<int>(TagTechnology::NFC_B_TECH)) { in SetTagExtraData()