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:hceCallback
(Results
1 - 6
of
6
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
query_app_info_callback_stub.cpp
104
KITS::ErrorCode QueryAppInfoCallbackStub::RegisterQueryHceAppCallback(const QueryHceAppByVendor
hceCallback
)
in RegisterQueryHceAppCallback()
argument
111
if (
hceCallback
== nullptr) {
in RegisterQueryHceAppCallback()
113
queryHceAppCallback_ =
hceCallback
;
in RegisterQueryHceAppCallback()
116
queryHceAppCallback_ =
hceCallback
;
in RegisterQueryHceAppCallback()
H
A
D
query_app_info_callback_stub.h
33
KITS::ErrorCode RegisterQueryHceAppCallback(const QueryHceAppByVendor
hceCallback
);
H
A
D
nfc_controller.cpp
218
QueryApplicationByVendor tagCallback, QueryHceAppByVendor
hceCallback
)
in RegQueryApplicationCb()
229
g_queryAppInfoCallbackStub->RegisterQueryHceAppCallback(
hceCallback
);
in RegQueryApplicationCb()
217
RegQueryApplicationCb(const std::string& type, QueryApplicationByVendor tagCallback, QueryHceAppByVendor
hceCallback
)
RegQueryApplicationCb()
argument
H
A
D
nfc_controller.h
103
QueryApplicationByVendor tagCallback, QueryHceAppByVendor
hceCallback
);
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
query_app_info_callback_stub_test.cpp
90
QueryHceAppByVendor
hceCallback
= nullptr;
in HWTEST_F()
local
92
KITS::ErrorCode ret = queryAppInfoCallbackStub->RegisterQueryHceAppCallback(
hceCallback
);
in HWTEST_F()
H
A
D
nfc_controller_test.cpp
265
QueryHceAppByVendor
hceCallback
= nullptr;
in HWTEST_F()
local
267
ErrorCode errorCode = ctrl.RegQueryApplicationCb(type, tagCallback,
hceCallback
);
in HWTEST_F()
Completed in 3 milliseconds