Searched refs:nfcType (Results 1 – 1 of 1) sorted by relevance
298 std::string nfcType = uri.type.substr(pos + 1, uri.type.size()); in UpdateTagAppList() local299 if (std::find(valueList.begin(), valueList.end(), nfcType) == valueList.end()) { in UpdateTagAppList()300 valueList.emplace_back(nfcType); in UpdateTagAppList()301 DebugLog("UpdateTagAppList from skillUri, push tech %{public}s", nfcType.c_str()); in UpdateTagAppList()