Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tnf_
(Results
1 - 9
of
9
) 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()
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
D
ndef_bt_data_parser.cpp
451
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
D
ndef_message_test.cpp
229
record->
tnf_
= 0x00;
in HWTEST_F()
236
record->
tnf_
= 0x01;
in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
ndef_message.h
27
short
tnf_
;
member
H
A
D
ndef_message.cpp
188
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
D
ndeftag_fuzzer.cpp
89
ndefRecord->
tnf_
= tnf;
in CreateNdefRecord()
/foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/
H
A
D
ndefmessage_fuzzer.cpp
74
ndefRecord->
tnf_
= tnf;
in CreateNdefRecord()
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag_ndef.cpp
64
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
D
nfc_napi_common_utils.cpp
440
napi_create_int32(env, ndefRecord->
tnf_
, &tnf);
in ConvertAirTouchNdefRecordToJS()
487
napi_create_int32(env, ndefRecord->
tnf_
, &tnf);
in ConvertNdefRecordToJS()
Completed in 8 milliseconds