Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp28 const std::string TEL_PREFIX = "tel"; variable
185 if ((scheme.size() >= 3) && (scheme.substr(0, 3) == TEL_PREFIX)) { // 3 is tel length in ParseUriLink()