Home
last modified time | relevance | path

Searched refs:GetTagTechList (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp43 want.SetParam("technology", tagInfo->GetTagTechList()); in SetWantExtraParam()
46 std::vector<int> techList = tagInfo->GetTagTechList(); in SetWantExtraParam()
94 std::vector<int> techList = tagInfo->GetTagTechList(); in DispatchTagAbility()
151 for (const auto& tagTech : tagInfo->GetTagTechList()) { in DispatchAbilityMultiApp()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.h63 std::vector<int> GetTagTechList() const;
H A Dtaginfo.cpp55 std::vector<int> TagInfo::GetTagTechList() const in GetTagTechList() function in OHOS::NFC::KITS::TagInfo
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp156 std::vector<int> techList = tagInfo_->GetTagTechList();
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp55 std::vector<int> techList = tagInfo.lock()->GetTagTechList(); in GetTagInfo()