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:screenStateMask
(Results
1 - 8
of
8
) sorted by relevance
/foundation/communication/nfc/services/src/nci_adapter/
H
A
D
nci_nfcc_proxy.cpp
76
* @param
screenStateMask
the bitmask of the screen state
79
bool NciNfccProxy::SetScreenStatus(uint8_t
screenStateMask
)
in SetScreenStatus()
argument
82
return nfccInterface_->SetScreenStatus(
screenStateMask
);
in SetScreenStatus()
H
A
D
nci_nfcc_proxy.h
54
* @param
screenStateMask
the bitmask of the screen state
57
bool SetScreenStatus(uint8_t
screenStateMask
) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H
A
D
nci_nfcc_impl_default.cpp
42
bool NciNfccImplDefault::SetScreenStatus(uint8_t
screenStateMask
)
in SetScreenStatus()
argument
44
NfccNciAdapter::GetInstance().SetScreenStatus(
screenStateMask
);
in SetScreenStatus()
H
A
D
nfcc_nci_adapter.cpp
843
uint8_t NfccNciAdapter::GetDiscovryParam(unsigned char screenState, unsigned char
screenStateMask
)
in GetDiscovryParam()
argument
852
return (
screenStateMask
& NFA_SCREEN_POLLING_TAG_MASK)
in GetDiscovryParam()
868
* @param
screenStateMask
The state of screen
870
void NfccNciAdapter::SetScreenStatus(unsigned char
screenStateMask
)
in SetScreenStatus()
argument
877
unsigned char screenState =
screenStateMask
& NFA_SCREEN_STATE_MASK;
in SetScreenStatus()
905
uint8_t discParam = GetDiscovryParam(screenState,
screenStateMask
);
in SetScreenStatus()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H
A
D
nfcc_nci_adapter.h
90
* @param
screenStateMask
The state of screen
92
void SetScreenStatus(unsigned char
screenStateMask
);
180
uint8_t GetDiscovryParam(unsigned char screenState, unsigned char
screenStateMask
);
H
A
D
nci_nfcc_impl_default.h
31
bool SetScreenStatus(uint8_t
screenStateMask
) override;
/foundation/communication/nfc/test/unittest/services/nci_nfcc_proxy_test/
H
A
D
nci_nfcc_proxy_test.cpp
102
uint8_t
screenStateMask
= 0;
in HWTEST_F()
local
104
bool setScreenStatus = nciNfccProxy->SetScreenStatus(
screenStateMask
);
in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
inci_nfcc_interface.h
56
* @param
screenStateMask
the bitmask of the screen state
59
virtual bool SetScreenStatus(uint8_t
screenStateMask
) = 0;
Completed in 4 milliseconds