Home
last modified time | relevance | path

Searched refs:TNF_WELL_KNOWN (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp159 if (records[0]->tnf_ == static_cast<short>(NdefMessage::TNF_WELL_KNOWN)) { in ParseUriLink()
254 case NdefMessage::TNF_WELL_KNOWN: in ToMimeType()
287 case NdefMessage::TNF_WELL_KNOWN: in GetUriPayload()
H A Dndef_bt_data_parser.cpp465 if (record->tnf_ == NdefMessage::TNF_WELL_KNOWN && in CheckBtRecord()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h98 TNF_WELL_KNOWN = 0x01, enumerator
H A Dndef_message.cpp109 return CreateNdefRecord(TNF_WELL_KNOWN, id, payload, tagRtdType); in MakeUriRecord()
120 return CreateNdefRecord(TNF_WELL_KNOWN, id, payload, tagRtdType); in MakeTextRecord()
394 case TNF_WELL_KNOWN: in CheckTnf()
/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/
H A Dndeftag_fuzzer.cpp60 case NdefMessage::TNF_WELL_KNOWN: // fall-through in CheckTnf()
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H A Dndefmessage_fuzzer.cpp45 case NdefMessage::TNF_WELL_KNOWN: // fall-through in CheckTnf()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag.cpp59 napi_create_int32(env, static_cast<int32_t>(NdefMessage::EmTnfType::TNF_WELL_KNOWN), &tnfKnown); in RegisterEnumTnfType()
67 DECLARE_NAPI_STATIC_PROPERTY("TNF_WELL_KNOWN", tnfKnown), in RegisterEnumTnfType()

Completed in 7 milliseconds