Searched refs:TNF_WELL_KNOWN (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_data_parser.cpp | 159 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 D | ndef_bt_data_parser.cpp | 465 if (record->tnf_ == NdefMessage::TNF_WELL_KNOWN &&
in CheckBtRecord()
|
/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | ndef_message.h | 98 TNF_WELL_KNOWN = 0x01,
enumerator
|
H A D | ndef_message.cpp | 109 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 D | ndeftag_fuzzer.cpp | 60 case NdefMessage::TNF_WELL_KNOWN: // fall-through in CheckTnf()
|
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/ |
H A D | ndefmessage_fuzzer.cpp | 45 case NdefMessage::TNF_WELL_KNOWN: // fall-through in CheckTnf()
|
/foundation/communication/nfc/frameworks/js/napi/tag/ |
H A D | nfc_napi_tag.cpp | 59 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