Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp490 std::vector<std::string> vectorTech = (*iter).tech; in GetDispatchTagAppsByTech() local
491 for (size_t i = 0; i < vectorTech.size(); i++) { in GetDispatchTagAppsByTech()
493 discStrTech.c_str(), vectorTech[i].c_str()); in GetDispatchTagAppsByTech()
494 if (discStrTech.compare(vectorTech[i]) == 0) { in GetDispatchTagAppsByTech()