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_B_TECH
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/tags/
H
A
D
nfcb_tag.cpp
22
NfcBTag::NfcBTag(std::weak_ptr<TagInfo> tag) : BasicTagSession(tag, KITS::TagTechnology::
NFC_B_TECH
)
in NfcBTag()
24
AppExecFwk::PacMap extraData = tag.lock()->GetTechExtrasByTech(KITS::TagTechnology::
NFC_B_TECH
);
in NfcBTag()
38
if (tag.expired() || !tag.lock()->IsTechSupported(KITS::TagTechnology::
NFC_B_TECH
)) {
in GetTag()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
tag_native_impl.cpp
109
case static_cast<int32_t>(KITS::TagTechnology::
NFC_B_TECH
):
in GetTechMaskFromTechList()
H
A
D
tag_host.cpp
260
technology = KITS::TagTechnology::
NFC_B_TECH
;
in GetTechList()
/foundation/communication/nfc/test/fuzztest/tags_test/isodeptag/isodeptag_fuzzer/
H
A
D
isodeptag_fuzzer.cpp
41
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_B_TECH
));
in FuzzGetTagInfo()
/foundation/communication/nfc/test/unittest/services/tags_test/
H
A
D
isodep_tag_test.cpp
62
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_B_TECH
));
in SetUp()
H
A
D
nfcb_tag_test.cpp
60
//
NFC_B_TECH
must put at index 0, because defined TEST_NFCB_INDEX = 0;
in SetUp()
61
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_B_TECH
));
in SetUp()
H
A
D
tag_info_test.cpp
214
std::string stringTech = tagInfo_->GetStringTech(static_cast<int>(TagTechnology::
NFC_B_TECH
));
in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
nfc_sdk_common.h
143
NFC_B_TECH
= 2,
member in OHOS::NFC::KITS::TagTechnology
H
A
D
taginfo.cpp
65
case static_cast<int>(TagTechnology::
NFC_B_TECH
):
in GetStringTech()
/foundation/communication/nfc/services/src/external_deps/
H
A
D
tag_ability_dispatcher.cpp
52
} else if (techList[i] == static_cast<int>(TagTechnology::
NFC_B_TECH
)) {
in SetWantExtraParam()
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag.cpp
261
} else if (intTech == static_cast<int>(TagTechnology::
NFC_B_TECH
)) {
in ParseTechAndExtraFromJsTagInfo()
771
} else if (technology == static_cast<int>(TagTechnology::
NFC_B_TECH
)) {
in BuildTagTechAndExtraData()
941
DECLARE_NAPI_STATIC_PROPERTY("NFC_B", GetNapiValue(env, static_cast<int32_t>(TagTechnology::
NFC_B_TECH
))),
in InitJs()
H
A
D
nfc_napi_foreground_dispatch.cpp
184
} else if (technology == static_cast<int>(TagTechnology::
NFC_B_TECH
)) {
in SetTagExtraData()
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H
A
D
tagabilitydispatcher_fuzzer.cpp
58
tagTechList.push_back(static_cast<int>(TagTechnology::
NFC_B_TECH
));
in FuzzSetWantExtraParam1()
Completed in 9 milliseconds