Searched refs:GetStringTech (Results 1 – 7 of 7) sorted by relevance
204 std::string stringTech = tagInfo_->GetStringTech(TEST_DISC_ID);214 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_B_TECH));224 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_F_TECH));234 std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_V_TECH));244 …std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_ISODEP_TECH));254 …std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_MIFARE_CLASSI…264 …std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_MIFARE_ULTRAL…274 … std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_NDEF_TECH));284 …std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_NDEF_FORMATAB…294 …std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::NFC_INVALID_TECH)…
31 NFC::KITS::TagInfo::GetStringTech(tech); in FuzzGetStringTech()
75 static std::string GetStringTech(int tech);
60 std::string TagInfo::GetStringTech(int tech) in GetStringTech() function in OHOS::NFC::KITS::TagInfo
62 std::string discStrTech = KITS::TagInfo::GetStringTech(techList[i]); in WriteTagFoundHiSysEvent()
157 techArray.push_back(tagTechStr + KITS::TagInfo::GetStringTech(tagTech)); in DispatchAbilityMultiApp()
470 std::string discStrTech = KITS::TagInfo::GetStringTech(discTechList[i]); in GetDispatchTagAppsByTech()