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:HceAppAidInfo
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/
H
A
D
app_data_parser.h
54
struct
HceAppAidInfo
{
struct in OHOS::NFC::AppDataParser
62
std::vector<
HceAppAidInfo
> g_hceAppAndAidMap;
63
std::vector<
HceAppAidInfo
> g_offHostAppAndAidMap;
77
void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::
HceAppAidInfo
>& hceApps);
79
void GetHceApps(std::vector<
HceAppAidInfo
> &hceApps);
102
bool IsPaymentApp(const AppDataParser::
HceAppAidInfo
&hceAppInfo);
104
void GetHceAppsFromVendor(std::vector<
HceAppAidInfo
> &hceApps);
H
A
D
app_data_parser.cpp
255
std::vector<
HceAppAidInfo
>::iterator iter;
in GetMatchedHceKeyElement()
348
HceAppAidInfo
hceAppAidInfo;
in UpdateHceAppList()
364
HceAppAidInfo
offHostAppAidInfo;
in UpdateOffHostAppList()
375
std::vector<
HceAppAidInfo
>::iterator iter;
in HaveMatchedOffHostKeyElement()
412
std::vector<
HceAppAidInfo
>::iterator iter;
in RemoveHceAppInfo()
432
std::vector<
HceAppAidInfo
>::iterator iter;
in RemoveOffHostAppInfo()
533
void AppDataParser::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::
HceAppAidInfo
>& hceApps)
in GetHceAppsByAid()
535
for (const
HceAppAidInfo
& appAidInfo : g_hceAppAndAidMap) {
in GetHceAppsByAid()
546
void AppDataParser::GetHceAppsFromVendor(std::vector<
HceAppAidInfo
> &hceApps)
in GetHceAppsFromVendor()
558
std::shared_ptr<
HceAppAidInfo
> appAidInf
in GetHceAppsFromVendor()
[all...]
H
A
D
external_deps_proxy.h
93
void GetHceAppsByAid(const std::string &aid, std::vector<AppDataParser::
HceAppAidInfo
>& hceApps);
94
void GetHceApps(std::vector<AppDataParser::
HceAppAidInfo
> &hceApps);
H
A
D
external_deps_proxy.cpp
214
void ExternalDepsProxy::GetHceAppsByAid(const std::string& aid, std::vector<AppDataParser::
HceAppAidInfo
>& hceApps)
in GetHceAppsByAid()
219
void ExternalDepsProxy::GetHceApps(std::vector<AppDataParser::
HceAppAidInfo
>& hceApps)
in GetHceApps()
/foundation/communication/nfc/services/src/card_emulation/
H
A
D
ce_service.h
93
bool IsPaymentAid(const std::string &aid, const AppDataParser::
HceAppAidInfo
&hceApp);
99
void HandleOtherAidConflicted(const std::vector<AppDataParser::
HceAppAidInfo
> &hceApps);
H
A
D
ce_service.cpp
181
std::vector<AppDataParser::
HceAppAidInfo
> hceApps;
in BuildAidEntries()
184
for (const AppDataParser::
HceAppAidInfo
&appAidInfo : hceApps) {
in BuildAidEntries()
403
std::vector<AppDataParser::
HceAppAidInfo
> hceApps;
in SearchElementByAid()
417
for (const AppDataParser::
HceAppAidInfo
&hceApp : hceApps) {
in SearchElementByAid()
444
void CeService::HandleOtherAidConflicted(const std::vector<AppDataParser::
HceAppAidInfo
> &hceApps)
in HandleOtherAidConflicted()
467
bool CeService::IsPaymentAid(const std::string &aid, const AppDataParser::
HceAppAidInfo
&hceApp)
in IsPaymentAid()
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
app_data_parser_test.cpp
115
std::vector<AppDataParser::
HceAppAidInfo
> hceApps;
in HWTEST_F()
H
A
D
external_deps_proxy_test.cpp
396
std::vector<AppDataParser::
HceAppAidInfo
> hceApps;
in HWTEST_F()
411
std::vector<AppDataParser::
HceAppAidInfo
> hceApps;
in HWTEST_F()
Completed in 6 milliseconds