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_V_TECH
(Results
1 - 12
of
12
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/tags/
H
A
D
iso15693_tag.cpp
22
Iso15693Tag::Iso15693Tag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::
NFC_V_TECH
)
in Iso15693Tag()
24
AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::
NFC_V_TECH
);
in Iso15693Tag()
41
if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::
NFC_V_TECH
)) {
in GetTag()
/foundation/communication/nfc/test/unittest/services/tags_test/
H
A
D
iso15693_tag_test.cpp
64
//
NFC_V_TECH
must put at index 0, because defined TEST_ISO15693_INDEX = 0;
in SetUp()
65
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_V_TECH
));
in SetUp()
223
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_V_TECH
));
in HWTEST_F()
H
A
D
tag_info_test.cpp
234
std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::
NFC_V_TECH
));
in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
tag_native_impl.cpp
115
case static_cast<int32_t>(KITS::TagTechnology::
NFC_V_TECH
):
in GetTechMaskFromTechList()
H
A
D
tag_host.cpp
269
technology = KITS::TagTechnology::
NFC_V_TECH
;
in GetTechList()
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
nfc_sdk_common.h
146
NFC_V_TECH
= 5, // ISO15693
member in OHOS::NFC::KITS::TagTechnology
H
A
D
taginfo.cpp
69
case static_cast<int>(TagTechnology::
NFC_V_TECH
):
in GetStringTech()
/foundation/communication/nfc/test/fuzztest/tags_test/iso15693tag/iso15693tag_fuzzer/
H
A
D
iso15693tag_fuzzer.cpp
39
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_V_TECH
));
in GetTagInfo()
/foundation/communication/nfc/services/src/external_deps/
H
A
D
tag_ability_dispatcher.cpp
58
} else if (techList[i] == static_cast<int>(TagTechnology::
NFC_V_TECH
)) {
in SetWantExtraParam()
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag.cpp
283
} else if (intTech == static_cast<int>(TagTechnology::
NFC_V_TECH
)) {
in ParseTechAndExtraFromJsTagInfo()
789
} else if (technology == static_cast<int>(TagTechnology::
NFC_V_TECH
)) {
in BuildTagTechAndExtraData()
945
DECLARE_NAPI_STATIC_PROPERTY("NFC_V", GetNapiValue(env, static_cast<int32_t>(TagTechnology::
NFC_V_TECH
))),
in InitJs()
H
A
D
nfc_napi_foreground_dispatch.cpp
202
} else if (technology == static_cast<int>(TagTechnology::
NFC_V_TECH
)) {
in SetTagExtraData()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H
A
D
tagabilitydispatcher_fuzzer.cpp
90
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_V_TECH
));
in FuzzSetWantExtraParam3()
Completed in 9 milliseconds