Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.cpp298 std::string nfcType = uri.type.substr(pos + 1, uri.type.size()); in UpdateTagAppList() local
299 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()