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:nfcControllerImpl
(Results
1 - 2
of
2
) sorted by relevance
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
nfc_controller_impl_test.cpp
62
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
in HWTEST_F()
local
63
int getState =
nfcControllerImpl
->GetState();
in HWTEST_F()
75
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
in HWTEST_F()
local
76
int turnOn =
nfcControllerImpl
->TurnOn();
in HWTEST_F()
88
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
in HWTEST_F()
local
89
int turnOff =
nfcControllerImpl
->TurnOff();
in HWTEST_F()
102
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
in HWTEST_F()
local
103
int isNfcOpen =
nfcControllerImpl
->IsNfcOpen(isOpen);
in HWTEST_F()
118
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
in HWTEST_F()
local
119
KITS::ErrorCode error =
nfcControllerImpl
in HWTEST_F()
133
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
148
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
162
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
176
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
189
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
202
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
216
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
230
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
244
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
257
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
270
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
285
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
300
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(nfcService);
HWTEST_F()
local
[all...]
/foundation/communication/nfc/test/fuzztest/services_test/nfccontrollerimpl_test/nfccontrollerimpl/nfccontrollerimpl_fuzzer/
H
A
D
nfccontrollerimpl_fuzzer.cpp
41
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
in FuzzGetState()
local
42
nfcControllerImpl
->GetState();
in FuzzGetState()
49
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
in FuzzUnRegisterAllCallBack()
local
50
nfcControllerImpl
->UnRegisterAllCallBack(callerToken);
in FuzzUnRegisterAllCallBack()
57
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
in FuzzUnRegisterAllCallBack1()
local
58
nfcControllerImpl
->UnRegisterAllCallBack(callerToken);
in FuzzUnRegisterAllCallBack1()
65
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
in FuzzRegNdefMsgCallback()
local
66
nfcControllerImpl
->RegNdefMsgCallback(callback);
in FuzzRegNdefMsgCallback()
73
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
in FuzzRegQueryApplicationCb()
local
74
nfcControllerImpl
in FuzzRegQueryApplicationCb()
81
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
FuzzRegCardEmulationNotifyCb()
local
88
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
FuzzGetHceServiceIface()
local
97
std::shared_ptr<NfcControllerImpl>
nfcControllerImpl
= std::make_shared<NfcControllerImpl>(service);
FuzzDump()
local
[all...]
Completed in 3 milliseconds