Home
last modified time | relevance | path

Searched refs:GetStringTech (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dtag_info_test.cpp204 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)…
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getstringtech_fuzzer/
H A Dgetstringtech_fuzzer.cpp31 NFC::KITS::TagInfo::GetStringTech(tech); in FuzzGetStringTech()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.h75 static std::string GetStringTech(int tech);
H A Dtaginfo.cpp60 std::string TagInfo::GetStringTech(int tech) in GetStringTech() function in OHOS::NFC::KITS::TagInfo
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dnfc_hisysevent.cpp62 std::string discStrTech = KITS::TagInfo::GetStringTech(techList[i]); in WriteTagFoundHiSysEvent()
H A Dtag_ability_dispatcher.cpp157 techArray.push_back(tagTechStr + KITS::TagInfo::GetStringTech(tagTech)); in DispatchAbilityMultiApp()
H A Dapp_data_parser.cpp470 std::string discStrTech = KITS::TagInfo::GetStringTech(discTechList[i]); in GetDispatchTagAppsByTech()