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:RegListener
(Results
1 - 14
of
14
) sorted by relevance
/foundation/communication/connected_nfc_tag/interfaces/inner_api/src/
H
A
D
nfc_tag_impl.cpp
70
ErrCode NfcTagImpl::
RegListener
(const sptr<INfcTagCallback> &callback)
in RegListener()
function in OHOS::NFC::NfcTagImpl
72
return tagSessionProxy_->
RegListener
(callback);
in RegListener()
H
A
D
nfc_tag_session_proxy.cpp
145
ErrCode NfcTagSessionProxy::
RegListener
(const sptr<INfcTagCallback> &callback)
in RegListener()
function in OHOS::NFC::NfcTagSessionProxy
/foundation/communication/connected_nfc_tag/interfaces/inner_api/include/
H
A
D
nfc_tag_session_proxy.h
37
ErrCode
RegListener
(const sptr<INfcTagCallback> &callback) override;
H
A
D
nfc_tag_impl.h
40
ErrCode
RegListener
(const sptr<INfcTagCallback> &callback) override;
H
A
D
infc_tag_session.h
32
virtual ErrCode
RegListener
(const sptr<INfcTagCallback> &callback) = 0;
H
A
D
infc_tag.h
36
virtual ErrCode
RegListener
(const sptr<INfcTagCallback> &callback) = 0;
/foundation/communication/connected_nfc_tag/services/include/
H
A
D
nfc_tag_service_impl.h
49
ErrCode
RegListener
(const sptr<INfcTagCallback> &callback) override;
/foundation/communication/nfc/test/fuzztest/controller_test/nfccontroller/nfccontroller_fuzzer/
H
A
D
nfccontroller_fuzzer.cpp
59
ctrl.
RegListener
(iNfcControllerCallbackImpl, type);
in FuzzRegListener()
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
nfc_controller.h
80
ErrorCode
RegListener
(const sptr<INfcControllerCallback> &callback, const std::string& type);
H
A
D
nfc_controller.cpp
163
ErrorCode NfcController::
RegListener
(const sptr<INfcControllerCallback> &callback,
in RegListener()
function in OHOS::NFC::KITS::NfcController
166
InfoLog("NfcController::
RegListener
");
in RegListener()
/foundation/communication/connected_nfc_tag/services/src/
H
A
D
nfc_tag_service_impl.cpp
127
ErrCode NfcTagServiceImpl::
RegListener
(const sptr<INfcTagCallback> &callback)
in RegListener()
function in OHOS::NFC::NfcTagServiceImpl
130
HILOGE("NfcTagServiceImpl:
RegListener
() IsGranted failed!");
in RegListener()
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
nfc_controller_test.cpp
158
* @tc.desc: Test NfcController
RegListener
.
166
ErrorCode errorCode = ctrl.
RegListener
(g_nfcControllerCallbackStub, TEST_NFC_STATE_CHANGE);
in HWTEST_F()
/foundation/communication/connected_nfc_tag/frameworks/js/napi/
H
A
D
nfc_napi_event.cpp
223
ErrCode ret = nfcTagImpl.
RegListener
(nfcListenerEvent);
in RegisterNfcEvents()
/foundation/communication/nfc/frameworks/js/napi/controller/
H
A
D
nfc_napi_controller_event.cpp
243
ErrorCode ret = nfcCtrl.
RegListener
(nfcStateListenerEvent, type);
in RegisterNfcStateChangedEvents()
Completed in 5 milliseconds