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:NciNfccProxy
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_nfcc_proxy.cpp
21
NciNfccProxy
::
NciNfccProxy
()
in NciNfccProxy()
function in OHOS::NFC::NCI::NciNfccProxy
30
bool
NciNfccProxy
::Initialize()
in Initialize()
42
bool
NciNfccProxy
::Deinitialize()
in Deinitialize()
57
void
NciNfccProxy
::EnableDiscovery(uint16_t techMask, bool enableReaderMode, bool enableHostRouting, bool restart)
in EnableDiscovery()
67
void
NciNfccProxy
::DisableDiscovery()
in DisableDiscovery()
79
bool
NciNfccProxy
::SetScreenStatus(uint8_t screenStateMask)
in SetScreenStatus()
91
int
NciNfccProxy
::GetNciVersion()
in GetNciVersion()
102
void
NciNfccProxy
::Abort()
in Abort()
112
void
NciNfccProxy
[all...]
H
A
D
nci_nfcc_proxy.h
22
class
NciNfccProxy
final : public INciNfccInterface {
24
NciNfccProxy
();
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H
A
D
nci_nfcc_proxy_test.cpp
60
std::shared_ptr<
NciNfccProxy
> nciNfccProxy = std::make_shared<
NciNfccProxy
>();
in HWTEST_F()
76
std::shared_ptr<
NciNfccProxy
> nciNfccProxy = std::make_shared<
NciNfccProxy
>();
in HWTEST_F()
89
std::shared_ptr<
NciNfccProxy
> nciNfccProxy = std::make_shared<
NciNfccProxy
>();
in HWTEST_F()
103
std::shared_ptr<
NciNfccProxy
> nciNfccProxy = std::make_shared<
NciNfccProxy
>();
in HWTEST_F()
115
std::shared_ptr<
NciNfccProxy
> nciNfccProxy = std::make_shared<
NciNfccProxy
>();
in HWTEST_F()
[all...]
/foundation/communication/nfc/services/src/
H
A
D
nfc_service.cpp
97
nciNfccProxy_ = std::make_shared<NFC::NCI::
NciNfccProxy
>();
in Initialize()
Completed in 3 milliseconds