Home
last modified time | relevance | path

Searched refs:NFC_B_TECH (Results 1 - 13 of 13) sorted by relevance

/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()
/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()
/foundation/communication/nfc/test/fuzztest/tags_test/isodeptag/isodeptag_fuzzer/
H A Disodeptag_fuzzer.cpp41 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in FuzzGetTagInfo()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Disodep_tag_test.cpp62 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in SetUp()
H A Dnfcb_tag_test.cpp60 // NFC_B_TECH must put at index 0, because defined TEST_NFCB_INDEX = 0; in SetUp()
61 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)); in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h143 NFC_B_TECH = 2, member in OHOS::NFC::KITS::TagTechnology
H A Dtaginfo.cpp65 case static_cast<int>(TagTechnology::NFC_B_TECH): in GetStringTech()
/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()
/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()
771 } else if (technology == static_cast<int>(TagTechnology::NFC_B_TECH)) { in BuildTagTechAndExtraData()
941 DECLARE_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()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H A Dtagabilitydispatcher_fuzzer.cpp58 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_B_TECH)); in FuzzSetWantExtraParam1()

Completed in 9 milliseconds