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:isNfcOpen
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/tags/
H
A
D
tag_foreground.cpp
61
bool
isNfcOpen
= false;
in RegForeground()
local
62
NfcController::GetInstance().IsNfcOpen(
isNfcOpen
);
in RegForeground()
63
if (!
isNfcOpen
) {
in RegForeground()
78
bool
isNfcOpen
= false;
in UnregForeground()
local
79
NfcController::GetInstance().IsNfcOpen(
isNfcOpen
);
in UnregForeground()
80
if (!
isNfcOpen
) {
in UnregForeground()
97
bool
isNfcOpen
= false;
in RegReaderMode()
local
98
NfcController::GetInstance().IsNfcOpen(
isNfcOpen
);
in RegReaderMode()
99
if (!
isNfcOpen
) {
in RegReaderMode()
114
bool
isNfcOpen
in UnregReaderMode()
local
[all...]
H
A
D
basic_tag_session.cpp
31
bool
isNfcOpen
= false;
in GetTagSessionProxy()
local
32
NfcController::GetInstance().IsNfcOpen(
isNfcOpen
);
in GetTagSessionProxy()
33
if (!
isNfcOpen
) {
in GetTagSessionProxy()
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
nfc_controller_impl_test.cpp
103
int
isNfcOpen
= nfcControllerImpl->IsNfcOpen(isOpen);
in HWTEST_F()
local
104
ASSERT_TRUE(
isNfcOpen
== KITS::ERR_NFC_PARAMETERS);
in HWTEST_F()
Completed in 3 milliseconds