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:IsSupported
(Results
1 - 10
of
10
) sorted by relevance
/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H
A
D
cardemulation_test.cpp
51
* @tc.desc: Test CardemulationTest
IsSupported
.
60
isSupport = cardemulation.
IsSupported
(FeatureType::UICC);
in HWTEST_F()
65
* @tc.desc: Test CardemulationTest
IsSupported
.
74
isSupport = cardemulation.
IsSupported
(FeatureType::HCE);
in HWTEST_F()
79
* @tc.desc: Test CardemulationTest
IsSupported
.
88
isSupport = cardemulation.
IsSupported
(FeatureType::ESE);
in HWTEST_F()
93
* @tc.desc: Test CardemulationTest
IsSupported
.
102
isSupport = cardemulation.
IsSupported
(static_cast<FeatureType>(ErrorCode::ERR_NFC_BASE));
in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H
A
D
cardEmulation.h
43
bool
IsSupported
(FeatureType feature);
H
A
D
cardEmulation.cpp
39
bool CardEmulation::
IsSupported
(FeatureType feature)
in IsSupported()
function in OHOS::NFC::KITS::CardEmulation
41
DebugLog("cardEmulation::
IsSupported
in.");
in IsSupported()
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H
A
D
nfc_napi_cardEmulation_adapter.h
26
napi_value
IsSupported
(napi_env env, napi_callback_info cbinfo);
H
A
D
nfc_napi_cardEmulation.cpp
84
DECLARE_NAPI_FUNCTION("isSupported",
IsSupported
),
in InitJs()
H
A
D
nfc_napi_cardEmulation_adapter.cpp
30
napi_value
IsSupported
(napi_env env, napi_callback_info cbinfo)
in IsSupported()
function
39
ErrorLog("
IsSupported
: parse args failed");
in IsSupported()
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/include/
H
A
D
hardware_cursor_pointer_manager.h
33
bool
IsSupported
();
/foundation/multimodalinput/input/service/window_manager/src/
H
A
D
pointer_drawing_manager.cpp
235
if (hardwareCursorPointerManager_->
IsSupported
() &&
in CalculateHardwareXOffset()
273
if (hardwareCursorPointerManager_->
IsSupported
() &&
in CalculateHardwareYOffset()
321
if (hardwareCursorPointerManager_->
IsSupported
()) {
in SetDynamicHardWareCursorLocation()
355
if (hardwareCursorPointerManager_->
IsSupported
() && (hasLoadingPointerStyle_ || hasHardwareCursorAnimate_)) {
in SetTraditionsHardWareCursorLocation()
365
if (hardwareCursorPointerManager_->
IsSupported
()) {
in SetTraditionsHardWareCursorLocation()
386
if (hardwareCursorPointerManager_->
IsSupported
()) {
in SetTraditionsHardWareCursorLocation()
408
if (!hardwareCursorPointerManager_->
IsSupported
()) {
in SetSurfaceNodeVisible()
506
if (hardwareCursorPointerManager_->
IsSupported
() && lastMouseStyle_.id != MOUSE_ICON::LOADING &&
in SetHardwareCursorPosition()
817
if (hardwareCursorPointerManager_->
IsSupported
()) {
in RetryGetSurfaceBuffer()
842
if (hardwareCursorPointerManager_->
IsSupported
()) {
in InitLayer()
[all...]
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H
A
D
hardware_cursor_pointer_manager.cpp
45
bool HardwareCursorPointerManager::
IsSupported
()
in IsSupported()
function in OHOS::MMI::HardwareCursorPointerManager
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_param_checker.cpp
77
template<class T> bool
IsSupported
(std::vector<T> cap, T value)
in IsSupported()
function
246
bool paramValid =
IsSupported
(capData.pixFormat, pixelFormat);
in PixelFormatChecker()
304
bool bitrateModeValid =
IsSupported
(capData.bitrateMode, bitrateMode);
in BitrateAndQualityChecker()
317
if (qualityExist &&
IsSupported
(capData.bitrateMode, static_cast<int32_t>(VideoEncodeBitrateMode::CQ))) {
in BitrateAndQualityChecker()
336
bool paramValid =
IsSupported
(capData.profiles, profile);
in VideoProfileChecker()
Completed in 7 milliseconds