Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/services/src/tag/
H A Dndef_har_data_parser.cpp178 if (records[0]->tnf_ == static_cast<short>(NdefMessage::TNF_WELL_KNOWN)) { in ParseUriLink()
271 InfoLog("NdefHarDataParser::ToMimeType record.tnf_: %{public}d", record->tnf_); in ToMimeType()
272 switch (record->tnf_) { in ToMimeType()
304 InfoLog("NdefHarDataParser::GetUriPayload record.tnf_: %{public}d", record->tnf_); in GetUriPayload()
305 switch (record->tnf_) { in GetUriPayload()
370 if (record->tnf_ == NdefMessage::TNF_EXTERNAL_TYPE && in CheckForHar()
H A Dndef_bt_data_parser.cpp448 if (record->tnf_ == NdefMessage::TNF_MIME_MEDIA && in CheckBtRecord()
455 if (record->tnf_ == NdefMessage::TNF_MIME_MEDIA && in CheckBtRecord()
462 if (record->tnf_ == NdefMessage::TNF_WELL_KNOWN && in CheckBtRecord()
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/
H A Dndef_message_test.cpp229 record->tnf_ = 0x00;
236 record->tnf_ = 0x01;
/ohos5.0/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()
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/
H A Dndeftag_fuzzer.cpp90 ndefRecord->tnf_ = tnf; in CreateNdefRecord()
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H A Dndefmessage_fuzzer.cpp74 ndefRecord->tnf_ = tnf; in CreateNdefRecord()
/ohos5.0/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()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp443 napi_create_int32(env, ndefRecord->tnf_, &tnf); in ConvertNdefRecordToJS()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/video_encoder/
H A D1280_720_nv.yuv Error!