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:NfcPollingParams
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/nfc/services/src/
H
A
D
nfc_polling_params.cpp
20
uint16_t
NfcPollingParams
::NFC_POLL_DEFAULT = 0x3F;
22
NfcPollingParams
::
NfcPollingParams
() : techMask_(0),
in NfcPollingParams()
function in OHOS::NFC::NfcPollingParams
29
bool
NfcPollingParams
::operator==(const std::shared_ptr<
NfcPollingParams
> params) const
in operator ==()
37
std::shared_ptr<
NfcPollingParams
>
NfcPollingParams
::GetNfcOffParameters()
in GetNfcOffParameters()
39
return std::make_shared<
NfcPollingParams
>();
in GetNfcOffParameters()
42
uint16_t
NfcPollingParams
::GetTechMask() const
in GetTechMask()
47
bool
NfcPollingParams
[all...]
H
A
D
nfc_polling_manager.cpp
31
currPollingParams_ =
NfcPollingParams
::GetNfcOffParameters();
in NfcPollingManager()
43
currPollingParams_ = std::make_shared<
NfcPollingParams
>();
in ResetCurrPollingParams()
58
std::shared_ptr<
NfcPollingParams
> NfcPollingManager::GetCurrentParameters()
in GetCurrentParameters()
64
std::shared_ptr<
NfcPollingParams
> NfcPollingManager::GetPollingParameters(int screenState)
in GetPollingParameters()
67
std::shared_ptr<
NfcPollingParams
> params = std::make_shared<
NfcPollingParams
>();
in GetPollingParameters()
73
params->SetTechMask(
NfcPollingParams
::NFC_POLL_DEFAULT);
in GetPollingParameters()
95
std::shared_ptr<
NfcPollingParams
> newParams = GetPollingParameters(screenState_);
in StartPollingLoop()
H
A
D
nfc_routing_manager.cpp
50
std::shared_ptr<
NfcPollingParams
> currPollingParams =
in HandleCommitRouting()
/foundation/communication/nfc/services/include/
H
A
D
nfc_polling_params.h
21
class
NfcPollingParams
{
class
23
explicit
NfcPollingParams
();
24
~
NfcPollingParams
() {}
in ~NfcPollingParams()
25
bool operator==(const std::shared_ptr<
NfcPollingParams
> params) const;
26
static std::shared_ptr<
NfcPollingParams
> GetNfcOffParameters();
H
A
D
nfc_polling_manager.h
56
std::shared_ptr<
NfcPollingParams
> GetCurrentParameters();
57
std::shared_ptr<
NfcPollingParams
> GetPollingParameters(int screenState);
86
std::shared_ptr<
NfcPollingParams
> currPollingParams_ {};
H
A
D
nfc_service.h
129
std::shared_ptr<
NfcPollingParams
> currPollingParams_ {};
/foundation/communication/nfc/test/unittest/services/services_test/
H
A
D
nfc_polling_params_test.cpp
57
* @tc.desc: Test
NfcPollingParams
GetTechMask.
62
NfcPollingParams
nfcPollingParams;
in HWTEST_F()
68
* @tc.desc: Test
NfcPollingParams
ShouldEnablePolling.
73
NfcPollingParams
nfcPollingParams;
in HWTEST_F()
79
* @tc.desc: Test
NfcPollingParams
ShouldEnableLowPowerPolling.
84
NfcPollingParams
nfcPollingParams;
in HWTEST_F()
90
* @tc.desc: Test
NfcPollingParams
ShouldEnableReaderMode.
95
NfcPollingParams
nfcPollingParams;
in HWTEST_F()
101
* @tc.desc: Test
NfcPollingParams
ShouldEnableHostRouting.
106
NfcPollingParams
nfcPollingParam
in HWTEST_F()
[all...]
H
A
D
nfc_polling_manager_test.cpp
146
std::shared_ptr<
NfcPollingParams
> nfcPollingParams = nfcPollingManager.lock()->GetPollingParameters(screenState);
in HWTEST_F()
162
std::shared_ptr<
NfcPollingParams
> nfcPollingParams = nfcPollingManager.lock()->GetPollingParameters(screenState);
in HWTEST_F()
179
std::shared_ptr<
NfcPollingParams
> nfcPollingParams = nfcPollingManager.lock()->GetPollingParameters(screenState);
in HWTEST_F()
Completed in 4 milliseconds