Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/include/
H A Dndef_har_data_parser.h39 bool ParseWebLink(std::vector<std::shared_ptr<NdefRecord>> records);
/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp83 if (ParseWebLink(records)) { in TryNdef()
215 bool NdefHarDataParser::ParseWebLink(std::vector<std::shared_ptr<NdefRecord>> records) in ParseWebLink() function in OHOS::NFC::TAG::NdefHarDataParser