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:motionType
(Results
1 - 3
of
3
) sorted by relevance
/test/xts/hats/hdf/motion/hdi_additional/
H
A
D
hdf_motion_hdi_test.cpp
416
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_PICKUP;
in HWTEST_F()
local
417
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in HWTEST_F()
432
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_FLIP;
in HWTEST_F()
local
433
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in HWTEST_F()
448
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_CLOSE_TO_EAR;
in HWTEST_F()
local
449
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in HWTEST_F()
464
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_SHAKE;
in HWTEST_F()
local
465
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in HWTEST_F()
480
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_ROTATION;
in HWTEST_F()
local
481
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigDat
in HWTEST_F()
496
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_POCKET_MODE;
HWTEST_F()
local
512
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_LEAVE_EAR;
HWTEST_F()
local
528
int32_t
motionType
= OHOS::HDI::Motion::V1_1::HDF_MOTION_TYPE_MAX;
HWTEST_F()
local
[all...]
/test/xts/hats/hdf/motion/hdi/
H
A
D
hdf_motion_hdi_test.cpp
207
int32_t
motionType
= -1;
in HWTEST_F()
local
208
int32_t ret = g_motionInterface->EnableMotion(
motionType
);
in HWTEST_F()
212
ret = g_motionInterface->DisableMotion(
motionType
);
in HWTEST_F()
260
int32_t
motionType
= -1;
in HWTEST_F()
local
261
int32_t ret = g_motionInterface->DisableMotion(
motionType
);
in HWTEST_F()
271
int32_t
motionType
= -1;
in HWTEST_F()
local
272
int32_t ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in HWTEST_F()
/test/xts/hats/hdf/motion/motionBenchmarkTest/
H
A
D
hdf_motion_benchmark_test.cpp
191
int32_t
motionType
= -1;
in BENCHMARK_F()
local
194
ret = g_motionInterface->SetMotionConfig(
motionType
, g_motionConfigData);
in BENCHMARK_F()
Completed in 2 milliseconds