Home
last modified time | relevance | path

Searched refs:tnf_ (Results 1 - 9 of 9) 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()
252 InfoLog("NdefHarDataParser::ToMimeType record.tnf_: %{public}d", record->tnf_); in ToMimeType()
253 switch (record->tnf_) { in ToMimeType()
285 InfoLog("NdefHarDataParser::GetUriPayload record.tnf_: %{public}d", record->tnf_); in GetUriPayload()
286 switch (record->tnf_) { in GetUriPayload()
351 if (record->tnf_ == NdefMessage::TNF_EXTERNAL_TYPE && in CheckForHar()
H A Dndef_bt_data_parser.cpp451 if (record->tnf_ == NdefMessage::TNF_MIME_MEDIA && in CheckBtRecord()
458 if (record->tnf_ == NdefMessage::TNF_MIME_MEDIA && in CheckBtRecord()
465 if (record->tnf_ == NdefMessage::TNF_WELL_KNOWN && in CheckBtRecord()
/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_message_test.cpp229 record->tnf_ = 0x00; in HWTEST_F()
236 record->tnf_ = 0x01; in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dndef_message.h27 short tnf_; member
H A Dndef_message.cpp188 uint32_t tnf = record.lock()->tnf_; in NdefRecordToString()
378 ndefRecord->tnf_ = tnf; in CreateNdefRecord()
/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/
H A Dndeftag_fuzzer.cpp89 ndefRecord->tnf_ = tnf; in CreateNdefRecord()
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H A Dndefmessage_fuzzer.cpp74 ndefRecord->tnf_ = tnf; in CreateNdefRecord()
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_ndef.cpp64 ndefRecord->tnf_ = 0; in ParseNdefParam()
66 napi_get_value_uint32(env, elementValue, reinterpret_cast<uint32_t *>(&ndefRecord->tnf_)); in ParseNdefParam()
/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp440 napi_create_int32(env, ndefRecord->tnf_, &tnf); in ConvertAirTouchNdefRecordToJS()
487 napi_create_int32(env, ndefRecord->tnf_, &tnf); in ConvertNdefRecordToJS()

Completed in 8 milliseconds