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
defs:techList
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/nfc/services/src/ipc/controller/
H
A
D
query_app_info_callback_proxy.cpp
27
bool QueryAppInfoCallbackProxy::OnQueryAppInfo(std::string type, std::vector<int>
techList
,
in OnQueryAppInfo()
argument
/foundation/communication/nfc/services/src/external_deps/
H
A
D
tag_ability_dispatcher.cpp
46
std::vector<int>
techList
= tagInfo->GetTagTechList();
in SetWantExtraParam()
local
94
std::vector<int>
techList
in DispatchTagAbility()
local
[all...]
H
A
D
nfc_hisysevent.cpp
54
void NfcHisysEvent::WriteTagFoundHiSysEvent(const std::vector<int>&
techList
)
in WriteTagFoundHiSysEvent()
argument
H
A
D
external_deps_proxy.cpp
156
void ExternalDepsProxy::WriteTagFoundHiSysEvent(const std::vector<int>&
techList
)
in WriteTagFoundHiSysEvent()
argument
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
query_app_info_callback_stub.cpp
36
bool QueryAppInfoCallbackStub::OnQueryAppInfo(std::string type, std::vector<int>
techList
,
in OnQueryAppInfo()
argument
126
std::vector<int>
techList
;
in RemoteQueryAppInfo()
local
/foundation/communication/nfc/services/src/tag/
H
A
D
tag_dispatcher.cpp
218
std::vector<int>
techList
= nciTagProxy_.lock()->GetTechList(tagDiscId);
in GetTagInfoFromTag()
local
230
std::vector<int>
techList
= nciTagProxy_.lock()->GetTechList(tagDiscId);
in GetTagInfoParcelableFromTag()
local
252
std::vector<int>
techList
= nciTagProxy_.lock()->GetTechList(tagDiscId);
in DispatchTag()
local
/foundation/communication/nfc/test/unittest/services/tags_test/
H
A
D
tag_info_test.cpp
156
std::vector<int>
techList
= tagInfo_->GetTagTechList();
in HWTEST_F()
local
/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H
A
D
tag_host_test.cpp
68
std::vector<int>
techList
= tag_->GetTechList();
in HWTEST_F()
local
/foundation/communication/nfc/services/src/ipc/tags/
H
A
D
tag_session_stub.cpp
197
std::vector<int>
techList
= GetTechList(tagRfDiscId);
in HandleGetTechList()
local
H
A
D
tag_session.cpp
202
std::vector<int>
techList
;
in GetTechList()
local
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
external_deps_proxy_test.cpp
272
std::vector<int>
techList
;
in HWTEST_F()
local
/foundation/communication/nfc/frameworks/js/napi/tag/
H
A
D
nfc_napi_tag_sesstion.cpp
55
std::vector<int>
techList
= tagInfo.lock()->GetTagTechList();
in GetTagInfo()
local
H
A
D
nfc_napi_foreground_dispatch.cpp
253
std::vector<int>
techList
= tagInfo.GetTechList();
in CreateResult()
local
Completed in 10 milliseconds