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:SetCeHostListener
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_ce_proxy.cpp
30
void NciCeProxy::
SetCeHostListener
(std::weak_ptr<ICeHostListener> listener)
in SetCeHostListener()
function in OHOS::NFC::NCI::NciCeProxy
33
return nciCeInterface_->
SetCeHostListener
(listener);
in SetCeHostListener()
H
A
D
nci_ce_proxy.h
30
void
SetCeHostListener
(std::weak_ptr<ICeHostListener> listener) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nci_ce_impl_default.cpp
23
void NciCeImplDefault::
SetCeHostListener
(
in SetCeHostListener()
function in OHOS::NFC::NCI::NciCeImplDefault
26
NfccNciAdapter::GetInstance().
SetCeHostListener
(listener);
in SetCeHostListener()
H
A
D
nfcc_nci_adapter.cpp
75
void NfccNciAdapter::
SetCeHostListener
(std::weak_ptr<INciCeInterface::ICeHostListener> listener)
in SetCeHostListener()
function in OHOS::NFC::NCI::NfccNciAdapter
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nci_ce_impl_default.h
27
void
SetCeHostListener
(std::weak_ptr<ICeHostListener> listener) override;
H
A
D
nfcc_nci_adapter.h
43
void
SetCeHostListener
(std::weak_ptr<INciCeInterface::ICeHostListener> listener);
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
inci_ce_interface.h
61
virtual void
SetCeHostListener
(std::weak_ptr<ICeHostListener> listener) = 0;
/foundation/communication/nfc/test/unittest/services/nci_ce_proxy_test/
H
A
D
nci_ce_proxy_test.cpp
56
* @tc.desc: Test NciCeProxyTest
SetCeHostListener
.
63
nciCeProxy->
SetCeHostListener
(listener);
in HWTEST_F()
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
101
nciCeProxy_->
SetCeHostListener
(nfcService_);
in Initialize()
Completed in 5 milliseconds