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:GetNfcState
(Results
1 - 20
of
20
) sorted by relevance
/foundation/communication/nfc/test/unittest/services/controller_test/
H
A
D
nfc_preferences_test.cpp
77
int getNfcState = nfcPreferences->
GetNfcState
();
in HWTEST_F()
83
* @tc.desc: Test NfcPreferencesTest
GetNfcState
.
89
int getNfcState = nfcPreferences->
GetNfcState
();
in HWTEST_F()
H
A
D
nfc_controller_test.cpp
71
* @tc.desc: Test NfcController
GetNfcState
.
77
int state = ctrl.
GetNfcState
();
in HWTEST_F()
96
int state = ctrl.
GetNfcState
();
in HWTEST_F()
112
int state = ctrl.
GetNfcState
();
in HWTEST_F()
/foundation/communication/nfc/frameworks/js/napi/controller/
H
A
D
nfc_napi_controller_adapter.cpp
60
napi_value
GetNfcState
(napi_env env, napi_callback_info info)
in GetNfcState()
function
64
napi_create_int32(env, nfcCtrl.
GetNfcState
(), &result);
in GetNfcState()
H
A
D
nfc_napi_controller_adapter.h
32
napi_value
GetNfcState
(napi_env env, napi_callback_info info);
H
A
D
nfc_napi_controller.cpp
70
DECLARE_NAPI_FUNCTION("getNfcState",
GetNfcState
),
in InitJs()
/foundation/communication/nfc/test/fuzztest/services_test/tags_test/tagsessionstub/tagsessionstub_fuzzer/
H
A
D
nfc_service_fuzz.cpp
27
int NfcServiceFuzz::
GetNfcState
()
in GetNfcState()
function in OHOS::NFC::NfcServiceFuzz
H
A
D
nfc_service_fuzz.h
27
int
GetNfcState
() override;
/foundation/communication/nfc/services/src/external_deps/
H
A
D
nfc_preferences.h
37
int
GetNfcState
();
H
A
D
nfc_preferences.cpp
125
int NfcPreferences::
GetNfcState
()
in GetNfcState()
function in OHOS::NFC::NfcPreferences
/foundation/communication/nfc/test/unittest/services/services_tags_test/
H
A
D
nfc_service_tdd.cpp
27
int NfcServiceImpl::
GetNfcState
()
in GetNfcState()
function in OHOS::NFC::NfcServiceImpl
H
A
D
nfc_service_tdd.h
26
int
GetNfcState
() override;
/foundation/communication/nfc/services/src/ipc/controller/
H
A
D
nfc_controller_impl.cpp
40
return nfcService_.lock()->
GetNfcState
();
in GetState()
176
.append(std::to_string(nfcService_.lock()->
GetNfcState
()))
in GetDumpInfo()
/foundation/communication/nfc/interfaces/inner_api/controller/
H
A
D
nfc_controller.cpp
132
int NfcController::
GetNfcState
()
in GetNfcState()
function in OHOS::NFC::KITS::NfcController
158
isOpen = (
GetNfcState
() == NfcState::STATE_ON);
in IsNfcOpen()
H
A
D
nfc_controller.h
61
int
GetNfcState
();
/foundation/communication/nfc/services/include/
H
A
D
infc_service.h
111
virtual int
GetNfcState
() = 0;
H
A
D
nfc_service.h
66
int
GetNfcState
() override;
/foundation/communication/nfc/services/src/
H
A
D
nfc_routing_manager.cpp
45
int nfcState = nfcService_.lock()->
GetNfcState
();
in HandleCommitRouting()
H
A
D
nfc_service.cpp
478
int NfcService::
GetNfcState
()
in GetNfcState()
function in OHOS::NFC::NfcService
/foundation/communication/nfc/services/src/ipc/card_emulation/
H
A
D
hce_session.cpp
159
.append(std::to_string(nfcService_.lock()->
GetNfcState
()))
in GetDumpInfo()
/foundation/communication/nfc/services/src/ipc/tags/
H
A
D
tag_session.cpp
750
.append(std::to_string(nfcService_.lock()->
GetNfcState
()))
in GetDumpInfo()
Completed in 8 milliseconds