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:NciNativeSelector
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_native_selector.cpp
24
NciNativeSelector
::
NciNativeSelector
()
in NciNativeSelector()
function in OHOS::NFC::NCI::NciNativeSelector
29
void
NciNativeSelector
::InitNativeInterface()
in InitNativeInterface()
34
std::shared_ptr<INciNativeInterface>
NciNativeSelector
::GetNciNativeInterface()
in GetNciNativeInterface()
43
NciNativeSelector
&
NciNativeSelector
::GetInstance()
in GetInstance()
45
static
NciNativeSelector
instance;
in GetInstance()
49
std::shared_ptr<INciCeInterface>
NciNativeSelector
::GetNciCeInterface()
in GetNciCeInterface()
57
std::shared_ptr<INciNfccInterface>
NciNativeSelector
::GetNciNfccInterface()
in GetNciNfccInterface()
65
std::shared_ptr<INciTagInterface>
NciNativeSelector
[all...]
H
A
D
nci_native_selector.h
26
class
NciNativeSelector
{
class
28
static
NciNativeSelector
&GetInstance();
84
NciNativeSelector
();
85
NciNativeSelector
(const
NciNativeSelector
&) = delete;
86
NciNativeSelector
&operator=(
NciNativeSelector
&) = delete;
H
A
D
nci_ce_proxy.cpp
23
nciCeInterface_ =
NciNativeSelector
::GetInstance().GetNciCeInterface();
in NciCeProxy()
H
A
D
nci_nfcc_proxy.cpp
23
nfccInterface_ =
NciNativeSelector
::GetInstance().GetNciNfccInterface();
in NciNfccProxy()
H
A
D
nci_tag_proxy.cpp
23
nciTagInterface_ =
NciNativeSelector
::GetInstance().GetNciTagInterface();
in NciTagProxy()
/foundation/communication/nfc/test/unittest/services/services_test/
H
A
D
nfc_event_handler_test.cpp
180
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
203
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
225
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
247
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
269
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
291
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
314
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
336
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
359
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
::GetInstance().GetNciCeInterface();
in HWTEST_F()
382
std::shared_ptr<NCI::INciCeInterface> nciCeProxy = NCI::
NciNativeSelector
in HWTEST_F()
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/hostcardemulationmanager_test/hostcardemulationmanager/hostcardemulationmanager_fuzzer/
H
A
D
hostcardemulationmanager_fuzzer.cpp
90
std::shared_ptr<NCI::INciCeInterface> nciCeProxy =
NciNativeSelector
::GetInstance().GetNciCeInterface();
in FuzzOnHostCardEmulationDataNfcA2()
244
std::shared_ptr<NCI::INciCeInterface> nciCeProxy =
NciNativeSelector
::GetInstance().GetNciCeInterface();
in FuzzHandleCommitRouting()
257
std::shared_ptr<NCI::INciCeInterface> nciCeProxy =
NciNativeSelector
::GetInstance().GetNciCeInterface();
in FuzzComputeRoutingParams()
270
std::shared_ptr<NCI::INciCeInterface> nciCeProxy =
NciNativeSelector
::GetInstance().GetNciCeInterface();
in FuzzHandleComputeRoutingParams()
Completed in 6 milliseconds