Searched refs:GetTagTechList (Results 1 – 5 of 5) sorted by relevance
43 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()
63 std::vector<int> GetTagTechList() const;
55 std::vector<int> TagInfo::GetTagTechList() const in GetTagTechList() function in OHOS::NFC::KITS::TagInfo
156 std::vector<int> techList = tagInfo_->GetTagTechList();
55 std::vector<int> techList = tagInfo.lock()->GetTagTechList(); in GetTagInfo()