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:NFC_NDEF_TECH
(Results
1 - 11
of
11
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/tags/
H
A
D
ndef_tag.cpp
21
NdefTag::NdefTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::
NFC_NDEF_TECH
)
in NdefTag()
23
AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::
NFC_NDEF_TECH
);
in NdefTag()
40
if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::
NFC_NDEF_TECH
)) {
in GetTag()
/foundation/communication/nfc/test/unittest/services/tags_test/
H
A
D
tag_info_test.cpp
114
bool supported = tagInfo_->IsTechSupported(TagTechnology::
NFC_NDEF_TECH
);
in HWTEST_F()
125
tagInfo_->SetConnectedTagTech(TagTechnology::
NFC_NDEF_TECH
);
in HWTEST_F()
126
ASSERT_TRUE(tagInfo_->GetConnectedTagTech() == TagTechnology::
NFC_NDEF_TECH
);
in HWTEST_F()
136
ASSERT_TRUE(!(tagInfo_->GetConnectedTagTech() == TagTechnology::
NFC_NDEF_TECH
));
in HWTEST_F()
274
std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::
NFC_NDEF_TECH
));
in HWTEST_F()
H
A
D
ndef_tag_test.cpp
61
//
NFC_NDEF_TECH
must put at index 0, because defined TEST_NDEF_INDEX = 0;
in SetUp()
62
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_NDEF_TECH
));
in SetUp()
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
nfc_sdk_common.h
147
NFC_NDEF_TECH
= 6,
member in OHOS::NFC::KITS::TagTechnology
H
A
D
taginfo.cpp
77
case static_cast<int>(TagTechnology::
NFC_NDEF_TECH
):
in GetStringTech()
/foundation/communication/nfc/test/fuzztest/tags_test/ndeftag/ndeftag_fuzzer/
H
A
D
ndeftag_fuzzer.cpp
100
//
NFC_NDEF_TECH
must put at index 0, because defined TEST_NDEF_INDEX = 0;
in FuzzGetTagInfo()
101
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_NDEF_TECH
));
in FuzzGetTagInfo()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
tag_host.cpp
79
if (technology == static_cast<int>(KITS::TagTechnology::
NFC_NDEF_TECH
)) {
in Connect()
272
technology = KITS::TagTechnology::
NFC_NDEF_TECH
;
in GetTechList()
/foundation/communication/nfc/services/src/external_deps/
H
A
D
tag_ability_dispatcher.cpp
67
} else if (techList[i] == static_cast<int>(TagTechnology::
NFC_NDEF_TECH
)) {
in SetWantExtraParam()
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag.cpp
310
} else if (intTech == static_cast<int>(TagTechnology::
NFC_NDEF_TECH
)) {
in ParseTechAndExtraFromJsTagInfo()
811
} else if (technology == static_cast<int>(TagTechnology::
NFC_NDEF_TECH
)) {
in BuildTagTechAndExtraData()
946
DECLARE_NAPI_STATIC_PROPERTY("NDEF", GetNapiValue(env, static_cast<int32_t>(TagTechnology::
NFC_NDEF_TECH
))),
in InitJs()
H
A
D
nfc_napi_foreground_dispatch.cpp
221
} else if (technology == static_cast<int>(TagTechnology::
NFC_NDEF_TECH
)) {
in SetTagExtraData()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H
A
D
tagabilitydispatcher_fuzzer.cpp
138
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_NDEF_TECH
));
in FuzzSetWantExtraParam6()
Completed in 9 milliseconds