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:ICeHostListener
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
inci_ce_interface.h
24
class
ICeHostListener
{
class in OHOS::NFC::NCI::INciCeInterface
26
virtual ~
ICeHostListener
() {}
in ~ICeHostListener()
61
virtual void SetCeHostListener(std::weak_ptr<
ICeHostListener
> listener) = 0;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nfcc_nci_adapter.h
43
void SetCeHostListener(std::weak_ptr<INciCeInterface::
ICeHostListener
> listener);
214
std::weak_ptr<INciCeInterface::
ICeHostListener
> cardEmulationListener_;
H
A
D
nci_ce_impl_default.h
27
void SetCeHostListener(std::weak_ptr<
ICeHostListener
> listener) override;
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_ce_proxy.h
30
void SetCeHostListener(std::weak_ptr<
ICeHostListener
> listener) override;
H
A
D
nci_ce_proxy.cpp
30
void NciCeProxy::SetCeHostListener(std::weak_ptr<
ICeHostListener
> listener)
in SetCeHostListener()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nci_ce_impl_default.cpp
24
std::weak_ptr<
ICeHostListener
> listener)
in SetCeHostListener()
H
A
D
nfcc_nci_adapter.cpp
75
void NfccNciAdapter::SetCeHostListener(std::weak_ptr<INciCeInterface::
ICeHostListener
> listener)
in SetCeHostListener()
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H
A
D
nci_ce_proxy_test.cpp
61
std::shared_ptr<NCI::INciCeInterface::
ICeHostListener
> listener = nullptr;
in HWTEST_F()
/foundation/communication/nfc/services/include/
H
A
D
nfc_service.h
42
public NCI::INciCeInterface::
ICeHostListener
,
Completed in 4 milliseconds