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:NfcSaClient
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
nfc_sa_client.cpp
28
NfcSaClient
&
NfcSaClient
::GetInstance()
in GetInstance()
30
DebugLog("
NfcSaClient
::%{public}s enter", __func__);
in GetInstance()
31
static
NfcSaClient
nfcSaClient;
in GetInstance()
35
bool
NfcSaClient
::CheckNfcSystemAbility()
in CheckNfcSystemAbility()
47
sptr<IRemoteObject>
NfcSaClient
::LoadNfcSa(int32_t systemAbilityId)
in LoadNfcSa()
49
InfoLog("
NfcSaClient
::%{public}s enter, systemAbilityId [%{public}d] loading", __func__, systemAbilityId);
in LoadNfcSa()
54
ErrorLog("
NfcSaClient
::%{public}s get system ability manager failed!", __func__);
in LoadNfcSa()
59
InfoLog("
NfcSaClient
::%{public}s CheckSystemAbility systemAbilityId [%{public}d] SUCCESS",
in LoadNfcSa()
68
ErrorLog("
NfcSaClient
in LoadNfcSa()
[all...]
H
A
D
nfc_sa_client.h
31
class
NfcSaClient
: public SystemAbilityLoadCallbackStub {
class
33
NfcSaClient
() = default;
34
~
NfcSaClient
() = default;
37
static
NfcSaClient
&GetInstance();
H
A
D
nfc_controller.cpp
64
remote_ =
NfcSaClient
::GetInstance().LoadNfcSa(NFC_MANAGER_SYS_ABILITY_ID);
in InitNfcRemoteSA()
135
if (!
NfcSaClient
::GetInstance().CheckNfcSystemAbility()) {
in GetNfcState()
167
if (!
NfcSaClient
::GetInstance().CheckNfcSystemAbility()) {
in RegListener()
183
if (!
NfcSaClient
::GetInstance().CheckNfcSystemAbility()) {
in UnregListener()
Completed in 1 milliseconds