Home
last modified time | relevance | path

Searched refs:NFC_V_TECH (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/nfc/interfaces/inner_api/tags/
H A Diso15693_tag.cpp22 Iso15693Tag::Iso15693Tag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::NFC_V_TECH) in Iso15693Tag()
24 AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::NFC_V_TECH); in Iso15693Tag()
41 if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::NFC_V_TECH)) { in GetTag()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Diso15693_tag_test.cpp64 // NFC_V_TECH must put at index 0, because defined TEST_ISO15693_INDEX = 0; in SetUp()
65 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_V_TECH)); in SetUp()
223 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_V_TECH)); in HWTEST_F()
H A Dtag_info_test.cpp234 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_V_TECH)); in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_native_impl.cpp115 case static_cast<int32_t>(KITS::TagTechnology::NFC_V_TECH): in GetTechMaskFromTechList()
H A Dtag_host.cpp269 technology = KITS::TagTechnology::NFC_V_TECH; in GetTechList()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h146 NFC_V_TECH = 5, // ISO15693 member in OHOS::NFC::KITS::TagTechnology
H A Dtaginfo.cpp69 case static_cast<int>(TagTechnology::NFC_V_TECH): in GetStringTech()
/foundation/communication/nfc/test/fuzztest/tags_test/iso15693tag/iso15693tag_fuzzer/
H A Diso15693tag_fuzzer.cpp39 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_V_TECH)); in GetTagInfo()
/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp58 } else if (techList[i] == static_cast<int>(TagTechnology::NFC_V_TECH)) { in SetWantExtraParam()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp283 } else if (intTech == static_cast<int>(TagTechnology::NFC_V_TECH)) { in ParseTechAndExtraFromJsTagInfo()
789 } else if (technology == static_cast<int>(TagTechnology::NFC_V_TECH)) { in BuildTagTechAndExtraData()
945 DECLARE_NAPI_STATIC_PROPERTY("NFC_V", GetNapiValue(env, static_cast<int32_t>(TagTechnology::NFC_V_TECH))), in InitJs()
H A Dnfc_napi_foreground_dispatch.cpp202 } else if (technology == static_cast<int>(TagTechnology::NFC_V_TECH)) { in SetTagExtraData()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H A Dtagabilitydispatcher_fuzzer.cpp90 tagTechList.push_back(static_cast<int>(TagTechnology::NFC_V_TECH)); in FuzzSetWantExtraParam3()

Completed in 9 milliseconds