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:NciCeProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_ce_proxy.cpp
21
NciCeProxy
::
NciCeProxy
()
in NciCeProxy()
function in OHOS::NFC::NCI::NciCeProxy
30
void
NciCeProxy
::SetCeHostListener(std::weak_ptr<ICeHostListener> listener)
in SetCeHostListener()
42
bool
NciCeProxy
::ComputeRoutingParams(int defaultPaymentType)
in ComputeRoutingParams()
54
bool
NciCeProxy
::CommitRouting()
in CommitRouting()
67
bool
NciCeProxy
::SendRawFrame(std::string &hexCmdData)
in SendRawFrame()
75
bool
NciCeProxy
::AddAidRouting(const std::string &aidStr, int route, int aidInfo,
in AddAidRouting()
84
bool
NciCeProxy
::ClearAidTable()
in ClearAidTable()
91
std::string
NciCeProxy
::GetSimVendorBundleName()
in GetSimVendorBundleName()
99
void
NciCeProxy
[all...]
H
A
D
nci_ce_proxy.h
22
class
NciCeProxy
final : public INciCeInterface {
24
NciCeProxy
();
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H
A
D
nci_ce_proxy_test.cpp
62
std::shared_ptr<
NciCeProxy
> nciCeProxy = std::make_shared<
NciCeProxy
>();
in HWTEST_F()
75
std::shared_ptr<
NciCeProxy
> nciCeProxy = std::make_shared<
NciCeProxy
>();
in HWTEST_F()
87
std::shared_ptr<
NciCeProxy
> nciCeProxy = std::make_shared<
NciCeProxy
>();
in HWTEST_F()
100
std::shared_ptr<
NciCeProxy
> nciCeProxy = std::make_shared<
NciCeProxy
>();
in HWTEST_F()
116
std::shared_ptr<
NciCeProxy
> nciCeProxy = std::make_shared<
NciCeProxy
>();
in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
99
nciCeProxy_ = std::make_shared<NFC::NCI::
NciCeProxy
>();
in Initialize()
Completed in 3 milliseconds