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:RegNdefMsgCb
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
infc_controller_service.h
62
virtual KITS::ErrorCode
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback) = 0;
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
nfc_controller_proxy.h
46
KITS::ErrorCode
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback) override;
H
A
D
nfc_controller.cpp
205
ErrorCode NfcController::
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
function in OHOS::NFC::KITS::NfcController
207
DebugLog("NfcController::
RegNdefMsgCb
");
in RegNdefMsgCb()
210
ErrorLog("NfcController::
RegNdefMsgCb
nfcControllerService_ expired");
in RegNdefMsgCb()
213
return nfcControllerService_.lock()->
RegNdefMsgCb
(callback);
in RegNdefMsgCb()
H
A
D
nfc_controller.h
99
ErrorCode
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback);
H
A
D
nfc_controller_proxy.cpp
183
KITS::ErrorCode NfcControllerProxy::
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
function in OHOS::NFC::NfcControllerProxy
189
ErrorLog("NfcControllerProxy::
RegNdefMsgCb
:g_ndefMsgCallbackStub is nullptr");
in RegNdefMsgCb()
194
ErrorLog("NfcControllerProxy::
RegNdefMsgCb
Write interface token error");
in RegNdefMsgCb()
198
ErrorLog("NfcControllerProxy::
RegNdefMsgCb
WriteRemoteObject failed!");
in RegNdefMsgCb()
206
ErrorLog("NfcControllerProxy::
RegNdefMsgCb
failed, error code is %{public}d", error);
in RegNdefMsgCb()
/foundation/communication/nfc/services/include/
H
A
D
tag_dispatcher.h
43
void
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback);
H
A
D
nfc_service.h
94
bool
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback);
/foundation/communication/nfc/services/src/ipc/controller/
H
A
D
nfc_controller_stub.h
69
KITS::ErrorCode
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback) override;
H
A
D
nfc_controller_impl.cpp
117
if (nfcService_.lock()->
RegNdefMsgCb
(callback)) {
in RegNdefMsgCallback()
H
A
D
nfc_controller_stub.cpp
330
KITS::ErrorCode NfcControllerStub::
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
function in OHOS::NFC::NfcControllerStub
333
ErrorLog("
RegNdefMsgCb
no permission");
in RegNdefMsgCb()
336
InfoLog("NfcControllerStub::
RegNdefMsgCb
");
in RegNdefMsgCb()
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
515
bool NfcService::
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
function in OHOS::NFC::NfcService
517
DebugLog("NfcService::
RegNdefMsgCb
");
in RegNdefMsgCb()
518
tagDispatcher_->
RegNdefMsgCb
(callback);
in RegNdefMsgCb()
/foundation/communication/nfc/services/src/tag/
H
A
D
tag_dispatcher.cpp
66
void TagDispatcher::
RegNdefMsgCb
(const sptr<INdefMsgCallback> &callback)
in RegNdefMsgCb()
function in OHOS::NFC::TAG::TagDispatcher
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
nfc_controller_test.cpp
245
* @tc.desc: Test NfcController
RegNdefMsgCb
.
252
ErrorCode errorCode = ctrl.
RegNdefMsgCb
(callback);
in HWTEST_F()
Completed in 11 milliseconds