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:GetNciCeInterface
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_native_selector.cpp
49
std::shared_ptr<INciCeInterface> NciNativeSelector::
GetNciCeInterface
()
in GetNciCeInterface()
function in OHOS::NFC::NCI::NciNativeSelector
52
return nativeInterface_->
GetNciCeInterface
();
in GetNciCeInterface()
H
A
D
nci_ce_proxy.cpp
23
nciCeInterface_ = NciNativeSelector::GetInstance().
GetNciCeInterface
();
in NciCeProxy()
H
A
D
nci_native_selector.h
34
std::shared_ptr<INciCeInterface>
GetNciCeInterface
();
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nci_native_adapter_default.h
26
std::shared_ptr<INciCeInterface>
GetNciCeInterface
() override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nci_native_adapter_default.cpp
26
std::shared_ptr<INciCeInterface> NciNativeAdapterDefault::
GetNciCeInterface
()
in GetNciCeInterface()
function in OHOS::NFC::NCI::NciNativeAdapterDefault
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
inci_native_interface.h
35
virtual std::shared_ptr<INciCeInterface>
GetNciCeInterface
() = 0;
/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::GetInstance().
GetNciCeInterface
();
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 5 milliseconds