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:GetHceApps
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
app_data_parser_test.cpp
110
* @tc.desc: Test AppDataParserTest
GetHceApps
.
117
appDataParser.
GetHceApps
(hceApps);
in HWTEST_F()
H
A
D
external_deps_proxy_test.cpp
406
* @tc.desc: Test ExternalDepsProxyTest
GetHceApps
.
413
externalDepsProxy->
GetHceApps
(hceApps);
in HWTEST_F()
/foundation/communication/nfc/services/src/external_deps/
H
A
D
app_data_parser.h
79
void
GetHceApps
(std::vector<HceAppAidInfo> &hceApps);
H
A
D
external_deps_proxy.h
94
void
GetHceApps
(std::vector<AppDataParser::HceAppAidInfo> &hceApps);
H
A
D
external_deps_proxy.cpp
219
void ExternalDepsProxy::
GetHceApps
(std::vector<AppDataParser::HceAppAidInfo>& hceApps)
in GetHceApps()
function in OHOS::NFC::ExternalDepsProxy
221
AppDataParser::GetInstance().
GetHceApps
(hceApps);
in GetHceApps()
H
A
D
app_data_parser.cpp
549
WarnLog("AppDataParser::
GetHceApps
queryApplicationByVendor_ is nullptr.");
in GetHceAppsFromVendor()
657
void AppDataParser::
GetHceApps
(std::vector<HceAppAidInfo> &hceApps)
in GetHceApps()
function in OHOS::NFC::AppDataParser
/foundation/communication/nfc/services/src/card_emulation/
H
A
D
ce_service.cpp
182
ExternalDepsProxy::GetInstance().
GetHceApps
(hceApps);
in BuildAidEntries()
Completed in 5 milliseconds